summaryrefslogtreecommitdiff
path: root/docs/source/generate_commands.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-06-26 21:50:44 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-06-26 21:50:44 +0100
commitc2d3ad9f539877294a031aae9ae410d0e96bf642 (patch)
treea9ac28d0503d694cffcaee73168e9bb1d96b6fdf /docs/source/generate_commands.py
parent1e66018acc312c9bec6c21ce25cd5cac91f6762d (diff)
doc: fix warnings
this fixes uncritical warnings during the manual/api compilation: * don't quote using backticks * mark orphan docs as such * don't refer to non-existant static files to be copied over
Diffstat (limited to 'docs/source/generate_commands.py')
-rwxr-xr-xdocs/source/generate_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/generate_commands.py b/docs/source/generate_commands.py
index eb241d10..0846347e 100755
--- a/docs/source/generate_commands.py
+++ b/docs/source/generate_commands.py
@@ -15,7 +15,7 @@ import re as _re
import sys as _sys
import textwrap as _textwrap
-NOTE = ".. CAUTION: THIS FILE IS AUTO-GENERATED!\n\n\n"
+NOTE = ":orphan:\n\n.. CAUTION: THIS FILE IS AUTO-GENERATED!\n\n\n"
class HF(HelpFormatter):
def _metavar_formatter(self, action, default_metavar):