Skip to content

Commit 2f06b59

Browse files
committed
Large file/folder reorganization
- Move all old files into old-spec/ folder - Move new spec files from mdbook/ into root - Consolidate .gitignore and README - Update README.md to reflect current state - Update bin/spec.sh to reflect current state;
1 parent 7b7998b commit 2f06b59

File tree

115 files changed

+13
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+13
-49
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
/package-lock.json
55
.ipynb_checkpoints
66
__pycache__
7-
venv
7+
venv
8+
book/

README.md

Lines changed: 10 additions & 15 deletions

bin/spec.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
2-
cd $(git rev-parse --show-toplevel)/mdbook
2+
cd $(git rev-parse --show-toplevel)
33
exec mdbook serve --open
4-
File renamed without changes.

mdbook/.gitignore

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

mdbook/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)