Skip to content

Commit

Permalink
deleted index.md and no error anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ykangastro committed Oct 25, 2024
1 parent 8c6a174 commit 8442e18
Show file tree
Hide file tree
Showing 12 changed files with 3,783 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ _build/
.tox/
venv/
.venv/
.ipynb_checkpoints/**
.ipynb_checkpoints
3 changes: 3 additions & 0 deletions .jupyter/desktop-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pythonPath": "/usr/bin/python3"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"data":{"layout-restorer:data":{"main":{"dock":{"type":"tab-area","currentIndex":0,"widgets":["notebook:index.ipynb"]},"current":"notebook:index.ipynb"},"down":{"size":0,"widgets":[]},"left":{"collapsed":false,"current":"filebrowser","widgets":["filebrowser","running-sessions","@jupyterlab/toc:plugin","extensionmanager.main-view"]},"right":{"collapsed":true,"widgets":["jp-property-inspector","debugger-sidebar"]},"relativeSizes":[0.26227795193312436,0.7377220480668757,0]},"file-browser-filebrowser:cwd":{"path":""},"notebook:index.ipynb":{"data":{"path":"index.ipynb","factory":"Notebook"}}},"metadata":{"id":"default"}}
3 changes: 3 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# https://documenteer.lsst.io/technotes/

from documenteer.conf.technote import * # noqa F401 F403

# Disable notebook execution with myst-nb
nb_execution_mode = "off"
Loading

0 comments on commit 8442e18

Please sign in to comment.