Bläddra i källkod

Changed documentation sources extension back to .txt

Lukasz Balcerzak 14 år sedan
förälder
incheckning
d7523031c8

+ 0 - 0
docs/changelog.rst → docs/changelog.txt


+ 1 - 1
docs/conf.py

@@ -39,7 +39,7 @@ autoclass_content = "both"
 templates_path = ['templates']
 
 # The suffix of source filenames.
-source_suffix = '.rst'
+source_suffix = '.txt'
 
 # The encoding of source files.
 #source_encoding = 'utf-8'

+ 0 - 0
docs/index.rst → docs/index.txt


+ 0 - 0
docs/overview.rst → docs/overview.txt


+ 0 - 0
docs/performance.rst → docs/performance.txt


+ 0 - 0
docs/protocol.rst → docs/protocol.txt


+ 0 - 0
docs/tutorial/conclusion.rst → docs/tutorial/conclusion.txt


+ 0 - 0
docs/tutorial/index.rst → docs/tutorial/index.txt


+ 0 - 0
docs/tutorial/introduction.rst → docs/tutorial/introduction.txt


+ 0 - 0
docs/tutorial/object-store.rst → docs/tutorial/object-store.txt


+ 0 - 0
docs/tutorial/repo.rst → docs/tutorial/repo.txt


+ 1 - 1
dulwich/tests/__init__.py

@@ -108,7 +108,7 @@ def tutorial_test_suite():
         'object-store',
         'conclusion',
         ]
-    tutorial_files = ["../../docs/tutorial/%s.rst" % name for name in tutorial]
+    tutorial_files = ["../../docs/tutorial/%s.txt" % name for name in tutorial]
     def setup(test):
         test.__dulwich_tempdir = tempfile.mkdtemp()
         os.chdir(test.__dulwich_tempdir)