Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce petab.v1 package #282

Merged
merged 7 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2

sphinx:
configuration: doc/conf.py
fail_on_warning: true
fail_on_warning: false

build:
os: "ubuntu-22.04"
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
recursive-include petab/schemas *.yaml
recursive-include petab/visualize/templates *
recursive-include petab/v1/visualize/templates *
recursive-exclude tests *
36 changes: 19 additions & 17 deletions doc/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@ API Reference
:toctree: build/_autosummary
:recursive:

petab.C
petab.calculate
petab.composite_problem
petab.conditions
petab.core
petab.lint
petab.measurements
petab.observables
petab.parameter_mapping
petab.parameters
petab.problem
petab.sampling
petab.sbml
petab.simulate
petab.simplify
petab.visualize
petab.yaml
petab.v1
petab.v1.C
petab.v1.calculate
petab.v1.composite_problem
petab.v1.conditions
petab.v1.core
petab.v1.lint
petab.v1.measurements
petab.v1.models
petab.v1.observables
petab.v1.parameter_mapping
petab.v1.parameters
petab.v1.problem
petab.v1.sampling
petab.v1.sbml
petab.v1.simulate
petab.v1.simplify
petab.v1.visualize
petab.v1.yaml
Loading