-
Notifications
You must be signed in to change notification settings - Fork 668
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
Switch docs theme #4276
Merged
Merged
Switch docs theme #4276
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b52e24d
switch theme
lilyminium 948cee2
reformat bibliography to footbibliograpy for rendering
lilyminium 105dfa5
change bib styling to footbib
lilyminium 46fb6c8
remove indentation blockquote from bat analysis
lilyminium 2e1609a
fixed maths and variable formatting
lilyminium 3b128c7
fix output formatting
lilyminium 08b9a3d
fix formatting
lilyminium 43458b6
fix docs bib...
lilyminium f1425ea
fix list formatting
lilyminium 0ad0414
add docs for functions and classes
lilyminium 4bed9f6
mass change all bibliograhpies to local
lilyminium 3228103
fix formatting in warning
lilyminium 9f9b07f
remove extra ::
lilyminium 2de8d29
add dlpoly classes to docs
lilyminium 8794df9
fix itp docs formatting
lilyminium c08aa72
fix class reference
lilyminium 8c728a4
fix docs
lilyminium 430e23d
fix indent
lilyminium 39a8006
fix more indent
lilyminium 02104ef
more indent
lilyminium 938e134
fix all the indents
lilyminium cdb9ebb
fix code formatting
lilyminium 629482a
fix seealso formatting
lilyminium dfdc31e
unindent
lilyminium 37ceafe
fix indent and deprecation warnings
lilyminium 00057de
fix formatting
lilyminium 0bdf2ad
add deps
lilyminium 49ca33a
rm logos for now
lilyminium 7664d4c
rm dep pins
lilyminium 7ccfaf4
lower pin rtd theme
lilyminium a48a41c
wait for 1.0.1...
lilyminium File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we document how we do citations anywhere in our docs? We probably should tell folks that cite -> footcite now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any peculiarities to footbibliography that should be stated somewhere? (I don't know how/if it differs from the old approach)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ticked :)
I don't think so, no more than
bibliography
is. The footbib is used for local bibliographies (on the same page as the reference), so we can remove stuff like thea-
andb-
prefixes we had before. The normal bibliography is for global bibliographies, so one reference list for the entire repo. This is all readily available on the sphinx bibtex extension docs though. I was planning to add in some notes in the mdanalysis-sphinx-theme -- MDAnalysis/mdanalysis-sphinx-theme#26The one catch is that there's meant to be one footbib per reference per page, so if footbibliographies are created multiple times for the same reference, then only the first one will ahve the reference and all links will go there. Again I got this from the official docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you maybe raise an issue in the userguide for docs on this? This is the kind of info any contributor new or old should be told to look at so imho, even if it's just a reference to the theme docs, your above explanation should exist there in some way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, done