Skip to content

Commit

Permalink
Added html tag back in
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreAdam committed Jun 27, 2024
1 parent 7944e0d commit b778585
Show file tree
Hide file tree
Showing 5 changed files with 848 additions and 1,009 deletions.
17 changes: 13 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,20 @@ repos:
- id: codespell
args: ["--write-changes", "--ignore-words", ".codespell-whitelist"]

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
#- repo: https://github.com/kynan/nbstripout
#rev: 0.7.1
#hooks:
#- id: nbstripout
#args: [--extra-keys=metadata.kernelspec metadata.language_info.version]

- repo: local
hooks:
- id: nbstripout
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
- id: strip-output-keep-html
name: Strip Jupyter Notebook output but keep HTML
entry: python strip_output_keep_html.py
language: python
additional_dependencies: [nbformat]
files: \.ipynb$

- repo: local
hooks:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chapters:
sections:
- file: basicindex
sections:
- file: tutorials/BasicIntroduction
- file: tutorials/Introduction
- file: tutorials/BasicIntroduction_yaml
- file: tutorials/BasicIntroduction_oop
- file: tutorials/BasicIntroduction_func
Expand Down
1,004 changes: 0 additions & 1,004 deletions docs/source/tutorials/BasicIntroduction.ipynb

This file was deleted.

Loading

0 comments on commit b778585

Please sign in to comment.