diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 07:41:02 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 07:41:02 (GMT) |
commit | 160cbce92adc3ccbe4ae6e231ea27fb5ff28dca9 (patch) | |
tree | ceeec64ece058d00549a8c1094d1ba23ad26ba9a /Doc/tools | |
parent | 8a91c5b9999adea77031caf7e96b419b67d8a386 (diff) | |
download | cpython-160cbce92adc3ccbe4ae6e231ea27fb5ff28dca9.zip cpython-160cbce92adc3ccbe4ae6e231ea27fb5ff28dca9.tar.gz cpython-160cbce92adc3ccbe4ae6e231ea27fb5ff28dca9.tar.bz2 |
Move Sphinx templates and extensions to their own subdirs.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/extensions/c_annotations.py (renamed from Doc/tools/c_annotations.py) | 0 | ||||
-rw-r--r-- | Doc/tools/extensions/patchlevel.py (renamed from Doc/tools/patchlevel.py) | 0 | ||||
-rw-r--r-- | Doc/tools/extensions/pyspecific.py (renamed from Doc/tools/pyspecific.py) | 0 | ||||
-rw-r--r-- | Doc/tools/extensions/suspicious.py (renamed from Doc/tools/suspicious.py) | 2 | ||||
-rw-r--r-- | Doc/tools/templates/download.html (renamed from Doc/tools/download.html) | 0 | ||||
-rw-r--r-- | Doc/tools/templates/indexcontent.html (renamed from Doc/tools/indexcontent.html) | 0 | ||||
-rw-r--r-- | Doc/tools/templates/indexsidebar.html (renamed from Doc/tools/indexsidebar.html) | 0 | ||||
-rw-r--r-- | Doc/tools/templates/layout.html (renamed from Doc/tools/layout.html) | 0 | ||||
-rw-r--r-- | Doc/tools/templates/opensearch.xml (renamed from Doc/tools/opensearch.xml) | 0 |
9 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/c_annotations.py b/Doc/tools/extensions/c_annotations.py index baa39f3..baa39f3 100644 --- a/Doc/tools/c_annotations.py +++ b/Doc/tools/extensions/c_annotations.py diff --git a/Doc/tools/patchlevel.py b/Doc/tools/extensions/patchlevel.py index b070d60..b070d60 100644 --- a/Doc/tools/patchlevel.py +++ b/Doc/tools/extensions/patchlevel.py diff --git a/Doc/tools/pyspecific.py b/Doc/tools/extensions/pyspecific.py index 1699891..1699891 100644 --- a/Doc/tools/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py diff --git a/Doc/tools/suspicious.py b/Doc/tools/extensions/suspicious.py index ee87733..d3ed849 100644 --- a/Doc/tools/suspicious.py +++ b/Doc/tools/extensions/suspicious.py @@ -91,7 +91,7 @@ class CheckSuspiciousMarkupBuilder(Builder): self.log_file_name = os.path.join(self.outdir, 'suspicious.csv') open(self.log_file_name, 'w').close() # load database of previously ignored issues - self.load_rules(os.path.join(os.path.dirname(__file__), + self.load_rules(os.path.join(os.path.dirname(__file__), '..', 'susp-ignored.csv')) def get_outdated_docs(self): diff --git a/Doc/tools/download.html b/Doc/tools/templates/download.html index 3adf2e9..3adf2e9 100644 --- a/Doc/tools/download.html +++ b/Doc/tools/templates/download.html diff --git a/Doc/tools/indexcontent.html b/Doc/tools/templates/indexcontent.html index 7f85470..7f85470 100644 --- a/Doc/tools/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html diff --git a/Doc/tools/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 5c4c75d..5c4c75d 100644 --- a/Doc/tools/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html diff --git a/Doc/tools/layout.html b/Doc/tools/templates/layout.html index f24dc8c..f24dc8c 100644 --- a/Doc/tools/layout.html +++ b/Doc/tools/templates/layout.html diff --git a/Doc/tools/opensearch.xml b/Doc/tools/templates/opensearch.xml index 69cec80..69cec80 100644 --- a/Doc/tools/opensearch.xml +++ b/Doc/tools/templates/opensearch.xml |