Skip to content

Commit

Permalink
Merge 4940bb5 into 8249ed1
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Apr 2, 2019
2 parents 8249ed1 + 4940bb5 commit a6d86fa
Show file tree
Hide file tree
Showing 25 changed files with 822 additions and 2,429 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.pyo
*.egg*
Thumbs.db
docs/build
docs/.output/
.coverage
.noseids
Expand Down
19 changes: 19 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = source
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
44 changes: 0 additions & 44 deletions docs/appearance.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog.rst

This file was deleted.

192 changes: 0 additions & 192 deletions docs/conf.py

This file was deleted.

0 comments on commit a6d86fa

Please sign in to comment.