Skip to content

Commit

Permalink
docs: do not render pip install cells
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Apr 19, 2022
1 parent b03bd50 commit 2c355de
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 52 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
".gitpod.*",
".mypy.ini",
".pre-commit-config.yaml",
".prettierignore",
".pydocstyle*",
".pylintrc",
".readthedocs.yml",
Expand Down
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
)$
- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.118
rev: 0.0.120
hooks:
- id: check-dev-files
args:
Expand All @@ -51,10 +51,7 @@ repos:
- id: pin-nb-requirements
exclude: >
(?x)^(
docs/report/004.*|
docs/report/005.*|
docs/report/007.*|
docs/report/013.*
docs/report/007.*
)$
- id: set-nb-cells

Expand Down
3 changes: 1 addition & 2 deletions docs/adr/001/operators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/adr/001/sympy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/adr/002/composition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/adr/002/expr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/adr/002/function.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/000.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/001.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/002.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
9 changes: 3 additions & 6 deletions docs/report/003.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand All @@ -99,8 +98,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down Expand Up @@ -789,8 +787,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
7 changes: 3 additions & 4 deletions docs/report/004.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
"source_hidden": true
},
"tags": [
"hide-cell"
"remove-cell"
]
},
"outputs": [],
"source": [
"%pip -q install ampform==0.11.*"
"%pip install -q ampform==0.11.*"
]
},
{
Expand Down Expand Up @@ -245,8 +245,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
7 changes: 5 additions & 2 deletions docs/report/005.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,16 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": [
"hide-cell"
"remove-cell"
]
},
"outputs": [],
"source": [
"%pip -q install ampform==0.11.*"
"%pip install -q ampform==0.11.*"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions docs/report/006.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/008.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/009.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/010.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/011.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [
Expand Down
3 changes: 1 addition & 2 deletions docs/report/012.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [
Expand Down
2 changes: 1 addition & 1 deletion docs/report/013.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"source_hidden": true
},
"tags": [
"hide-cell"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/014.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/015.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [],
Expand Down
3 changes: 1 addition & 2 deletions docs/report/016.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
"source_hidden": true
},
"tags": [
"hide-input",
"remove-output"
"remove-cell"
]
},
"outputs": [
Expand Down

0 comments on commit 2c355de

Please sign in to comment.