You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating this issue to track future efforts for updating the documentation to the newest dependency versions. The update can include a remake or replacement of the custom extensions, conversion of the code snippets, and fixes for the build to work with the newest dependency versions.
Below I listed some steps I have already taken and some that are still to be done. I am hoping to discuss some decisions.
UPDATE 28/04/2020 22:45 UTC+1:
Update the following files to work with the newest dependency versions. Any occurring errors or warnings should be listed as an issue such that a decision can be made on how to proceed.
Adapt the remaining part of the docstrings to properly fit the rst-style to solve the warnings popping up in the sphinx-build.
Discuss any further improvements that could be made.
Migrate all example code in the docs to python 3.
Re-introduce doctest in the doc building pipeline.
To check out the new documentation locally install sphinx, run sphinx-build source build -v on the top level of the repository and open the index.html in /build. You need to make sure to clone/pull the submodule as well in order to build the documentation.
I am looking forward to your feedback.
The text was updated successfully, but these errors were encountered:
Hi developers of MDP,
I am creating this issue to track future efforts for updating the documentation to the newest dependency versions. The update can include a remake or replacement of the custom extensions, conversion of the code snippets, and fixes for the build to work with the newest dependency versions.
Below I listed some steps I have already taken and some that are still to be done. I am hoping to discuss some decisions.
UPDATE 28/04/2020 22:45 UTC+1:
Update the following files to work with the newest dependency versions. Any occurring errors or warnings should be listed as an issue such that a decision can be made on how to proceed.
Write a short guide on how to compile the docs locally and add it to the development guide in the documentation.
Autobuild documentation for pull requests.
Adapt the remaining part of the docstrings to properly fit the rst-style to solve the warnings popping up in the sphinx-build.
Discuss any further improvements that could be made.
Migrate all example code in the docs to python 3.
Re-introduce doctest in the doc building pipeline.
To check out the new documentation locally install sphinx, run
sphinx-build source build -v
on the top level of the repository and open theindex.html
in/build
. You need to make sure to clone/pull the submodule as well in order to build the documentation.I am looking forward to your feedback.
The text was updated successfully, but these errors were encountered: