Skip to content

Commit f2c8ca9

Browse files
committed
halfway through docs
1 parent d4ed3a6 commit f2c8ca9

17 files changed

+3020
-26
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ venv/
2828
ENV/
2929
env.bak/
3030
venv.bak/
31-
*temp*
31+
*temp*
32+
33+
docs/*
34+
docsrc/.ipynb_checkpoints/*

docsrc/Makefile

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
8+
SOURCEDIR = .
9+
BUILDDIR = ../docs
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
# help:
13+
# @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
github:
18+
@make html
19+
@cp -a ../docs/html/. ../docs
20+
21+
# Catch-all target: route all unknown targets to Sphinx using the new
22+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
23+
%: Makefile
24+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

docsrc/advanced-tour.ipynb

Lines changed: 511 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)