summaryrefslogtreecommitdiff
path: root/docs/narr/assets.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-22 17:24:32 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-22 17:24:32 +0200
commit1ad8de2b9032b5a452b75274b8f908645c732e57 (patch)
tree334a567fd6e85c65790f970a59d2ca7661b902f9 /docs/narr/assets.rst
parentcb93ae658624458032270c038070be8a20e33003 (diff)
downloadpyramid-1ad8de2b9032b5a452b75274b8f908645c732e57.tar.gz
pyramid-1ad8de2b9032b5a452b75274b8f908645c732e57.tar.bz2
pyramid-1ad8de2b9032b5a452b75274b8f908645c732e57.zip
remove unused ignore-next-block directive
Diffstat (limited to 'docs/narr/assets.rst')
-rw-r--r--docs/narr/assets.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst
index deaf0ce08..99bcb187f 100644
--- a/docs/narr/assets.rst
+++ b/docs/narr/assets.rst
@@ -50,7 +50,6 @@ application might address the asset using the :term:`asset specification`
``myapp:templates/some_template.pt`` using that API within a ``views.py``
file inside a ``myapp`` package:
-.. ignore-next-block
.. code-block:: python
:linenos:
@@ -331,7 +330,6 @@ root that exists at the end of your routing table, create an instance of the
:class:`~pyramid.static.static_view` class inside a ``static.py`` file in
your application root as below.
-.. ignore-next-block
.. code-block:: python
:linenos:
@@ -458,7 +456,6 @@ The ``override_asset`` API
An individual call to :meth:`~pyramid.config.Configurator.override_asset`
can override a single asset. For example:
-.. ignore-next-block
.. code-block:: python
:linenos:
@@ -473,7 +470,6 @@ colon separator in a specification separates the *package name* from the
are not specified, the override attempts to resolve every lookup into a
package from the directory of another package. For example:
-.. ignore-next-block
.. code-block:: python
:linenos:
@@ -482,7 +478,6 @@ package from the directory of another package. For example:
Individual subdirectories within a package can also be overridden:
-.. ignore-next-block
.. code-block:: python
:linenos:
@@ -511,7 +506,6 @@ construction file resides (or the ``package`` argument to the
:class:`~pyramid.config.Configurator` class construction).
For example:
-.. ignore-next-block
.. code-block:: python
:linenos: