Revisions to make the how-to guides show in navigation pane

This commit is contained in:
Charlie Crane
2025-02-26 15:31:03 +00:00
parent 0d93981ef8
commit 7fe4915f42
9 changed files with 2045 additions and 199 deletions

View File

@@ -12,7 +12,7 @@ This page aims to provide a how-to guide on how to create your own custom softwa
PrimAITE has a base software class which should be inherited from when building custom software. Examples of this can be seen in the ``IOSoftware`` and ``Process`` classes.
It's important that any new software created within PrimAITE has the ``identifier`` attribute defined, for use when generating the environment.
Some default attributes may need to be adjusted to align with the intended application of the custom software.
Some default attributes may need to be adjusted to align with the intended application of the custom software.
.. code:: Python