Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ This package provides tools to read, process, and analyze several key solar and
- OMNI: `SWOMNI`
- SWIFT: `SWSWIFTEnsemble`
- Combined: `read_solar_wind_from_multiple_models`
- **Example notebook:** <a href="docs/examples/solar_wind_example.ipynb">docs/examples/solar_wind_example.ipynb</a>
Comment thread
sahiljhawar marked this conversation as resolved.
Outdated

Each index can be accessed via these dedicated reader classes, which handle downloading and read methods. See the code in `swvo/io` or API documentation for details on each index's implementation.

Expand All @@ -72,4 +73,4 @@ or it can be installed directly from PyPI:
uv pip install swvo
```

All the above `uv` commands assume you have `uv` installed, if not then remove `uv` prefix from the commands and run them directly.
All the above `uv` commands assume you have `uv` installed, if not then remove `uv` prefix from the commands and run them directly.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.autosectionlabel",
"myst_parser",
"nbsphinx",
"sphinx_copybutton",
"sphinx.ext.imgconverter",
"sphinx_github_changelog",
Expand All @@ -56,6 +57,7 @@
"tasklist",
]
autosummary_generate = True
nbsphinx_execute = "auto"
Comment thread
sahiljhawar marked this conversation as resolved.

autodoc_default_options = {
"members": ("member-order,inherited-members, show-inheritance"),
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ User Guide
.. toctree::
:maxdepth: 1

Examples <examples/solar_wind_example>
Comment thread
sahiljhawar marked this conversation as resolved.
Changelog <changelog>
Contributing Guide <CONTRIBUTING>
Contributing Guide <CONTRIBUTING>
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ alabaster
docutils
imagesize
numpydoc
linkify-it-py
linkify-it-py
nbsphinx
Loading