-
-
Notifications
You must be signed in to change notification settings - Fork 434
docs: fix sphinx build warnings and broken cross-references #7526
New issue
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
base: main
Are you sure you want to change the base?
Changes from all commits
c6ce9d7
c5b3f5e
1357dd2
2c8b360
8128a30
812e147
a0b135c
d69099e
90e4f0f
ad0013f
e426ab0
25c9c33
e8e44b9
08b5eb8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ at various levels: | |
| * `grass.jupyter package <grass.jupyter.html>`_ offers classes and setup functions for | ||
| running GRASS in Jupyter Notebooks | ||
| * `Testing GRASS source code and modules <gunittest_testing.html>`_ using gunittest package | ||
| * `exceptions package <exceptions.html>`_ contains exceptions used by other packages | ||
| * `exceptions package <grass.exceptions.html>`_ contains exceptions used by other packages | ||
| * `imaging package <imaging.html>`_ is a library to create animated images and films | ||
| * `pydispatch package <pydispatch.html>`_ is a library for signal-dispatching | ||
|
|
||
|
|
@@ -40,14 +40,15 @@ Additional Resources | |
| Modules and Packages | ||
| -------------------- | ||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :maxdepth: 1 | ||
|
|
||
| index | ||
| grass.tools | ||
| script_intro | ||
| pygrass_index | ||
| grass.jupyter | ||
| exceptions | ||
| imaging | ||
| pydispatch | ||
| gunittest_testing | ||
| grass | ||
| grass.tools | ||
| script_intro | ||
| pygrass_index | ||
| grass.jupyter | ||
| exceptions | ||
| imaging | ||
| pydispatch | ||
| temporal_framework | ||
| gunittest_testing | ||
|
Comment on lines
+45
to
+54
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it intended to remove grass.tools ? It seems like a new api that could have been replaced if the ai tool based itself on old pages
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have restored Re:
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I'm curious to see what it'll generate. I'll probably want to do a diff of the generated artifacts before and after (this PR) to see what pages miss content.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@echoix Do you see any differences?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, the links are gone:
Here too ("Bases: CalledModuleError" isn't linked anymore)
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Labels restored in e426ab0 and 25c9c33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still the list entries in dist.x86_64-pc-linux-gnu/docs/html/libpython/pygrass_gis.html are no longer hyperlinks. Weird...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’s probably something else in the PR, not only this line… but I don’t know easily without diffing after each change incrementally. Or we let it « degrade » the output docs just to have it done