Skip to content

Commit

Permalink
Doc: Include hdf5 functions in Python API doc
Browse files Browse the repository at this point in the history
* requires libhdf5 on RTD
* exclude developer info from API doc
  • Loading branch information
dweindl committed Nov 28, 2024
1 parent e77fabb commit cfa76f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build:
os: "ubuntu-22.04"
apt_packages:
- libatlas-base-dev
- libhdf5-serial-dev
- swig
tools:
python: "3.11"
3 changes: 2 additions & 1 deletion include/amici/solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ namespace amici {
* variables and status flags) are specified as mutable and not included in
* serialization or equality checks. No solver setting parameter should be
* marked mutable.
*
*/
/*
* NOTE: Any changes in data members here must be propagated to copy ctor,
* equality operator, serialization functions in serialization.h, and
* amici::hdf5::(read/write)SolverSettings(From/To)HDF5 in hdf5.cpp.
Expand Down

0 comments on commit cfa76f6

Please sign in to comment.