diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-24 01:02:42 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-24 01:02:42 -0800 |
| commit | 3cdd3cedb9a120228f5bb2c0a9d53c0017b55cd9 (patch) | |
| tree | e0a1cfa1d14468071fe825d2bb10dec31c895970 /docs | |
| parent | 1779c2a7c7653142cc3164e83b1f0fe43850f97b (diff) | |
| download | pyramid-3cdd3cedb9a120228f5bb2c0a9d53c0017b55cd9.tar.gz pyramid-3cdd3cedb9a120228f5bb2c0a9d53c0017b55cd9.tar.bz2 pyramid-3cdd3cedb9a120228f5bb2c0a9d53c0017b55cd9.zip | |
Use proper syntax in code samples to allow highlighting and avoid errors. See https://github.com/sphinx-doc/sphinx/issues/2264
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 5103bb6b8..923fde436 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -447,7 +447,7 @@ commenting out a line. For example, instead of: :linenos: [app:main] - ... + # ... elided configuration pyramid.includes = pyramid_debugtoolbar @@ -457,7 +457,7 @@ Put a hash mark at the beginning of the ``pyramid_debugtoolbar`` line: :linenos: [app:main] - ... + # ... elided configuration pyramid.includes = # pyramid_debugtoolbar |
