Skip to content

Commit

Permalink
Merge pull request #114 from openaps/dana-dev
Browse files Browse the repository at this point in the history
Spring cleanup and restructure - dana-dev to dev
  • Loading branch information
danamlewis committed Apr 2, 2016
2 parents a15364f + 3792951 commit f5787ec
Show file tree
Hide file tree
Showing 163 changed files with 1,645 additions and 656 deletions.
13 changes: 11 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
endif

# SOURCE_ROOT=source
SOURCE_ROOT=docs
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(SOURCE_ROOT)
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(SOURCE_ROOT)

.PHONY: help
help:
Expand Down Expand Up @@ -214,3 +216,10 @@ pseudoxml:
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."

.PHONY: serve
serve:
@echo
make clean build html
(cd $(BUILDDIR)/html/; python -m SimpleHTTPServer 8000 )

73 changes: 0 additions & 73 deletions New-loop-stages-outline.md

This file was deleted.

Binary file removed OpenAPS_phase_visualization_Nov152015.png
Binary file not shown.

0 comments on commit f5787ec

Please sign in to comment.