Open mkoeppe opened 8 months ago
Can I work on this issue?
Command sage --docbuild is not working on my pc. Is there any other I can check my changes?
Create a PR with your changes, then the docbuild will be run there
There are some links which don't work or those files don't exist , for e.g. src/doc/en/thematic_tutorials/sandpile.rst: <../reference/sage/graphs/graphgenerators.html>`
Should I leave them as it is without doing any changes?
This links to the automatically generated documentation for the module sage.graphs.graph_generators
. This should be replaced by use of the appropriate Sphinx role:
:mod:`sage.graphs.graph_generators`
I've created a pull request to address this issue. You can review it here #37685
All of these should be replaced by proper references using the
:ref:
Sphinx role, or, for most links to the reference manual, using:mod:
,:func:
, :class:` etc.When there is no label that can be linked to, create one.