From 5e55a4063f681f282df3a8a63085d620dc490a2e Mon Sep 17 00:00:00 2001 From: Kelsey Jordahl Date: Tue, 15 Oct 2013 18:17:44 -0400 Subject: [PATCH] DOC: Regenerate sphinx autodoc files and move files to source dir --- doc/Makefile | 6 +++--- doc/_templates/layout.html | 11 ----------- doc/make.bat | 6 +++--- doc/{ => source}/_static/boros_with_holes.png | Bin doc/{ => source}/_static/holes.png | Bin doc/{ => source}/_static/nyc.png | Bin doc/{ => source}/_static/nyc_hull.png | Bin doc/{ => source}/_static/test.png | Bin doc/{ => source}/_static/test_buffer.png | Bin doc/{ => source}/about.rst | 0 doc/{ => source}/conf.py | 18 ++++++++---------- doc/{ => source}/index.rst | 0 doc/{ => source}/install.rst | 0 doc/{docs.rst => source/user.rst} | 0 14 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 doc/_templates/layout.html rename doc/{ => source}/_static/boros_with_holes.png (100%) rename doc/{ => source}/_static/holes.png (100%) rename doc/{ => source}/_static/nyc.png (100%) rename doc/{ => source}/_static/nyc_hull.png (100%) rename doc/{ => source}/_static/test.png (100%) rename doc/{ => source}/_static/test_buffer.png (100%) rename doc/{ => source}/about.rst (100%) rename doc/{ => source}/conf.py (96%) rename doc/{ => source}/index.rst (100%) rename doc/{ => source}/install.rst (100%) rename doc/{docs.rst => source/user.rst} (100%) diff --git a/doc/Makefile b/doc/Makefile index 4d9874a..f507382 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,14 +5,14 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = -BUILDDIR = _build +BUILDDIR = build # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . +ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source # the i18n builder cannot share the environment and doctrees with the others -I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . +I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html deleted file mode 100644 index aa59819..0000000 --- a/doc/_templates/layout.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "!layout.html" %} -{%- set rellinks = [] %} -{% block rootrellink %} -