Skip to content

Commit

Permalink
Docs: Fix small bug in docs that caused errors with links
Browse files Browse the repository at this point in the history
  • Loading branch information
abhineet-gupta committed Jul 12, 2024
1 parent ed1522a commit a83e4bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/how_to_contribute_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Updating the ROSCO API (Changing Input Files)
---------------------------------------------
Any API changes should result in the following changes:

1. Update to the `rosco schema<https://github.com/NREL/ROSCO/blob/7deb583d4acbacc068bad28e2228f7d257a7cd7c/rosco/toolbox/inputs/toolbox_schema.yaml#L545>`_.
2. Update to `DISCON writer<https://github.com/NREL/ROSCO/blob/7deb583d4acbacc068bad28e2228f7d257a7cd7c/rosco/toolbox/utilities.py#L43>`_. You can use the `input_descriptions` dictionary to streamline the process.
3. `Document API changes here<https://github.com/NREL/ROSCO/blob/main/docs/source/api_change.rst>`_
4. Update to the `rosco registry<https://github.com/NREL/ROSCO/blob/7deb583d4acbacc068bad28e2228f7d257a7cd7c/rosco/controller/rosco_registry/rosco_types.yaml#L76>`_, which `regenerates the ROSCO_IO using this script<https://github.com/NREL/ROSCO/blob/main/rosco/controller/rosco_registry/write_registry.py>`_.
1. Update to the `rosco schema <https://github.com/NREL/ROSCO/blob/7deb583d4acbacc068bad28e2228f7d257a7cd7c/rosco/toolbox/inputs/toolbox_schema.yaml#L545>`_.
2. Update to `DISCON writer <https://github.com/NREL/ROSCO/blob/7deb583d4acbacc068bad28e2228f7d257a7cd7c/rosco/toolbox/utilities.py#L43>`_. You can use the `input_descriptions` dictionary to streamline the process.
3. `Document API changes here <https://github.com/NREL/ROSCO/blob/main/docs/source/api_change.rst>`_
4. Update to the `rosco registry <https://github.com/NREL/ROSCO/blob/7deb583d4acbacc068bad28e2228f7d257a7cd7c/rosco/controller/rosco_registry/rosco_types.yaml#L76>`_, which `regenerates the ROSCO_IO using this script <https://github.com/NREL/ROSCO/blob/main/rosco/controller/rosco_registry/write_registry.py>`_.


0 comments on commit a83e4bb

Please sign in to comment.