staircase
staircase copied to clipboard
DOC: User guide link in "What next" points to scipy user guide
Location of the documentation
https://www.staircase.dev/en/latest/getting_started/intro_tutorials/07_next.html
Note: You can check the latest versions of the docs on master here.
Documentation problem
the documentation includes this line
These topics and more are covered in the User Guide
with User guide linking to the scipy user guide
Suggested fix for documentation
The User guide link should probably be https://www.staircase.dev/en/latest/user_guide/index.html
Thank you for reporting.
The link in the backend is a Sphinx directive, :ref:User Guide <user_guide>, and for some reason it is referencing scipy instead of staircase when it injects links.
Fixed with latest release, 2.7.0