From: Wouter Wijngaards Date: Thu, 2 Apr 2009 09:50:45 +0000 (+0000) Subject: Moved documentation. X-Git-Tag: release-1.3.0~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3bf9f1bb38d1822c076ced1504cd47cb63d989a;p=thirdparty%2Funbound.git Moved documentation. git-svn-id: file:///svn/unbound/trunk@1575 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/libunbound/python/doc/Makefile b/libunbound/python/doc/Makefile deleted file mode 100644 index d54ecb9e6..000000000 --- a/libunbound/python/doc/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# Makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -PAPER = - -# Internal variables. -PAPEROPT_a4 = -D latex_paper_size=a4 -PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source - -.PHONY: help clean html web pickle htmlhelp latex changes linkcheck - -help: - @echo "Please use \`make ' where is one of" - @echo " html to make standalone HTML files" - @echo " pickle to make pickle files (usable by e.g. sphinx-web)" - @echo " htmlhelp to make HTML files and a HTML help project" - @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" - @echo " changes to make an overview over all changed/added/deprecated items" - @echo " linkcheck to check all external links for integrity" - -clean: - -rm -rf build/* - -html: - mkdir -p build/html build/doctrees - LD_LIBRARY_PATH=../../../.libs:../../../ldns-src/lib $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html - @echo - @echo "Build finished. The HTML pages are in build/html." - -pickle: - mkdir -p build/pickle build/doctrees - LD_LIBRARY_PATH=../../../.libs:../../../ldns-src/lib $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) build/pickle - @echo - @echo "Build finished; now you can process the pickle files or run" - @echo " sphinx-web build/pickle" - @echo "to start the sphinx-web server." - -web: pickle - -htmlhelp: - mkdir -p build/htmlhelp build/doctrees - LD_LIBRARY_PATH=../../../.libs:../../../ldns-src/lib $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) build/htmlhelp - @echo - @echo "Build finished; now you can run HTML Help Workshop with the" \ - ".hhp project file in build/htmlhelp." - -latex: - mkdir -p build/latex build/doctrees - LD_LIBRARY_PATH=../../../.libs:../../../ldns-src/lib $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex - @echo - @echo "Build finished; the LaTeX files are in build/latex." - @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \ - "run these through (pdf)latex." - -changes: - mkdir -p build/changes build/doctrees - LD_LIBRARY_PATH=../../../.libs:../../../ldns-src/lib $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) build/changes - @echo - @echo "The overview file is in build/changes." - -linkcheck: - mkdir -p build/linkcheck build/doctrees - LD_LIBRARY_PATH=../../../.libs:../../../ldns-src/lib $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) build/linkcheck - @echo - @echo "Link check complete; look for any errors in the above output " \ - "or in build/linkcheck/output.txt." diff --git a/libunbound/python/doc/source/_static/readme b/libunbound/python/doc/_static/readme similarity index 100% rename from libunbound/python/doc/source/_static/readme rename to libunbound/python/doc/_static/readme diff --git a/libunbound/python/doc/source/conf.py b/libunbound/python/doc/conf.py similarity index 100% rename from libunbound/python/doc/source/conf.py rename to libunbound/python/doc/conf.py diff --git a/libunbound/python/doc/source/examples/example1a.rst b/libunbound/python/doc/examples/example1a.rst similarity index 100% rename from libunbound/python/doc/source/examples/example1a.rst rename to libunbound/python/doc/examples/example1a.rst diff --git a/libunbound/python/doc/source/examples/example1b.rst b/libunbound/python/doc/examples/example1b.rst similarity index 100% rename from libunbound/python/doc/source/examples/example1b.rst rename to libunbound/python/doc/examples/example1b.rst diff --git a/libunbound/python/doc/source/examples/example2.rst b/libunbound/python/doc/examples/example2.rst similarity index 100% rename from libunbound/python/doc/source/examples/example2.rst rename to libunbound/python/doc/examples/example2.rst diff --git a/libunbound/python/doc/source/examples/example3.rst b/libunbound/python/doc/examples/example3.rst similarity index 100% rename from libunbound/python/doc/source/examples/example3.rst rename to libunbound/python/doc/examples/example3.rst diff --git a/libunbound/python/doc/source/examples/example4.rst b/libunbound/python/doc/examples/example4.rst similarity index 100% rename from libunbound/python/doc/source/examples/example4.rst rename to libunbound/python/doc/examples/example4.rst diff --git a/libunbound/python/doc/source/examples/example5.rst b/libunbound/python/doc/examples/example5.rst similarity index 100% rename from libunbound/python/doc/source/examples/example5.rst rename to libunbound/python/doc/examples/example5.rst diff --git a/libunbound/python/doc/source/examples/example6-1.py b/libunbound/python/doc/examples/example6-1.py similarity index 100% rename from libunbound/python/doc/source/examples/example6-1.py rename to libunbound/python/doc/examples/example6-1.py diff --git a/libunbound/python/doc/source/examples/example6.rst b/libunbound/python/doc/examples/example6.rst similarity index 100% rename from libunbound/python/doc/source/examples/example6.rst rename to libunbound/python/doc/examples/example6.rst diff --git a/libunbound/python/doc/source/examples/example7-1.py b/libunbound/python/doc/examples/example7-1.py similarity index 100% rename from libunbound/python/doc/source/examples/example7-1.py rename to libunbound/python/doc/examples/example7-1.py diff --git a/libunbound/python/doc/source/examples/example7-2.py b/libunbound/python/doc/examples/example7-2.py similarity index 100% rename from libunbound/python/doc/source/examples/example7-2.py rename to libunbound/python/doc/examples/example7-2.py diff --git a/libunbound/python/doc/source/examples/example7.rst b/libunbound/python/doc/examples/example7.rst similarity index 100% rename from libunbound/python/doc/source/examples/example7.rst rename to libunbound/python/doc/examples/example7.rst diff --git a/libunbound/python/doc/source/examples/example8-1.py b/libunbound/python/doc/examples/example8-1.py similarity index 100% rename from libunbound/python/doc/source/examples/example8-1.py rename to libunbound/python/doc/examples/example8-1.py diff --git a/libunbound/python/doc/source/examples/example8.rst b/libunbound/python/doc/examples/example8.rst similarity index 100% rename from libunbound/python/doc/source/examples/example8.rst rename to libunbound/python/doc/examples/example8.rst diff --git a/libunbound/python/doc/source/examples/index.rst b/libunbound/python/doc/examples/index.rst similarity index 100% rename from libunbound/python/doc/source/examples/index.rst rename to libunbound/python/doc/examples/index.rst diff --git a/libunbound/python/doc/source/index.rst b/libunbound/python/doc/index.rst similarity index 100% rename from libunbound/python/doc/source/index.rst rename to libunbound/python/doc/index.rst diff --git a/libunbound/python/doc/source/install.rst b/libunbound/python/doc/install.rst similarity index 100% rename from libunbound/python/doc/source/install.rst rename to libunbound/python/doc/install.rst diff --git a/libunbound/python/doc/source/intro.rst b/libunbound/python/doc/intro.rst similarity index 100% rename from libunbound/python/doc/source/intro.rst rename to libunbound/python/doc/intro.rst diff --git a/libunbound/python/doc/source/modules/unbound.rst b/libunbound/python/doc/modules/unbound.rst similarity index 100% rename from libunbound/python/doc/source/modules/unbound.rst rename to libunbound/python/doc/modules/unbound.rst