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
The examples in the Usage guide are no longer working with version 1.0 -> #100
This is because the syntax is still python 2 and that the API has changed from version 0.x to 1.x.
Test the documentation with doctest
doctest
cd docs make html python -m doctest -v _build/html/_sources/usage_guide.rst.txt
... 1 items had failures: 14 of 32 in usage_guide.rst.txt 32 tests in 1 items. 18 passed and 14 failed. ***Test Failed*** 14 failures.
Todo:
The text was updated successfully, but these errors were encountered:
Work on Branch
Sorry, something went wrong.
https://www.b-list.org/weblog/2023/dec/10/python-doctest/ https://abstraction.blog/2023/11/22/intuitive-documentation-strategy
fix code in documentation, run doctests on CI, #264
14c2183
Successfully merging a pull request may close this issue.
The examples in the Usage guide are no longer working with version 1.0 -> #100
This is because the syntax is still python 2 and that the API has changed from version 0.x to 1.x.
Test the documentation with
doctest
Todo:
The text was updated successfully, but these errors were encountered: