diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-23 02:45:04 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-23 02:45:04 -0700 |
| commit | 1cb30e690a7ba97db212e7ec9002fd83f950b0bd (patch) | |
| tree | 87c6d914974b01c129bea0a1cc2900eb186eb192 /docs/narr/urldispatch.rst | |
| parent | f5de93f1c156fd4659a191c7c78554645534968d (diff) | |
| download | pyramid-1cb30e690a7ba97db212e7ec9002fd83f950b0bd.tar.gz pyramid-1cb30e690a7ba97db212e7ec9002fd83f950b0bd.tar.bz2 pyramid-1cb30e690a7ba97db212e7ec9002fd83f950b0bd.zip | |
Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
Diffstat (limited to 'docs/narr/urldispatch.rst')
| -rw-r--r-- | docs/narr/urldispatch.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index c13558008..2472ace31 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -271,8 +271,9 @@ pattern like this: But this will either cause an error at startup time or it won't match properly. You'll want to use a Unicode value as the pattern instead rather than raw bytestring escapes. You can use a high-order Unicode value as the pattern by -using `Python source file encoding <http://www.python.org/dev/peps/pep-0263/>`_ -plus the "real" character in the Unicode pattern in the source, like so: +using `Python source file encoding +<https://www.python.org/dev/peps/pep-0263/>`_ plus the "real" character in the +Unicode pattern in the source, like so: .. code-block:: text @@ -1194,7 +1195,7 @@ If a predicate is a class, just add ``__text__`` property in a standard manner. __text__ = 'my custom class predicate' If a predicate is a method, you'll need to assign it after method declaration -(see `PEP 232 <http://www.python.org/dev/peps/pep-0232/>`_). +(see `PEP 232 <https://www.python.org/dev/peps/pep-0232/>`_). .. code-block:: python :linenos: |
