summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/hooks.rst4
-rw-r--r--docs/narr/myproject/myproject/static/theme.css3
-rw-r--r--docs/narr/templates.rst2
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/