staircase-dev / staircase

A powerful data analysis package based on mathematical step functions. Strongly aligned with pandas.
https://staircase.dev
MIT License
59 stars 13 forks source link

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

Open stelios-c opened 2 months ago

stelios-c commented 2 months ago

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

venaturum commented 2 months ago

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.