This PR brings a final touch to the documentation of Crappy, that has already been greatly completed and enhanced by #52. As detailed in #66, this PR contains the following improvements:
[x] Use the kbd directive when describing a keyboard combination
[x] Use the versionadded, versionchanged and versionremoved directives for signaling the version when a class, method, or argument was added, changed, or removed
[x] Add sectionauthor directives for signaling the author(s) of documentation sections
[x] Add the link to numpy, matplotlib, and psutil documentation in intersphinx
[x] Add collapse menus to the documentation for hiding large sections of code
The changes will be included in version 2.0.1.
This PR closes #66.
This PR brings a final touch to the documentation of Crappy, that has already been greatly completed and enhanced by #52. As detailed in #66, this PR contains the following improvements:
kbd
directive when describing a keyboard combinationversionadded
,versionchanged
andversionremoved
directives for signaling the version when a class, method, or argument was added, changed, or removedsectionauthor
directives for signaling the author(s) of documentation sectionsThe changes will be included in version 2.0.1. This PR closes #66.