From ceb32a7908a3e7770378a8e5de2bdfa5b1b0731c Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Sat, 24 Apr 2021 10:45:49 -0400 Subject: [PATCH] add top-level module definition on main docs/index.rst page --- doc/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index 29744b37c29f..d2c8d7bd5a93 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -2,6 +2,8 @@ .. title:: Matplotlib: Python plotting +.. module:: matplotlib + Matplotlib: Visualization with Python -------------------------------------