From: Wouter Wijngaards Date: Thu, 2 Apr 2009 09:51:51 +0000 (+0000) Subject: Moved documentation for pythonmod. X-Git-Tag: release-1.3.0~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db94e389daf1c8bb0d6f7ac5367824a6c08c3146;p=thirdparty%2Funbound.git Moved documentation for pythonmod. git-svn-id: file:///svn/unbound/trunk@1576 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/pythonmod/doc/Makefile b/pythonmod/doc/Makefile deleted file mode 100644 index b02935317..000000000 --- a/pythonmod/doc/Makefile +++ /dev/null @@ -1,73 +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: env 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/* - -env: - -html: env - 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: env - 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: env - 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: env - 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: env - 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: env - 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/pythonmod/doc/source/_static/readme b/pythonmod/doc/_static/readme similarity index 100% rename from pythonmod/doc/source/_static/readme rename to pythonmod/doc/_static/readme diff --git a/pythonmod/doc/source/conf.py b/pythonmod/doc/conf.py similarity index 100% rename from pythonmod/doc/source/conf.py rename to pythonmod/doc/conf.py diff --git a/pythonmod/doc/source/examples/example0-1.py b/pythonmod/doc/examples/example0-1.py similarity index 100% rename from pythonmod/doc/source/examples/example0-1.py rename to pythonmod/doc/examples/example0-1.py diff --git a/pythonmod/doc/source/examples/example0.rst b/pythonmod/doc/examples/example0.rst similarity index 100% rename from pythonmod/doc/source/examples/example0.rst rename to pythonmod/doc/examples/example0.rst diff --git a/pythonmod/doc/source/examples/example1.rst b/pythonmod/doc/examples/example1.rst similarity index 100% rename from pythonmod/doc/source/examples/example1.rst rename to pythonmod/doc/examples/example1.rst diff --git a/pythonmod/doc/source/examples/example2.rst b/pythonmod/doc/examples/example2.rst similarity index 100% rename from pythonmod/doc/source/examples/example2.rst rename to pythonmod/doc/examples/example2.rst diff --git a/pythonmod/doc/source/examples/example3.rst b/pythonmod/doc/examples/example3.rst similarity index 100% rename from pythonmod/doc/source/examples/example3.rst rename to pythonmod/doc/examples/example3.rst diff --git a/pythonmod/doc/source/examples/example4.rst b/pythonmod/doc/examples/example4.rst similarity index 100% rename from pythonmod/doc/source/examples/example4.rst rename to pythonmod/doc/examples/example4.rst diff --git a/pythonmod/doc/source/examples/index.rst b/pythonmod/doc/examples/index.rst similarity index 100% rename from pythonmod/doc/source/examples/index.rst rename to pythonmod/doc/examples/index.rst diff --git a/pythonmod/doc/source/index.rst b/pythonmod/doc/index.rst similarity index 100% rename from pythonmod/doc/source/index.rst rename to pythonmod/doc/index.rst diff --git a/pythonmod/doc/source/install.rst b/pythonmod/doc/install.rst similarity index 100% rename from pythonmod/doc/source/install.rst rename to pythonmod/doc/install.rst diff --git a/pythonmod/doc/source/modules/config.rst b/pythonmod/doc/modules/config.rst similarity index 100% rename from pythonmod/doc/source/modules/config.rst rename to pythonmod/doc/modules/config.rst diff --git a/pythonmod/doc/source/modules/env.rst b/pythonmod/doc/modules/env.rst similarity index 100% rename from pythonmod/doc/source/modules/env.rst rename to pythonmod/doc/modules/env.rst diff --git a/pythonmod/doc/source/modules/functions.rst b/pythonmod/doc/modules/functions.rst similarity index 100% rename from pythonmod/doc/source/modules/functions.rst rename to pythonmod/doc/modules/functions.rst diff --git a/pythonmod/doc/source/modules/index.rst b/pythonmod/doc/modules/index.rst similarity index 100% rename from pythonmod/doc/source/modules/index.rst rename to pythonmod/doc/modules/index.rst diff --git a/pythonmod/doc/source/modules/struct.rst b/pythonmod/doc/modules/struct.rst similarity index 100% rename from pythonmod/doc/source/modules/struct.rst rename to pythonmod/doc/modules/struct.rst diff --git a/pythonmod/doc/source/usecase.rst b/pythonmod/doc/usecase.rst similarity index 100% rename from pythonmod/doc/source/usecase.rst rename to pythonmod/doc/usecase.rst