@@ -608,10 +608,8 @@ As we mentioned a few times throughout this guide, UXarray has a static `documen
608608repository's code structure. However, there needs to be some manual additions to the
609609proper documentation index file(s) for the automation to work.
610610
611- The index files ``docs/user_api/index.rst `` and ``docs/internal_api/index.rst `` (paths
612- relative from the root directory) are used for UXarray documentation to allow the
613- `User API <user_api/index.rst >`_ and `Internal API <internal_api/index.rst >`_,
614- respectively, to be automatically generated.
611+ The index file ``docs/user_api/index.rst `` (path relative from the root directory) is
612+ used for automatically generating the `User API <api.rst >`_ documentation.
615613
616614That being said, the code changes, which might be a new function implementation or some
617615modifications to existing ones, must be added to the appropriate ``index.rst ``
@@ -625,8 +623,8 @@ file so that its documentation page is automatically generated.
625623 needed. However, it would be a great practice to provide usage examples in the
626624 same PR, especially for demonstrating the use of complex UXarray functions.
627625
628- The UXarray documentation houses ``examples/<example-name>.ipynb `` files (paths
629- relative from the root directory) to provide `Usage Examples <examples .rst >`_ to be
626+ The UXarray documentation houses ``docs/ examples/<example-name>.ipynb `` files (paths
627+ relative from the root directory) to provide `Usage Examples <gallery .rst >`_ to be
630628automatically generated. If you prefer to provide usage examples for the work you
631629have put together, please be sure to put your notebook(s) under this same directory.
632630
0 commit comments