From fc2f694ac388c8dba06601da7259764f34d4d163 Mon Sep 17 00:00:00 2001 From: Prateek Singh Paudel Date: Wed, 3 Oct 2012 04:29:35 +0545 Subject: [PATCH] Rename doc to docs. --- {doc => docs}/README.rst | 0 {doc => docs}/buildweb.py | 0 {doc => docs}/conf.py | 0 {doc => docs}/config.rb | 0 {doc => docs}/css/index.sass | 0 {doc => docs}/css/style.sass | 0 {doc => docs}/htdocs/.nojekyll | 0 {doc => docs}/htdocs/CNAME | 0 {doc => docs}/htdocs/community.html | 0 {doc => docs}/htdocs/configuration.html | 0 {doc => docs}/htdocs/configure.html | 0 {doc => docs}/htdocs/css/index.css | 0 {doc => docs}/htdocs/css/style.css | 0 {doc => docs}/htdocs/deploy.html | 0 {doc => docs}/htdocs/deployment.html | 0 {doc => docs}/htdocs/design.html | 0 {doc => docs}/htdocs/faq.html | 0 {doc => docs}/htdocs/images/gunicorn.png | Bin {doc => docs}/htdocs/images/large_gunicorn.png | Bin {doc => docs}/htdocs/images/logo.png | Bin {doc => docs}/htdocs/index.html | 0 {doc => docs}/htdocs/install.html | 0 {doc => docs}/htdocs/installation.html | 0 {doc => docs}/htdocs/news.html | 0 {doc => docs}/htdocs/run.html | 0 {doc => docs}/htdocs/sitemap.xml | 0 {doc => docs}/htdocs/tuning.html | 0 {doc => docs}/htdocs/usage.html | 0 {doc => docs}/logo/gunicorn.svg | 0 {doc => docs}/site/.nojekyll | 0 {doc => docs}/site/CNAME | 0 {doc => docs}/site/community.rst | 0 {doc => docs}/site/configure.rst | 0 {doc => docs}/site/deploy.rst | 0 {doc => docs}/site/design.rst | 0 {doc => docs}/site/faq.rst | 0 {doc => docs}/site/install.rst | 0 {doc => docs}/site/news.rst | 0 {doc => docs}/site/run.rst | 0 {doc => docs}/sitemap_config.xml | 0 {doc => docs}/sitemap_gen.py | 0 {doc => docs}/templates/base.html | 0 {doc => docs}/templates/doc.html | 0 {doc => docs}/templates/index.html | 0 44 files changed, 0 insertions(+), 0 deletions(-) rename {doc => docs}/README.rst (100%) rename {doc => docs}/buildweb.py (100%) rename {doc => docs}/conf.py (100%) rename {doc => docs}/config.rb (100%) rename {doc => docs}/css/index.sass (100%) rename {doc => docs}/css/style.sass (100%) rename {doc => docs}/htdocs/.nojekyll (100%) rename {doc => docs}/htdocs/CNAME (100%) rename {doc => docs}/htdocs/community.html (100%) rename {doc => docs}/htdocs/configuration.html (100%) rename {doc => docs}/htdocs/configure.html (100%) rename {doc => docs}/htdocs/css/index.css (100%) rename {doc => docs}/htdocs/css/style.css (100%) rename {doc => docs}/htdocs/deploy.html (100%) rename {doc => docs}/htdocs/deployment.html (100%) rename {doc => docs}/htdocs/design.html (100%) rename {doc => docs}/htdocs/faq.html (100%) rename {doc => docs}/htdocs/images/gunicorn.png (100%) rename {doc => docs}/htdocs/images/large_gunicorn.png (100%) rename {doc => docs}/htdocs/images/logo.png (100%) rename {doc => docs}/htdocs/index.html (100%) rename {doc => docs}/htdocs/install.html (100%) rename {doc => docs}/htdocs/installation.html (100%) rename {doc => docs}/htdocs/news.html (100%) rename {doc => docs}/htdocs/run.html (100%) rename {doc => docs}/htdocs/sitemap.xml (100%) rename {doc => docs}/htdocs/tuning.html (100%) rename {doc => docs}/htdocs/usage.html (100%) rename {doc => docs}/logo/gunicorn.svg (100%) rename {doc => docs}/site/.nojekyll (100%) rename {doc => docs}/site/CNAME (100%) rename {doc => docs}/site/community.rst (100%) rename {doc => docs}/site/configure.rst (100%) rename {doc => docs}/site/deploy.rst (100%) rename {doc => docs}/site/design.rst (100%) rename {doc => docs}/site/faq.rst (100%) rename {doc => docs}/site/install.rst (100%) rename {doc => docs}/site/news.rst (100%) rename {doc => docs}/site/run.rst (100%) rename {doc => docs}/sitemap_config.xml (100%) rename {doc => docs}/sitemap_gen.py (100%) rename {doc => docs}/templates/base.html (100%) rename {doc => docs}/templates/doc.html (100%) rename {doc => docs}/templates/index.html (100%) diff --git a/doc/README.rst b/docs/README.rst similarity index 100% rename from doc/README.rst rename to docs/README.rst diff --git a/doc/buildweb.py b/docs/buildweb.py similarity index 100% rename from doc/buildweb.py rename to docs/buildweb.py diff --git a/doc/conf.py b/docs/conf.py similarity index 100% rename from doc/conf.py rename to docs/conf.py diff --git a/doc/config.rb b/docs/config.rb similarity index 100% rename from doc/config.rb rename to docs/config.rb diff --git a/doc/css/index.sass b/docs/css/index.sass similarity index 100% rename from doc/css/index.sass rename to docs/css/index.sass diff --git a/doc/css/style.sass b/docs/css/style.sass similarity index 100% rename from doc/css/style.sass rename to docs/css/style.sass diff --git a/doc/htdocs/.nojekyll b/docs/htdocs/.nojekyll similarity index 100% rename from doc/htdocs/.nojekyll rename to docs/htdocs/.nojekyll diff --git a/doc/htdocs/CNAME b/docs/htdocs/CNAME similarity index 100% rename from doc/htdocs/CNAME rename to docs/htdocs/CNAME diff --git a/doc/htdocs/community.html b/docs/htdocs/community.html similarity index 100% rename from doc/htdocs/community.html rename to docs/htdocs/community.html diff --git a/doc/htdocs/configuration.html b/docs/htdocs/configuration.html similarity index 100% rename from doc/htdocs/configuration.html rename to docs/htdocs/configuration.html diff --git a/doc/htdocs/configure.html b/docs/htdocs/configure.html similarity index 100% rename from doc/htdocs/configure.html rename to docs/htdocs/configure.html diff --git a/doc/htdocs/css/index.css b/docs/htdocs/css/index.css similarity index 100% rename from doc/htdocs/css/index.css rename to docs/htdocs/css/index.css diff --git a/doc/htdocs/css/style.css b/docs/htdocs/css/style.css similarity index 100% rename from doc/htdocs/css/style.css rename to docs/htdocs/css/style.css diff --git a/doc/htdocs/deploy.html b/docs/htdocs/deploy.html similarity index 100% rename from doc/htdocs/deploy.html rename to docs/htdocs/deploy.html diff --git a/doc/htdocs/deployment.html b/docs/htdocs/deployment.html similarity index 100% rename from doc/htdocs/deployment.html rename to docs/htdocs/deployment.html diff --git a/doc/htdocs/design.html b/docs/htdocs/design.html similarity index 100% rename from doc/htdocs/design.html rename to docs/htdocs/design.html diff --git a/doc/htdocs/faq.html b/docs/htdocs/faq.html similarity index 100% rename from doc/htdocs/faq.html rename to docs/htdocs/faq.html diff --git a/doc/htdocs/images/gunicorn.png b/docs/htdocs/images/gunicorn.png similarity index 100% rename from doc/htdocs/images/gunicorn.png rename to docs/htdocs/images/gunicorn.png diff --git a/doc/htdocs/images/large_gunicorn.png b/docs/htdocs/images/large_gunicorn.png similarity index 100% rename from doc/htdocs/images/large_gunicorn.png rename to docs/htdocs/images/large_gunicorn.png diff --git a/doc/htdocs/images/logo.png b/docs/htdocs/images/logo.png similarity index 100% rename from doc/htdocs/images/logo.png rename to docs/htdocs/images/logo.png diff --git a/doc/htdocs/index.html b/docs/htdocs/index.html similarity index 100% rename from doc/htdocs/index.html rename to docs/htdocs/index.html diff --git a/doc/htdocs/install.html b/docs/htdocs/install.html similarity index 100% rename from doc/htdocs/install.html rename to docs/htdocs/install.html diff --git a/doc/htdocs/installation.html b/docs/htdocs/installation.html similarity index 100% rename from doc/htdocs/installation.html rename to docs/htdocs/installation.html diff --git a/doc/htdocs/news.html b/docs/htdocs/news.html similarity index 100% rename from doc/htdocs/news.html rename to docs/htdocs/news.html diff --git a/doc/htdocs/run.html b/docs/htdocs/run.html similarity index 100% rename from doc/htdocs/run.html rename to docs/htdocs/run.html diff --git a/doc/htdocs/sitemap.xml b/docs/htdocs/sitemap.xml similarity index 100% rename from doc/htdocs/sitemap.xml rename to docs/htdocs/sitemap.xml diff --git a/doc/htdocs/tuning.html b/docs/htdocs/tuning.html similarity index 100% rename from doc/htdocs/tuning.html rename to docs/htdocs/tuning.html diff --git a/doc/htdocs/usage.html b/docs/htdocs/usage.html similarity index 100% rename from doc/htdocs/usage.html rename to docs/htdocs/usage.html diff --git a/doc/logo/gunicorn.svg b/docs/logo/gunicorn.svg similarity index 100% rename from doc/logo/gunicorn.svg rename to docs/logo/gunicorn.svg diff --git a/doc/site/.nojekyll b/docs/site/.nojekyll similarity index 100% rename from doc/site/.nojekyll rename to docs/site/.nojekyll diff --git a/doc/site/CNAME b/docs/site/CNAME similarity index 100% rename from doc/site/CNAME rename to docs/site/CNAME diff --git a/doc/site/community.rst b/docs/site/community.rst similarity index 100% rename from doc/site/community.rst rename to docs/site/community.rst diff --git a/doc/site/configure.rst b/docs/site/configure.rst similarity index 100% rename from doc/site/configure.rst rename to docs/site/configure.rst diff --git a/doc/site/deploy.rst b/docs/site/deploy.rst similarity index 100% rename from doc/site/deploy.rst rename to docs/site/deploy.rst diff --git a/doc/site/design.rst b/docs/site/design.rst similarity index 100% rename from doc/site/design.rst rename to docs/site/design.rst diff --git a/doc/site/faq.rst b/docs/site/faq.rst similarity index 100% rename from doc/site/faq.rst rename to docs/site/faq.rst diff --git a/doc/site/install.rst b/docs/site/install.rst similarity index 100% rename from doc/site/install.rst rename to docs/site/install.rst diff --git a/doc/site/news.rst b/docs/site/news.rst similarity index 100% rename from doc/site/news.rst rename to docs/site/news.rst diff --git a/doc/site/run.rst b/docs/site/run.rst similarity index 100% rename from doc/site/run.rst rename to docs/site/run.rst diff --git a/doc/sitemap_config.xml b/docs/sitemap_config.xml similarity index 100% rename from doc/sitemap_config.xml rename to docs/sitemap_config.xml diff --git a/doc/sitemap_gen.py b/docs/sitemap_gen.py similarity index 100% rename from doc/sitemap_gen.py rename to docs/sitemap_gen.py diff --git a/doc/templates/base.html b/docs/templates/base.html similarity index 100% rename from doc/templates/base.html rename to docs/templates/base.html diff --git a/doc/templates/doc.html b/docs/templates/doc.html similarity index 100% rename from doc/templates/doc.html rename to docs/templates/doc.html diff --git a/doc/templates/index.html b/docs/templates/index.html similarity index 100% rename from doc/templates/index.html rename to docs/templates/index.html