-
Notifications
You must be signed in to change notification settings - Fork 3
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
Move to mkdocs #346
Draft
ItsDrike
wants to merge
71
commits into
main
Choose a base branch
from
mkdocs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Move to mkdocs #346
Conversation
This file contains 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
ItsDrike
added
a: documentation
Related to project's documentation (comments, docstrings, docs)
p: 2 - normal
Normal priority
t: rewrite
Complete or partial rewrite of something
labels
Aug 1, 2024
ItsDrike
force-pushed
the
mkdocs
branch
6 times, most recently
from
August 1, 2024 21:39
f9597f3
to
8288c8f
Compare
|
ItsDrike
force-pushed
the
mkdocs
branch
10 times, most recently
from
August 2, 2024 21:24
b7067cf
to
288dba2
Compare
ItsDrike
added
p: 1 - high
This should be addressed quickly
and removed
p: 2 - normal
Normal priority
labels
Oct 26, 2024
23 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
a: documentation
Related to project's documentation (comments, docstrings, docs)
p: 1 - high
This should be addressed quickly
t: rewrite
Complete or partial rewrite of something
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.
This removes Sphinx in favor of mkdocs for the project documentation.
Mkdocs is a major improvement on Sphinx, bringing us modern looking UI and markdown-based documentation source (rather than rst based with sphinx). The mkdocs syntax is much easier to follow and their usage documentation is a lot more user-friendly, making it generally much easier to write new documentation.
This PR doesn't just move the existing documentation over to mkdocs, rather, it's pretty much a complete rewrite, introducing a lot of new content and greatly modifying almost all of the old pages. This PR fully completes the project documentation task (#19).
Warning
Python docstrings originally written for Sphinx aren't entirely compatible with mkdocs. Even though some basic sphinx formatting is supported, mkdocs is better suited for different docstring formats, like the google or numpy formats. I haven't yet decided whether to keep using sphinx and only resolve the incompatibilities, resulting in docstrings which are half rst, half markdown, or whether to move to one of these other doctring formats.
CHANGELOG.md
file in the docs