Skip to content

Commit

Permalink
DOC: make Colab TOC visible by default
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 28, 2023
1 parent 8e7947f commit 6993d22
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"zemach"
],
"ignoreWords": [
"Colab",
"MAINT",
"arange",
"attribs",
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.198
rev: 0.0.199
hooks:
- id: check-dev-files
args:
Expand All @@ -48,6 +48,7 @@ repos:
- --pin-requirements=bimonthly
- --repo-name=PWA-pages
- --repo-title=PWA Pages
- id: colab-toc-visible
- id: fix-nbformat-version
- id: format-setup-cfg

Expand Down
3 changes: 3 additions & 0 deletions docs/dynamics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@
}
],
"metadata": {
"colab": {
"toc_visible": true
},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
Expand Down
3 changes: 3 additions & 0 deletions docs/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@
}
],
"metadata": {
"colab": {
"toc_visible": true
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
Expand Down
3 changes: 3 additions & 0 deletions docs/software.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@
}
],
"metadata": {
"colab": {
"toc_visible": true
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
Expand Down

0 comments on commit 6993d22

Please sign in to comment.