DOC: Update internal links for generator.rst and related#26378
DOC: Update internal links for generator.rst and related#26378charris merged 1 commit intonumpy:mainfrom
Conversation
This is a first in a sequence of future PRs to update internal links, as discussed in the triage meeting. In addition to removing double backticks on internal functions, I removed unneeded tilde ~ as well. This is a great example page to see why a tilde ~ is needed in the first paragraph of generator.rst. I included instructions for the POSSEE team on this topic, as its a simple way to help train them in the PR process. [skip azp] [skip actions] [skip cirrus]
|
It might be helpful to make a document about linking, together with some examples of right and wrong :) |
|
@charris Any suggestions on where to add it? Where you thinking to the numpy site, or just the POSSEE project? The Sphinx docs has a referencing page that is quite helpful. It's general though and numpy's configuration file enables some things that aren't on that page. It does explain how the ~ works. The numpydocs instructions related to internal links are quite sparse. Maybe that would be a good place to add the examples. I wrote up a short description for the POSSEE project that has a few examples I could add to the numpydocs page (I added them below). Thoughts? I've seen other examples in the docs that include a ~ along with various other things (for example |
|
Thanks Ben. Because you have verified the docs, I don't have a problem putting this in. As to where to put the information on linking, numpydoc is probably the best spot. Is it safe to say |
This is a first in a sequence of future PRs to update internal links, as discussed in the triage meeting. In addition to removing double backticks on internal functions, I removed unneeded tilde ~ as well. This is a great example page to see why a tilde ~ is needed in the first paragraph of generator.rst.
I included instructions for the POSSEE team on this topic, as it's a simple way to help train them in the PR process.
I did build the docs, and verify that each link appropriately points to the correct spot. If there is any thing I can do to help speed up the review process as more of these come in, let me know.
[skip azp] [skip actions] [skip cirrus]