From 709c696a95e63b7b62a1f2cc68866018e46fc4ce Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Mon, 16 Sep 2013 23:47:08 +0100 Subject: [PATCH] Move documentation directory --- .gitignore | 2 +- {doc => docs}/Makefile | 0 {doc => docs}/conf.py | 0 {doc => docs}/index.rst | 0 {doc => docs}/injector.rst | 0 {doc => docs}/modules.rst | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename {doc => docs}/Makefile (100%) rename {doc => docs}/conf.py (100%) rename {doc => docs}/index.rst (100%) rename {doc => docs}/injector.rst (100%) rename {doc => docs}/modules.rst (100%) diff --git a/.gitignore b/.gitignore index 8d41eff..3885597 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ __pycache__/ -doc/_build/ +docs/_build/ diff --git a/doc/Makefile b/docs/Makefile similarity index 100% rename from doc/Makefile rename to docs/Makefile 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/index.rst b/docs/index.rst similarity index 100% rename from doc/index.rst rename to docs/index.rst diff --git a/doc/injector.rst b/docs/injector.rst similarity index 100% rename from doc/injector.rst rename to docs/injector.rst diff --git a/doc/modules.rst b/docs/modules.rst similarity index 100% rename from doc/modules.rst rename to docs/modules.rst