Cleanup docs tree#196
Merged
Merged
Conversation
Use the auto-generated version information in the Sphinx documentation, instead of hard-coding it.
Remove the `automodule` entries from the documentation for modules that were removed in commit e6088b7 to suppress warning/error messages from Sphinx.
Let Sphinx put all its outputs in a separate `build` directory, so that (e.g.) `make clean` can be run safely.
The were a bunch of HTML files in the docs directory that were probably generated some time ago by Sphinxm, and then got accidentally committed to Git. These have now been removed.
Cleaned up files that were generated (and can be regenerated) by LaTeX, while processing `cookbook.tex`. Also removed `cookbook.tex.backup`, which only differed slighly with `cookbook.tex`, and was used during conversion to Git.
This reverts commit 2d0bf39.
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
revoltek
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cleaned up the
docsdirectory. It contained a lot of files that can easily be regenerated. They were probably committed to Git accidentally.