Closed thwllms closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Files | Coverage Δ | |
---|---|---|
src/cli.py | 87.67% <ø> (ø) |
|
src/rashdf/__init__.py | 100.00% <ø> (ø) |
|
src/rashdf/base.py | 72.22% <ø> (ø) |
|
src/rashdf/geom.py | 81.05% <100.00%> (ø) |
|
src/rashdf/plan.py | 96.15% <100.00%> (ø) |
|
src/rashdf/utils.py | 89.77% <ø> (ø) |
Closes #15
Reviewing
pip install ".[doc]"
sphinx-build -M html docs/source docs/build
./docs/build/html/index.html
. Hopefully it looks like this:Notes
RasPlanHdf
for example, just make sure it has a docstring and then add the method name to./docs/source/RasPlanHdf.rst
and it should automatically get picked up by Sphinx.