Skip to content
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

Fix sphinx-build warnings #1518

Merged
merged 52 commits into from
Nov 10, 2020
Merged

Fix sphinx-build warnings #1518

merged 52 commits into from
Nov 10, 2020

Conversation

sarakonradi
Copy link
Contributor

Fixes #1510

Currently, numerous warnings are emitted when generating HTML with Sphinx locally.

The majority of these warnings are related to the model files and could disappear with the merge of #1374. This is because files (e.g., doc/models/create_models.rst) that result in toctree warnings will anyhow be deleted in the other PR.

Given this information, the current PR has begun to tackle the other documentation-related warnings.

steffengraber and others added 30 commits March 26, 2020 11:17
@heplesser heplesser requested review from heplesser and jhnnsnk April 20, 2020 08:49
@heplesser heplesser marked this pull request as draft April 20, 2020 08:50
@heplesser heplesser added I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Maintenance Work to keep up the quality of the code and documentation. labels Apr 20, 2020
@heplesser heplesser added this to the NEST 3.0 milestone Apr 20, 2020
@sarakonradi sarakonradi mentioned this pull request Apr 22, 2020
24 tasks
@terhorstd
Copy link
Contributor

this would be nice to have for nest-3, but is in no way mandatory. removing from milestone.

@terhorstd terhorstd removed this from the NEST 3.0 milestone Jun 16, 2020
@stinebuu stinebuu requested review from stinebuu and jougs and removed request for heplesser and jhnnsnk November 9, 2020 10:05
@jougs
Copy link
Contributor

jougs commented Nov 9, 2020

During the current hackathon we decided that we should merge this as soon as possible to avoid endless merge conflicts and duplication of work in other branches. New warnings can then be addressed in new pull requests.

Copy link
Contributor

@jougs jougs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing these. I think we can even do without the second review by @stinebuu, so I'm removing the request for review.

@jougs jougs removed the request for review from stinebuu November 9, 2020 22:40
@jougs jougs marked this pull request as ready for review November 9, 2020 22:40
@jougs
Copy link
Contributor

jougs commented Nov 9, 2020

Also, please resolve the conflicts. Thanks!

Co-authored-by: Jochen Martin Eppler <[email protected]>
Copy link
Contributor

@jougs jougs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy if Travis is. Thanks for taking care!

@stinebuu stinebuu merged commit b9648c0 into nest:master Nov 10, 2020
@steffengraber steffengraber deleted the cleanup-doc branch September 6, 2023 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Maintenance Work to keep up the quality of the code and documentation.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fix sphinx-build warnings
6 participants