-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various improvements/updates to the documentation #875
Various improvements/updates to the documentation #875
Conversation
Codecov Report
@@ Coverage Diff @@
## master #875 +/- ##
=======================================
Coverage 96.13% 96.13%
=======================================
Files 60 60
Lines 5309 5309
=======================================
Hits 5104 5104
Misses 205 205 Continue to review full report at Codecov.
|
…rrides for a toctree in a table
…and remove the hidden toctree
…the top of the page
Oh wow. |
I do think it's an RTD things. This little bit of code is what defines the behavior. |
All right, could merge it whenever you like :) |
Awesome! Thanks for the quick review. |
I originally started this PR to fix #874 and, as always, I went down the rabbit hole. When will I learn!!
Improvement/Updates made in this PR...
datatime
package to define the copyright years in thecopyright
configuration variable (inconf.py
). One less thing to maintain!!!:hidden:
toctree
's do NOT show up in the navigation sidebar.toctree
directives in./docs/index.rst
. This make thetoctree
's visible on the landing page and in the sidebar.nbgallery
" on the landing page with a realnbgallery
that is marked:hidden:
(fixes Thumbnails missing/broken on plasmapy documentation webpage home #874).nbgallery
behaves a little differently thantoctree
in that the gallery itself is not hidden when marked with:hidden:
but it is still hidden from the sidebar. Another thing we do not have to manually maintain!!toctree
directives when used in a table.Closes #874