Skip to content

Commit

Permalink
v0.10.7 release, Merge pull request #97 from chrisjsewell/develop
Browse files Browse the repository at this point in the history
Add sphinx options to add buttons for toggling all input/output cells
  • Loading branch information
chrisjsewell committed Jul 23, 2019
2 parents f9f82b5 + 02d206f commit 6c4f4ca
Show file tree
Hide file tree
Showing 20 changed files with 820 additions and 593 deletions.
1 change: 1 addition & 0 deletions conda_dev_env.yaml
Expand Up @@ -47,4 +47,5 @@ dependencies:
- jupyter
- matplotlib
- pandas
- recommonmark
- sympy <1.3
21 changes: 9 additions & 12 deletions docs/Makefile
Expand Up @@ -15,27 +15,24 @@ endif
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -n -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source

.PHONY: all help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext customdefault

## Runs with nitty-pick and converting warnings into errors to
## Runs with nitty-pick and converting warnings into errors to
## make sure the documentation is properly written
customdefault:
$(SPHINXBUILD) -b html -nW $(ALLSPHINXOPTS) $(BUILDDIR)/html

all: html

clean:
rm -r $(BUILDDIR)

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

# same as customdefault, but echo's warnings without raising them as errors
debug:
$(SPHINXBUILD) -b html -n $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

view:
xdg-open $(BUILDDIR)/html/index.html
clean:
rm -r $(BUILDDIR)
10 changes: 0 additions & 10 deletions docs/source/api/ipypublish.schema.rst

This file was deleted.

0 comments on commit 6c4f4ca

Please sign in to comment.