From 19d341b5be789e97000d3dcbd33de75d8b061829 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 26 Jun 2017 03:48:21 -0700 Subject: change http://docs.pylonsproject.org to https - use correct URL for code style - use correct Pyramid version for zodb wiki src file template --- docs/narr/i18n.rst | 4 ++-- docs/narr/logging.rst | 2 +- docs/narr/myproject/development.ini | 4 ++-- docs/narr/myproject/production.ini | 4 ++-- docs/narr/project.rst | 2 +- docs/narr/templates.rst | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/narr') diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index 3549b53a5..29d4dd02a 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -681,9 +681,9 @@ Jinja2 Pyramid i18n Support The add-on `pyramid_jinja2 `_ provides a scaffold with an example of how to use internationalization with Jinja2 in Pyramid. See the documentation sections `Internalization (i18n) -`_ +`_ and `Paster Template I18N -`_. +`_. .. index:: diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst index 9cc5b4ed8..2bd8ef4cd 100644 --- a/docs/narr/logging.rst +++ b/docs/narr/logging.rst @@ -219,7 +219,7 @@ Logging Exceptions To log or email exceptions generated by your :app:`Pyramid` application, use the :term:`pyramid_exclog` package. Details about its configuration are in its `documentation -`_. +`_. .. index:: single: TransLogger diff --git a/docs/narr/myproject/development.ini b/docs/narr/myproject/development.ini index 20a8a4868..7e5496881 100644 --- a/docs/narr/myproject/development.ini +++ b/docs/narr/myproject/development.ini @@ -1,6 +1,6 @@ ### # app configuration -# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html +# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html ### [app:main] @@ -28,7 +28,7 @@ listen = localhost:6543 ### # logging configuration -# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html +# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html ### [loggers] diff --git a/docs/narr/myproject/production.ini b/docs/narr/myproject/production.ini index 13be488e7..7060ef854 100644 --- a/docs/narr/myproject/production.ini +++ b/docs/narr/myproject/production.ini @@ -1,6 +1,6 @@ ### # app configuration -# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html +# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html ### [app:main] @@ -22,7 +22,7 @@ listen = *:6543 ### # logging configuration -# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html +# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html ### [loggers] diff --git a/docs/narr/project.rst b/docs/narr/project.rst index f542eae86..776a0de44 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -1112,7 +1112,7 @@ Automatically Reloading Your Code During development, it can be really useful to automatically have the webserver restart when you make changes. ``pserve`` has a ``--reload`` switch to enable this. It uses the -`hupper `_ package +`hupper `_ package to enable this behavior. When your code crashes, ``hupper`` will wait for another change or the ``SIGHUP`` signal before restarting again. diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 4eadbd2f0..6738e9270 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -450,12 +450,12 @@ templating languages including the following: .. _Chameleon: http://chameleon.readthedocs.org/en/latest/ .. _pyramid_chameleon: - http://docs.pylonsproject.org/projects/pyramid-chameleon/en/latest/ + https://docs.pylonsproject.org/projects/pyramid-chameleon/en/latest/ .. _Jinja2: http://jinja.pocoo.org/docs/dev/ .. _pyramid_jinja2: - http://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/ + https://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/ .. _Mako: http://www.makotemplates.org/ .. _pyramid_mako: - http://docs.pylonsproject.org/projects/pyramid-mako/en/latest/ + https://docs.pylonsproject.org/projects/pyramid-mako/en/latest/ -- cgit v1.2.3