Skip to content

Commit

Permalink
doc/autosum.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Apr 27, 2024
1 parent 4599b2c commit ad33027
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release notes

See also the
[unreleased changes](https://foss.heptapod.net/fluiddyn/fluidimage/-/compare/0.4.5...branch%2Fdefault).
[unreleased changes](https://foss.heptapod.net/fluiddyn/fluidimage/-/compare/0.4.6...branch%2Fdefault).

## [0.4.6] (2024-04-20)

Expand Down
18 changes: 13 additions & 5 deletions doc/autosum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,21 @@ API reference
fluidimage.data_objects
fluidimage.works
fluidimage.calcul
fluidimage.bos
fluidimage.optical_flow
fluidimage.piv
fluidimage.preproc
fluidimage.image2image
fluidimage.calibration
fluidimage.reconstruct
fluidimage.postproc
fluidimage.util
fluidimage.gui

.. autosummary::
:toctree: _generated/

fluidimage.bos
fluidimage.optical_flow
fluidimage.piv
fluidimage.preproc
fluidimage.image2image
fluidimage.config
fluidimage.run_from_xml
fluidimage.synthetic
fluidimage.uvmat
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platforms = ["linux-64", "win-64", "osx-64", "osx-arm64"]
# use as `pixi run install-editable`
install-dependencies = "pixi install"
install-editable = {cmd = "pip install -e . -v --no-build-isolation --no-deps", depends_on = ["install-dependencies"]}
test = "export OMP_NUM_THREADS=1 && pytest src -v"
test = "export OMP_NUM_THREADS=1 && pytest src -v -s"

[dependencies]
python = ">=3.9,<3.11"
Expand Down

0 comments on commit ad33027

Please sign in to comment.