Skip to content

Commit 07c9835

Browse files
committed
Mv everything from site/ to top-level dir.
1 parent 82c5bee commit 07c9835

20 files changed

+15
-14
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,12 @@ Thumbs.db
9090

9191
# Things specific to this project #
9292
###################################
93-
site/_build/*
94-
site/notebooks/*
93+
notebooks/*
9594

9695
# Content generated during notebook execution
9796
content/mooreslaw_regression*
9897
content/tutorial-x-ray-image-processing/xray_image.gif
9998
content/video
10099
content/*ipynb
101100
content/tutorial-nlp-from-scratch/parameters.npy
102-
content/tutorial-nlp-from-scratch/*ipynb
101+
content/tutorial-nlp-from-scratch/*ipynb

site/Makefile renamed to Makefile

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

site/conf.py renamed to conf.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@
3838
# List of patterns, relative to source directory, that match files and
3939
# directories to ignore when looking for source files.
4040
# This pattern also affects html_static_path and html_extra_path.
41-
exclude_patterns = ['_build',
42-
'Thumbs.db',
43-
'.DS_Store',
44-
'notebooks',
45-
'content/tutorial-nlp-from-scratch/README.md',
46-
]
41+
exclude_patterns = [
42+
'_build',
43+
'README.md',
44+
'Thumbs.db',
45+
'.DS_Store',
46+
'notebooks',
47+
'content/tutorial-nlp-from-scratch/README.md',
48+
]
4749

4850
# MyST-NB configuration
4951
nb_execution_timeout = 900
File renamed without changes.
File renamed without changes.

site/index.md renamed to index.md

File renamed without changes.

site/make.bat renamed to make.bat

File renamed without changes.

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ imageio
99
jupytext
1010
# Temporary fix for lexer errors
1111
ipython!=8.7.0
12+
# For building the website
13+
sphinx<5
14+
myst-nb
15+
sphinx-book-theme
16+
sphinx-copybutton

site/content

Lines changed: 0 additions & 1 deletion
This file was deleted.

site/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)