diff options
| author | Chris McDonough <chrism@plope.com> | 2013-03-22 10:24:55 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-03-22 10:24:55 -0700 |
| commit | 794e994dc0a67733ed3cebb69ea42eba7dff068c (patch) | |
| tree | 9d56ab69e164168738eeecfd6616461ae691220d /docs/narr/assets.rst | |
| parent | ec7bf0085e115c6c16d6b7e0efd75bc7ff505d2c (diff) | |
| parent | 1ad8de2b9032b5a452b75274b8f908645c732e57 (diff) | |
| download | pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.tar.gz pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.tar.bz2 pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.zip | |
Merge pull request #936 from tshepang/unused
remove unused 'ignore-next-block' directive
Diffstat (limited to 'docs/narr/assets.rst')
| -rw-r--r-- | docs/narr/assets.rst | 6 |
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: |
