Skip to content

Commit

Permalink
Remove source folder
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Dec 7, 2022
1 parent d6933df commit d166228
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 6,188 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ coverage.xml
*.prof
*.qdrep
*.pdf
_build
_autosummary
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ help:
%: Makefile
rm -rf _build
rm -rf _autosummary
jupytext --to notebook source/_copied_over/notebooks
jupytext --to notebook _copied_over/notebooks/*.py
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/source/conf.py → docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# ),
# )

sys.path.insert(0, os.path.abspath("../.."))
sys.path.insert(0, os.path.abspath("../"))


# -- Project information -----------------------------------------------------
Expand Down Expand Up @@ -134,7 +134,7 @@ def copy_tree(src, tar):

# -- Get Jupyter Notebooks ---------------------------------------------------

copy_tree("../../notebooks/tutorial", "./_copied_over/notebooks")
copy_tree("../notebooks/tutorial", "./_copied_over/notebooks")

# Report warnings for all validation checks except GL01, GL02, and GL05
numpydoc_validation_checks = {"all", "GL01", "GL02", "GL05"}
File renamed without changes.
File renamed without changes.
1,081 changes: 0 additions & 1,081 deletions docs/source/_copied_over/notebooks/01-Introduction_and_Data_Format.ipynb

This file was deleted.

2,955 changes: 0 additions & 2,955 deletions docs/source/_copied_over/notebooks/02-Decoding_with_Sorted_Spikes.ipynb

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.

0 comments on commit d166228

Please sign in to comment.