summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/MyProject/myproject/templates/mytemplate.pt2
-rw-r--r--docs/narr/urldispatch.rst4
-rw-r--r--docs/tutorials/bfgwiki/installation.rst4
-rw-r--r--docs/tutorials/bfgwiki/src/views/tutorial/templates/edit.pt3
-rw-r--r--docs/tutorials/bfgwiki2/src/views/tutorial/templates/edit.pt3
5 files changed, 9 insertions, 7 deletions
diff --git a/docs/narr/MyProject/myproject/templates/mytemplate.pt b/docs/narr/MyProject/myproject/templates/mytemplate.pt
index 110375ab3..42cff1674 100644
--- a/docs/narr/MyProject/myproject/templates/mytemplate.pt
+++ b/docs/narr/MyProject/myproject/templates/mytemplate.pt
@@ -50,7 +50,7 @@
<h2><code>repoze.bfg</code> links</h2>
<ul>
<li><a
- href="http://static.repoze.org/bfgdocs/#narrative-documentation"
+ href="http://static.repoze.org/bfgdocs/#narrative-documentation"
>Narrative Documentation</a>
</li>
<li>
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 77838a02c..cc2a8a0c7 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -194,8 +194,8 @@ matchdicts:
.. code-block:: text
- foo/1/2/ -> {'baz':1, 'bar':2, 'traverse':()}
- foo/abc/def/a/b/c -> {'baz':abc, 'bar':def, 'traverse':('a', 'b', 'c')}
+ foo/1/2/ -> {'baz':1, 'bar':2, 'traverse':()}
+ foo/abc/def/a/b/c -> {'baz':abc, 'bar':def, 'traverse':('a', 'b', 'c')}
Note that when a ``*stararg`` remainder match is matched, the value
put into the matchdict is turned into a tuple of path segments
diff --git a/docs/tutorials/bfgwiki/installation.rst b/docs/tutorials/bfgwiki/installation.rst
index e66b40d0a..fcfaff642 100644
--- a/docs/tutorials/bfgwiki/installation.rst
+++ b/docs/tutorials/bfgwiki/installation.rst
@@ -122,8 +122,8 @@ Preparation, Windows
.. code-block:: bat
c:\bigfntut> Scripts\easy_install -i \
- http://dist.repoze.org/bfgsite/simple \
- docutils repoze.tm repoze.zodbconn repoze.who nose coverage
+ http://dist.repoze.org/bfgsite/simple docutils repoze.tm \
+ repoze.zodbconn repoze.who nose coverage
.. _making_a_project:
diff --git a/docs/tutorials/bfgwiki/src/views/tutorial/templates/edit.pt b/docs/tutorials/bfgwiki/src/views/tutorial/templates/edit.pt
index fb4511624..d94bc503b 100644
--- a/docs/tutorials/bfgwiki/src/views/tutorial/templates/edit.pt
+++ b/docs/tutorials/bfgwiki/src/views/tutorial/templates/edit.pt
@@ -17,7 +17,8 @@
<div class="main_content">
<div style="float:right; width: 10em;"> Viewing
<span tal:replace="page.__name__">Page Name Goes Here</span> <br/>
- You can return to the <a href="${request.application_url}">FrontPage</a>.
+ You can return to the <a href="${request.application_url}"
+ >FrontPage</a>.
</div>
<div>
diff --git a/docs/tutorials/bfgwiki2/src/views/tutorial/templates/edit.pt b/docs/tutorials/bfgwiki2/src/views/tutorial/templates/edit.pt
index 6a98e3cfb..8e6827f74 100644
--- a/docs/tutorials/bfgwiki2/src/views/tutorial/templates/edit.pt
+++ b/docs/tutorials/bfgwiki2/src/views/tutorial/templates/edit.pt
@@ -17,7 +17,8 @@
<div class="main_content">
<div style="float:right; width: 10em;"> Viewing
<span tal:replace="page.name">Page Name Goes Here</span> <br/>
- You can return to the <a href="${request.application_url}">FrontPage</a>.
+ You can return to the <a href="${request.application_url}"
+ >FrontPage</a>.
</div>
<div>