You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* lexer ipython2 -> ipython3
to address these warnings:
uxarray/docs/getting-started/quick-overview.ipynb:20002: WARNING: Pygments lexer name 'ipython2' is not known
also removed `|` from end of heading
* navbar_footer_text unsupported
maybe from Furo?
WARNING: unsupported theme option 'navbar_footer_text' given
* Suppress unknown MIME type warning
otherwise we get a lot of these from the HoloViews plots
For example:
uxarray/docs/getting-started/quick-overview.ipynb:150002: WARNING: skipping unknown output mime type: application/vnd.holoviews_load.v0+json [mystnb.unknown_mime_type] [mystnb.unknown_mime_type]
* Resolve not included in toctree
docs/contributing.rst: WARNING: document isn't included in any toctree
docs/examples/template.ipynb: WARNING: document isn't included in any toctree
docs/user-guide/custom-grid.ipynb: WARNING: document isn't included in any toctree
docs/user-guide/spatial-hashing.ipynb: WARNING: document isn't included in any toctree
docs/user-guide/template.ipynb: WARNING: document isn't included in any toctree
* api.rst
for example:
docs/api.rst:180: WARNING: Title underline too short.
* contributing.rst
uxarray/docs/contributing.rst:518: WARNING: Bullet list ends without a blank line; unexpected unindent. [docutils]
docs/contributing.rst:544: WARNING: Bullet list ends without a blank line; unexpect
uxarray/docs/contributing.rst:70: WARNING: Failed to create a cross reference. A title or caption not found: 'examples' [ref.ref]
uxarray/docs/contributing.rst:604: WARNING: undefined label: 'index' [ref.ref]
* Fix warnings in docstrings
mainly bullet list issue
* Add title (h1) to gradients nb
uxarray/docs/user-guide/gradients.ipynb.rst:10002: WARNING: Document headings start at H2, not H1 [myst.header]
* Switch to tip
as it was, they were just not showing up
docs/user-guide/data-structures.ipynb.rst:280008: WARNING: Unknown directive type: 'info' [myst.directive_unknown]
docs/user-guide/data-structures.ipynb.rst:370008: WARNING: Unknown directive type: 'info' [myst.directive_unknown]
https://myst-parser.readthedocs.io/en/stable/syntax/admonitions.html#admonition-types
* this one too
* Add holoviews mime note
* sp
* Fix part 7 heading
* Fix the open docstring examples
* Fix other non-consec heading increases
Copy file name to clipboardExpand all lines: docs/user-guide/data-structures.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -410,7 +410,7 @@
410
410
"\n",
411
411
"The `UxDataset` class is used for pairing one or more data variables with an unstructured grid. It operates similarly to a `xarrary.Dataset`, with the addition of unstructured-grid specific functionality and is linked to an instance of a `Grid`.\n",
412
412
"\n",
413
-
"```{info}\n",
413
+
"```{tip}\n",
414
414
"More information about `xarray.Dataset` can be found [here](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html).\n",
415
415
"```\n"
416
416
]
@@ -544,7 +544,7 @@
544
544
"\n",
545
545
"While a `UxDataset` represents one or more data variables linked to some unstructured grid, a `UxDataArray` represent a single data variable. Alternatively, one can think of a `UxDataset` as a collection of one or more `UxDataArray` instances.\n",
546
546
"\n",
547
-
"```{info}\n",
547
+
"```{tip}\n",
548
548
"More information about `xarray.DataArray` can be found [here](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html).\n",
0 commit comments