staircase icon indicating copy to clipboard operation
staircase copied to clipboard

DOC: User guide link in "What next" points to scipy user guide

Open stelios-c opened this issue 1 year ago • 1 comments

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

stelios-c avatar Aug 07 '24 19:08 stelios-c

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.

venaturum avatar Aug 13 '24 06:08 venaturum

Fixed with latest release, 2.7.0

venaturum avatar Jan 02 '25 00:01 venaturum