Skip to content

Commit

Permalink
restructuring of book content (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bolyen <[email protected]>
  • Loading branch information
gregcaporaso and ebolyen authored Jan 4, 2024
1 parent 7596a1f commit 5e36bdd
Show file tree
Hide file tree
Showing 56 changed files with 275 additions and 878 deletions.
21 changes: 21 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.PHONY: lint install html clean cacheclean

lint:
jupyter book build book/ \
--warningiserror \
--nitpick \
--keep-going \
--all \
--verbose

install:
pip install -r requirements.txt

html:
jupyter book build book/

clean:
jupyter book clean book/

cacheclean:
rm -rf book/_build/
19 changes: 0 additions & 19 deletions book/00-intro.md

This file was deleted.

3 changes: 0 additions & 3 deletions book/10-tutorial/00-intro.md

This file was deleted.

262 changes: 0 additions & 262 deletions book/10-tutorial/10-plugins/00-intro.rst

This file was deleted.

35 changes: 0 additions & 35 deletions book/10-tutorial/10-plugins/10-plugin-setup.rst

This file was deleted.

95 changes: 0 additions & 95 deletions book/10-tutorial/10-plugins/20-registering-actions.rst

This file was deleted.

1 change: 0 additions & 1 deletion book/10-tutorial/20-interfaces/00-intro.md

This file was deleted.

1 change: 0 additions & 1 deletion book/10-tutorial/20-interfaces/10-plugin-manager.md

This file was deleted.

3 changes: 0 additions & 3 deletions book/20-understanding/00-intro.md

This file was deleted.

1 change: 0 additions & 1 deletion book/20-understanding/10-plugins/00-intro.md

This file was deleted.

3 changes: 0 additions & 3 deletions book/20-understanding/10-plugins/10-plugin.md

This file was deleted.

1 change: 0 additions & 1 deletion book/20-understanding/20-interfaces/00-intro.md

This file was deleted.

3 changes: 0 additions & 3 deletions book/20-understanding/20-interfaces/10-plugin-manager.md

This file was deleted.

3 changes: 0 additions & 3 deletions book/30-how-to/00-intro.md

This file was deleted.

1 change: 0 additions & 1 deletion book/30-how-to/10-plugins/00-intro.md

This file was deleted.

49 changes: 0 additions & 49 deletions book/30-how-to/10-plugins/10-type-mapping.rst

This file was deleted.

1 change: 0 additions & 1 deletion book/30-how-to/20-interfaces/00-intro.md

This file was deleted.

1 change: 0 additions & 1 deletion book/30-how-to/20-interfaces/10-accessing-help-text.md

This file was deleted.

3 changes: 0 additions & 3 deletions book/40-reference/00-intro.md

This file was deleted.

3 changes: 0 additions & 3 deletions book/40-reference/10-api/00-intro.md

This file was deleted.

4 changes: 0 additions & 4 deletions book/40-reference/10-api/10-usage/00-index.rst

This file was deleted.

78 changes: 0 additions & 78 deletions book/40-reference/10-api/10-usage/10-authors.rst

This file was deleted.

Loading

0 comments on commit 5e36bdd

Please sign in to comment.