summaryrefslogtreecommitdiff
path: root/docs/conventions.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-28 22:41:03 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-28 22:41:03 +0000
commit44f1df7b7cec671fec92ead513804e52e63eb76d (patch)
tree98d95fc68b2c826034178d8c19c119bf0070e110 /docs/conventions.rst
parentf2086c23b03717ead05ca3a512091e302534c002 (diff)
downloadpyramid-44f1df7b7cec671fec92ead513804e52e63eb76d.tar.gz
pyramid-44f1df7b7cec671fec92ead513804e52e63eb76d.tar.bz2
pyramid-44f1df7b7cec671fec92ead513804e52e63eb76d.zip
Fix overlong lines.
Diffstat (limited to 'docs/conventions.rst')
-rw-r--r--docs/conventions.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conventions.rst b/docs/conventions.rst
index 4e8cc8bb3..d0376a195 100644
--- a/docs/conventions.rst
+++ b/docs/conventions.rst
@@ -59,3 +59,11 @@ Blocks of XML markup are presented in the following style:
<!-- ... more XML .. -->
</root>
+When a command that should be typed on one line is too long to fit on
+a page, the backslash ``\`` is used to indicate that the following
+printed line should actually be part of the command:
+
+ .. code-block:: text
+
+ c:\bigfntut\tutorial> ..\Scripts\nosetests --cover-package=tutorial \
+ --cover-erase --with-coverage