We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when Jupyter Notebooks (.ipynb) files are updated, the documentation isn't, because it's generated from the reStructuredText (.rst) files.
.ipynb
.rst
In #1078, for example, intro_tutorial.ipynb is updated but intro_tutorial.rst isn't, so the Introductory Tutorial is still badly formatted.
Two potential solutions for this:
The text was updated successfully, but these errors were encountered:
#1420 might help developing this.
Sorry, something went wrong.
Solved by only committing the .ipynb. The doc is generated via nbsphinx. See #1694.
No branches or pull requests
Currently, when Jupyter Notebooks (
.ipynb
) files are updated, the documentation isn't, because it's generated from the reStructuredText (.rst
) files.In #1078, for example, intro_tutorial.ipynb is updated but intro_tutorial.rst isn't, so the Introductory Tutorial is still badly formatted.
Two potential solutions for this:
The text was updated successfully, but these errors were encountered: