Skip to content

Commit ea6bcb0

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-5
2 parents 2a99391 + aed67b2 commit ea6bcb0

File tree

9 files changed

+1133
-509
lines changed

9 files changed

+1133
-509
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,12 @@ def __getattr__(cls, name):
232232
]
233233

234234
# add links to ignore during link checking
235-
linkcheck_ignore = [r"https://gmao.gsfc.nasa.gov/gmaoftp/*"]
235+
linkcheck_ignore = [
236+
r"https://gmao.gsfc.nasa.gov/gmaoftp/*",
237+
r"https://docs.xarray.dev/*",
238+
r"https://seatstandards.org/*",
239+
# More URLs as needed
240+
]
236241

237242

238243
# custom scripts for making a gallery of examples notebooks

docs/contributing.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,8 @@ As we mentioned a few times throughout this guide, UXarray has a static `documen
608608
repository's code structure. However, there needs to be some manual additions to the
609609
proper 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

616614
That being said, the code changes, which might be a new function implementation or some
617615
modifications 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
630628
automatically generated. If you prefer to provide usage examples for the work you
631629
have put together, please be sure to put your notebook(s) under this same directory.
632630

docs/user-guide/divergence.ipynb

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)