Skip to content

Commit

Permalink
Calculus edits + new section on Integrals (#2)
Browse files Browse the repository at this point in the history
* First push on Integrals

* More on integrals

* Added sphinx-autobuild to make file
  • Loading branch information
ivanistheone authored and bfortuner committed May 20, 2017
1 parent 093e081 commit 1688353
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 79 deletions.
4 changes: 3 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ help:
# 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)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
livehtml:
sphinx-autobuild . ../docs/_build/html

0 comments on commit 1688353

Please sign in to comment.