diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-12-31 23:31:17 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-12-31 23:31:17 -0800 |
| commit | c52a261e56fd10ccc979a687dc2249d1b06f1a9d (patch) | |
| tree | 620a74035e6dfa1edd9fabc827b82f2b83ca3693 /docs/narr | |
| parent | f3d6b2206f523697a028d07dc0aca9381b595e40 (diff) | |
| parent | b488f6671800f99299a239fa07e06f221c127b3e (diff) | |
| download | pyramid-c52a261e56fd10ccc979a687dc2249d1b06f1a9d.tar.gz pyramid-c52a261e56fd10ccc979a687dc2249d1b06f1a9d.tar.bz2 pyramid-c52a261e56fd10ccc979a687dc2249d1b06f1a9d.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/hooks.rst | 4 | ||||
| -rw-r--r-- | docs/narr/myproject/myproject/static/theme.css | 3 | ||||
| -rw-r--r-- | docs/narr/templates.rst | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 0dac8d426..3c02c2653 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -755,9 +755,7 @@ The API that must be implemented by a class that provides self.physical_path_tuple = some_function_of(resource, request) The default context URL generator is available for perusal as the class -:class:`pyramid.traversal.ResourceURL` in the `traversal module -<https://github.com/Pylons/pyramid/blob/master/pyramid/traversal.py>`_ of the -:term:`Pylons` GitHub Pyramid repository. +:class:`pyramid.traversal.ResourceURL` in the `traversal module <../_modules/pyramid/traversal.html>`_. See :meth:`pyramid.config.Configurator.add_resource_url_adapter` for more information. diff --git a/docs/narr/myproject/myproject/static/theme.css b/docs/narr/myproject/myproject/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/narr/myproject/myproject/static/theme.css +++ b/docs/narr/myproject/myproject/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 1ccab9d3c..e5244e1ad 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -456,6 +456,6 @@ templating languages including the following: .. _pyramid_jinja2: https://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/ -.. _Mako: http://www.makotemplates.org/ +.. _Mako: https://www.makotemplates.org/ .. _pyramid_mako: https://docs.pylonsproject.org/projects/pyramid-mako/en/latest/ |
