-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[DOC]: params & units guidelines in contributing page #2248
base: main
Are you sure you want to change the base?
Conversation
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.
Nice job. Couple of suggestions + one point about the link to the variables page
|
||
These superscripts characters are ``⁰``, ``¹``, ``²``, ``³``, ``⁴``, ``⁵``, ``⁶``, ``⁷``, ``⁸``, ``⁹``, ``⁺``, ``⁻``. Degree symbol is ``°``. | ||
|
||
- Link to a brief description of the magnitude in the :ref:`variables_style_rules` section if it exists, via the sphinx role ``:term:`glossary_term```. For example, to document ``dni`` use: |
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 seems that this PR is dependent on #2234 being merged first.
Currently, the :term:
example would not work with the linked variables and style rules page. I guess you know this(?) but I thought I'd highlight this just in case. The link would need to be updated to link to the glossary (or whatever we end up calling it).
I guess the alternative would be to omit this point for now, then add it in later as a follow up
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 is dependant, that's true. I'll change to draft until it gets into main to avoid making too many changes that belong to the same thing. Thanks in fact for highlighting it, when I wrote it I didn't distinguish between the two pages.
Co-Authored-By: RDaxini <[email protected]>
Improve "contributing" guidelines on how to find parameter names and their units.
docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).remote-data
) and Milestone are assigned to the Pull Request and linked Issue.In coordination with style decided in #2234.
Makes two changes to index pages of functions, to avoid being too verbose and a typo.
Links