From 01bf2f03cfbf2f717f8ab1c854aa0c6c0c36899a Mon Sep 17 00:00:00 2001 From: Jonas Obrist Date: Tue, 17 Aug 2010 16:53:55 +0200 Subject: [PATCH] moved docs to the 'standard' location /docs/ instead of /cms/docs/ Updated setup.py and MANIFEST.in accordingly --- MANIFEST.in | 2 +- {cms/docs => docs}/Makefile | 0 {cms/docs => docs}/app_integration.txt | 0 {cms/docs => docs}/conf.py | 0 {cms/docs => docs}/configuration.txt | 0 {cms/docs => docs}/contribution.txt | 0 {cms/docs => docs}/custom_plugins.txt | 0 {cms/docs => docs}/i18n.txt | 0 {cms/docs => docs}/index.txt | 0 {cms/docs => docs}/installation.txt | 0 {cms/docs => docs}/navigation.txt | 0 {cms/docs => docs}/placeholders.txt | 0 {cms/docs => docs}/plugin_reference.txt | 0 {cms/docs => docs}/plugins.txt | 0 {cms/docs => docs}/sitemap.txt | 0 {cms/docs => docs}/static/basic.css | 0 {cms/docs => docs}/static/default.css | 0 {cms/docs => docs}/static/doctools.js | 0 {cms/docs => docs}/static/file.png | Bin {cms/docs => docs}/static/jquery.js | 0 {cms/docs => docs}/static/minus.png | Bin {cms/docs => docs}/static/plus.png | Bin {cms/docs => docs}/static/pygments.css | 0 {cms/docs => docs}/static/screen1.png | Bin {cms/docs => docs}/static/screen2.png | Bin {cms/docs => docs}/static/screen3.png | Bin {cms/docs => docs}/static/searchtools.js | 0 {cms/docs => docs}/templates/defindex.html | 0 {cms/docs => docs}/templates/genindex-single.html | 0 {cms/docs => docs}/templates/genindex-split.html | 0 {cms/docs => docs}/templates/genindex.html | 0 {cms/docs => docs}/templates/layout.html | 0 {cms/docs => docs}/templates/modindex.html | 0 {cms/docs => docs}/templates/page.html | 0 {cms/docs => docs}/templates/search.html | 0 {cms/docs => docs}/templatetags.txt | 0 {cms/docs => docs}/tutorial.txt | 0 setup.py | 1 - 38 files changed, 1 insertion(+), 2 deletions(-) rename {cms/docs => docs}/Makefile (100%) rename {cms/docs => docs}/app_integration.txt (100%) rename {cms/docs => docs}/conf.py (100%) rename {cms/docs => docs}/configuration.txt (100%) rename {cms/docs => docs}/contribution.txt (100%) rename {cms/docs => docs}/custom_plugins.txt (100%) rename {cms/docs => docs}/i18n.txt (100%) rename {cms/docs => docs}/index.txt (100%) rename {cms/docs => docs}/installation.txt (100%) rename {cms/docs => docs}/navigation.txt (100%) rename {cms/docs => docs}/placeholders.txt (100%) rename {cms/docs => docs}/plugin_reference.txt (100%) rename {cms/docs => docs}/plugins.txt (100%) rename {cms/docs => docs}/sitemap.txt (100%) rename {cms/docs => docs}/static/basic.css (100%) rename {cms/docs => docs}/static/default.css (100%) rename {cms/docs => docs}/static/doctools.js (100%) rename {cms/docs => docs}/static/file.png (100%) rename {cms/docs => docs}/static/jquery.js (100%) rename {cms/docs => docs}/static/minus.png (100%) rename {cms/docs => docs}/static/plus.png (100%) rename {cms/docs => docs}/static/pygments.css (100%) rename {cms/docs => docs}/static/screen1.png (100%) rename {cms/docs => docs}/static/screen2.png (100%) rename {cms/docs => docs}/static/screen3.png (100%) rename {cms/docs => docs}/static/searchtools.js (100%) rename {cms/docs => docs}/templates/defindex.html (100%) rename {cms/docs => docs}/templates/genindex-single.html (100%) rename {cms/docs => docs}/templates/genindex-split.html (100%) rename {cms/docs => docs}/templates/genindex.html (100%) rename {cms/docs => docs}/templates/layout.html (100%) rename {cms/docs => docs}/templates/modindex.html (100%) rename {cms/docs => docs}/templates/page.html (100%) rename {cms/docs => docs}/templates/search.html (100%) rename {cms/docs => docs}/templatetags.txt (100%) rename {cms/docs => docs}/tutorial.txt (100%) diff --git a/MANIFEST.in b/MANIFEST.in index ff1a5d14a14..d1e446bed54 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ include CHANGELOG.txt recursive-include cms/locale * recursive-include cms/templates * recursive-include cms/media * -recursive-include cms/docs *.txt *.png recursive-include cms/plugins * recursive-include menus/templates * recursive-include mptt/tests/fixtures *.json +recursive-include docs * diff --git a/cms/docs/Makefile b/docs/Makefile similarity index 100% rename from cms/docs/Makefile rename to docs/Makefile diff --git a/cms/docs/app_integration.txt b/docs/app_integration.txt similarity index 100% rename from cms/docs/app_integration.txt rename to docs/app_integration.txt diff --git a/cms/docs/conf.py b/docs/conf.py similarity index 100% rename from cms/docs/conf.py rename to docs/conf.py diff --git a/cms/docs/configuration.txt b/docs/configuration.txt similarity index 100% rename from cms/docs/configuration.txt rename to docs/configuration.txt diff --git a/cms/docs/contribution.txt b/docs/contribution.txt similarity index 100% rename from cms/docs/contribution.txt rename to docs/contribution.txt diff --git a/cms/docs/custom_plugins.txt b/docs/custom_plugins.txt similarity index 100% rename from cms/docs/custom_plugins.txt rename to docs/custom_plugins.txt diff --git a/cms/docs/i18n.txt b/docs/i18n.txt similarity index 100% rename from cms/docs/i18n.txt rename to docs/i18n.txt diff --git a/cms/docs/index.txt b/docs/index.txt similarity index 100% rename from cms/docs/index.txt rename to docs/index.txt diff --git a/cms/docs/installation.txt b/docs/installation.txt similarity index 100% rename from cms/docs/installation.txt rename to docs/installation.txt diff --git a/cms/docs/navigation.txt b/docs/navigation.txt similarity index 100% rename from cms/docs/navigation.txt rename to docs/navigation.txt diff --git a/cms/docs/placeholders.txt b/docs/placeholders.txt similarity index 100% rename from cms/docs/placeholders.txt rename to docs/placeholders.txt diff --git a/cms/docs/plugin_reference.txt b/docs/plugin_reference.txt similarity index 100% rename from cms/docs/plugin_reference.txt rename to docs/plugin_reference.txt diff --git a/cms/docs/plugins.txt b/docs/plugins.txt similarity index 100% rename from cms/docs/plugins.txt rename to docs/plugins.txt diff --git a/cms/docs/sitemap.txt b/docs/sitemap.txt similarity index 100% rename from cms/docs/sitemap.txt rename to docs/sitemap.txt diff --git a/cms/docs/static/basic.css b/docs/static/basic.css similarity index 100% rename from cms/docs/static/basic.css rename to docs/static/basic.css diff --git a/cms/docs/static/default.css b/docs/static/default.css similarity index 100% rename from cms/docs/static/default.css rename to docs/static/default.css diff --git a/cms/docs/static/doctools.js b/docs/static/doctools.js similarity index 100% rename from cms/docs/static/doctools.js rename to docs/static/doctools.js diff --git a/cms/docs/static/file.png b/docs/static/file.png similarity index 100% rename from cms/docs/static/file.png rename to docs/static/file.png diff --git a/cms/docs/static/jquery.js b/docs/static/jquery.js similarity index 100% rename from cms/docs/static/jquery.js rename to docs/static/jquery.js diff --git a/cms/docs/static/minus.png b/docs/static/minus.png similarity index 100% rename from cms/docs/static/minus.png rename to docs/static/minus.png diff --git a/cms/docs/static/plus.png b/docs/static/plus.png similarity index 100% rename from cms/docs/static/plus.png rename to docs/static/plus.png diff --git a/cms/docs/static/pygments.css b/docs/static/pygments.css similarity index 100% rename from cms/docs/static/pygments.css rename to docs/static/pygments.css diff --git a/cms/docs/static/screen1.png b/docs/static/screen1.png similarity index 100% rename from cms/docs/static/screen1.png rename to docs/static/screen1.png diff --git a/cms/docs/static/screen2.png b/docs/static/screen2.png similarity index 100% rename from cms/docs/static/screen2.png rename to docs/static/screen2.png diff --git a/cms/docs/static/screen3.png b/docs/static/screen3.png similarity index 100% rename from cms/docs/static/screen3.png rename to docs/static/screen3.png diff --git a/cms/docs/static/searchtools.js b/docs/static/searchtools.js similarity index 100% rename from cms/docs/static/searchtools.js rename to docs/static/searchtools.js diff --git a/cms/docs/templates/defindex.html b/docs/templates/defindex.html similarity index 100% rename from cms/docs/templates/defindex.html rename to docs/templates/defindex.html diff --git a/cms/docs/templates/genindex-single.html b/docs/templates/genindex-single.html similarity index 100% rename from cms/docs/templates/genindex-single.html rename to docs/templates/genindex-single.html diff --git a/cms/docs/templates/genindex-split.html b/docs/templates/genindex-split.html similarity index 100% rename from cms/docs/templates/genindex-split.html rename to docs/templates/genindex-split.html diff --git a/cms/docs/templates/genindex.html b/docs/templates/genindex.html similarity index 100% rename from cms/docs/templates/genindex.html rename to docs/templates/genindex.html diff --git a/cms/docs/templates/layout.html b/docs/templates/layout.html similarity index 100% rename from cms/docs/templates/layout.html rename to docs/templates/layout.html diff --git a/cms/docs/templates/modindex.html b/docs/templates/modindex.html similarity index 100% rename from cms/docs/templates/modindex.html rename to docs/templates/modindex.html diff --git a/cms/docs/templates/page.html b/docs/templates/page.html similarity index 100% rename from cms/docs/templates/page.html rename to docs/templates/page.html diff --git a/cms/docs/templates/search.html b/docs/templates/search.html similarity index 100% rename from cms/docs/templates/search.html rename to docs/templates/search.html diff --git a/cms/docs/templatetags.txt b/docs/templatetags.txt similarity index 100% rename from cms/docs/templatetags.txt rename to docs/templatetags.txt diff --git a/cms/docs/tutorial.txt b/docs/tutorial.txt similarity index 100% rename from cms/docs/tutorial.txt rename to docs/tutorial.txt diff --git a/setup.py b/setup.py index 5df37a14426..ad790bc8391 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,6 @@ 'plugins/*/templates/cms/plugins/*/*.html', 'plugins/*/templates/cms/plugins/*/*.js', 'locale/*/LC_MESSAGES/*', - 'docs/*.txt' ] + media_files, 'example': [ 'media/css/*.css',