From c62258fa48aacf83607e835a49fed0a257289280 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 20 Jul 2009 09:02:09 +0000 Subject: [PATCH] move docs out of the deluge package --- {deluge/docs => docs}/html/_sources/index.txt | 0 .../docs => docs}/html/_sources/modules/config.txt | 0 {deluge/docs => docs}/html/_static/contents.png | Bin {deluge/docs => docs}/html/_static/default.css | 0 {deluge/docs => docs}/html/_static/doctools.js | 0 {deluge/docs => docs}/html/_static/file.png | Bin {deluge/docs => docs}/html/_static/interface.js | 0 {deluge/docs => docs}/html/_static/jquery.js | 0 {deluge/docs => docs}/html/_static/minus.png | Bin {deluge/docs => docs}/html/_static/navigation.png | Bin {deluge/docs => docs}/html/_static/plus.png | Bin {deluge/docs => docs}/html/_static/pygments.css | 0 {deluge/docs => docs}/html/_static/rightsidebar.css | 0 {deluge/docs => docs}/html/_static/searchtools.js | 0 {deluge/docs => docs}/html/_static/sphinxdoc.css | 0 .../docs => docs}/html/_static/stickysidebar.css | 0 {deluge/docs => docs}/html/_static/traditional.css | 0 {deluge/docs => docs}/html/genindex.html | 0 {deluge/docs => docs}/html/index.html | 0 {deluge/docs => docs}/html/modindex.html | 0 {deluge/docs => docs}/html/modules/common.html | 0 {deluge/docs => docs}/html/modules/config.html | 0 {deluge/docs => docs}/html/search.html | 0 {deluge/docs => docs}/html/searchindex.json | 0 {deluge/docs => docs}/man/deluge.1 | 0 {deluge/docs => docs}/man/deluged.1 | 0 {deluge/docs => docs}/source/conf.py | 0 {deluge/docs => docs}/source/index.rst | 0 {deluge/docs => docs}/source/modules/common.rst | 0 {deluge/docs => docs}/source/modules/config.rst | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename {deluge/docs => docs}/html/_sources/index.txt (100%) rename {deluge/docs => docs}/html/_sources/modules/config.txt (100%) rename {deluge/docs => docs}/html/_static/contents.png (100%) rename {deluge/docs => docs}/html/_static/default.css (100%) rename {deluge/docs => docs}/html/_static/doctools.js (100%) rename {deluge/docs => docs}/html/_static/file.png (100%) rename {deluge/docs => docs}/html/_static/interface.js (100%) rename {deluge/docs => docs}/html/_static/jquery.js (100%) rename {deluge/docs => docs}/html/_static/minus.png (100%) rename {deluge/docs => docs}/html/_static/navigation.png (100%) rename {deluge/docs => docs}/html/_static/plus.png (100%) rename {deluge/docs => docs}/html/_static/pygments.css (100%) rename {deluge/docs => docs}/html/_static/rightsidebar.css (100%) rename {deluge/docs => docs}/html/_static/searchtools.js (100%) rename {deluge/docs => docs}/html/_static/sphinxdoc.css (100%) rename {deluge/docs => docs}/html/_static/stickysidebar.css (100%) rename {deluge/docs => docs}/html/_static/traditional.css (100%) rename {deluge/docs => docs}/html/genindex.html (100%) rename {deluge/docs => docs}/html/index.html (100%) rename {deluge/docs => docs}/html/modindex.html (100%) rename {deluge/docs => docs}/html/modules/common.html (100%) rename {deluge/docs => docs}/html/modules/config.html (100%) rename {deluge/docs => docs}/html/search.html (100%) rename {deluge/docs => docs}/html/searchindex.json (100%) rename {deluge/docs => docs}/man/deluge.1 (100%) rename {deluge/docs => docs}/man/deluged.1 (100%) rename {deluge/docs => docs}/source/conf.py (100%) rename {deluge/docs => docs}/source/index.rst (100%) rename {deluge/docs => docs}/source/modules/common.rst (100%) rename {deluge/docs => docs}/source/modules/config.rst (100%) diff --git a/deluge/docs/html/_sources/index.txt b/docs/html/_sources/index.txt similarity index 100% rename from deluge/docs/html/_sources/index.txt rename to docs/html/_sources/index.txt diff --git a/deluge/docs/html/_sources/modules/config.txt b/docs/html/_sources/modules/config.txt similarity index 100% rename from deluge/docs/html/_sources/modules/config.txt rename to docs/html/_sources/modules/config.txt diff --git a/deluge/docs/html/_static/contents.png b/docs/html/_static/contents.png similarity index 100% rename from deluge/docs/html/_static/contents.png rename to docs/html/_static/contents.png diff --git a/deluge/docs/html/_static/default.css b/docs/html/_static/default.css similarity index 100% rename from deluge/docs/html/_static/default.css rename to docs/html/_static/default.css diff --git a/deluge/docs/html/_static/doctools.js b/docs/html/_static/doctools.js similarity index 100% rename from deluge/docs/html/_static/doctools.js rename to docs/html/_static/doctools.js diff --git a/deluge/docs/html/_static/file.png b/docs/html/_static/file.png similarity index 100% rename from deluge/docs/html/_static/file.png rename to docs/html/_static/file.png diff --git a/deluge/docs/html/_static/interface.js b/docs/html/_static/interface.js similarity index 100% rename from deluge/docs/html/_static/interface.js rename to docs/html/_static/interface.js diff --git a/deluge/docs/html/_static/jquery.js b/docs/html/_static/jquery.js similarity index 100% rename from deluge/docs/html/_static/jquery.js rename to docs/html/_static/jquery.js diff --git a/deluge/docs/html/_static/minus.png b/docs/html/_static/minus.png similarity index 100% rename from deluge/docs/html/_static/minus.png rename to docs/html/_static/minus.png diff --git a/deluge/docs/html/_static/navigation.png b/docs/html/_static/navigation.png similarity index 100% rename from deluge/docs/html/_static/navigation.png rename to docs/html/_static/navigation.png diff --git a/deluge/docs/html/_static/plus.png b/docs/html/_static/plus.png similarity index 100% rename from deluge/docs/html/_static/plus.png rename to docs/html/_static/plus.png diff --git a/deluge/docs/html/_static/pygments.css b/docs/html/_static/pygments.css similarity index 100% rename from deluge/docs/html/_static/pygments.css rename to docs/html/_static/pygments.css diff --git a/deluge/docs/html/_static/rightsidebar.css b/docs/html/_static/rightsidebar.css similarity index 100% rename from deluge/docs/html/_static/rightsidebar.css rename to docs/html/_static/rightsidebar.css diff --git a/deluge/docs/html/_static/searchtools.js b/docs/html/_static/searchtools.js similarity index 100% rename from deluge/docs/html/_static/searchtools.js rename to docs/html/_static/searchtools.js diff --git a/deluge/docs/html/_static/sphinxdoc.css b/docs/html/_static/sphinxdoc.css similarity index 100% rename from deluge/docs/html/_static/sphinxdoc.css rename to docs/html/_static/sphinxdoc.css diff --git a/deluge/docs/html/_static/stickysidebar.css b/docs/html/_static/stickysidebar.css similarity index 100% rename from deluge/docs/html/_static/stickysidebar.css rename to docs/html/_static/stickysidebar.css diff --git a/deluge/docs/html/_static/traditional.css b/docs/html/_static/traditional.css similarity index 100% rename from deluge/docs/html/_static/traditional.css rename to docs/html/_static/traditional.css diff --git a/deluge/docs/html/genindex.html b/docs/html/genindex.html similarity index 100% rename from deluge/docs/html/genindex.html rename to docs/html/genindex.html diff --git a/deluge/docs/html/index.html b/docs/html/index.html similarity index 100% rename from deluge/docs/html/index.html rename to docs/html/index.html diff --git a/deluge/docs/html/modindex.html b/docs/html/modindex.html similarity index 100% rename from deluge/docs/html/modindex.html rename to docs/html/modindex.html diff --git a/deluge/docs/html/modules/common.html b/docs/html/modules/common.html similarity index 100% rename from deluge/docs/html/modules/common.html rename to docs/html/modules/common.html diff --git a/deluge/docs/html/modules/config.html b/docs/html/modules/config.html similarity index 100% rename from deluge/docs/html/modules/config.html rename to docs/html/modules/config.html diff --git a/deluge/docs/html/search.html b/docs/html/search.html similarity index 100% rename from deluge/docs/html/search.html rename to docs/html/search.html diff --git a/deluge/docs/html/searchindex.json b/docs/html/searchindex.json similarity index 100% rename from deluge/docs/html/searchindex.json rename to docs/html/searchindex.json diff --git a/deluge/docs/man/deluge.1 b/docs/man/deluge.1 similarity index 100% rename from deluge/docs/man/deluge.1 rename to docs/man/deluge.1 diff --git a/deluge/docs/man/deluged.1 b/docs/man/deluged.1 similarity index 100% rename from deluge/docs/man/deluged.1 rename to docs/man/deluged.1 diff --git a/deluge/docs/source/conf.py b/docs/source/conf.py similarity index 100% rename from deluge/docs/source/conf.py rename to docs/source/conf.py diff --git a/deluge/docs/source/index.rst b/docs/source/index.rst similarity index 100% rename from deluge/docs/source/index.rst rename to docs/source/index.rst diff --git a/deluge/docs/source/modules/common.rst b/docs/source/modules/common.rst similarity index 100% rename from deluge/docs/source/modules/common.rst rename to docs/source/modules/common.rst diff --git a/deluge/docs/source/modules/config.rst b/docs/source/modules/config.rst similarity index 100% rename from deluge/docs/source/modules/config.rst rename to docs/source/modules/config.rst