Skip to content

Commit

Permalink
Doc: Fix heading levels in example (#96)
Browse files Browse the repository at this point in the history

Fixes the sphinx TOC and a typo.
  • Loading branch information
dweindl authored Oct 7, 2024
1 parent 5114882 commit 4e1679b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/examples/workflow_cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"source": [
"In each call to `petab_select search`, the following options are required:\n",
"- `-y`: The PEtab Select problem YAML file;\n",
"- `-s`: A file that is used to stored the state of the problem (e.g., such that models are not repeated);\n",
"- `-s`: A file that is used to store the state of the problem (e.g., such that models are not repeated);\n",
"- `-o`: A file to store the output of the model space search; and\n",
"- `-m`: The method used to search or identify models in the model space.\n",
"\n",
Expand Down Expand Up @@ -570,7 +570,7 @@
"id": "655f8efc",
"metadata": {},
"source": [
"# Post-processing\n",
"## Post-processing\n",
"After the selection algorithm has terminated, the best model can be stored separately by supplying a list of calibrated models."
]
},
Expand Down

0 comments on commit 4e1679b

Please sign in to comment.