From 0641ccfcf8a2277de69395f1e8029041920d7d2c Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Mon, 7 Nov 2011 10:56:24 -0800 Subject: garden --- rtd_requirements.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 rtd_requirements.txt diff --git a/rtd_requirements.txt b/rtd_requirements.txt deleted file mode 100644 index 9de7ff3bb..000000000 --- a/rtd_requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -repoze.sphinx.autointerface -repoze.lru - -- cgit v1.2.3 From 2705bbeaa46b450f24f45a59c45746b62185ea72 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Mon, 7 Nov 2011 10:57:09 -0800 Subject: garden --- rtd.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rtd.txt diff --git a/rtd.txt b/rtd.txt new file mode 100644 index 000000000..9de7ff3bb --- /dev/null +++ b/rtd.txt @@ -0,0 +1,3 @@ +repoze.sphinx.autointerface +repoze.lru + -- cgit v1.2.3 From 46d17b2850b842d079aebb35ef83ecc44c99cb2b Mon Sep 17 00:00:00 2001 From: kenmanheimer Date: Mon, 7 Nov 2011 11:36:31 -0800 Subject: Correct the description to match the code. --- docs/tutorials/wiki/basiclayout.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst index 47cac597b..311352f5b 100644 --- a/docs/tutorials/wiki/basiclayout.rst +++ b/docs/tutorials/wiki/basiclayout.rst @@ -35,7 +35,7 @@ point happens to be the ``main`` function within the file named #. *Line 12*. We construct a :term:`Configurator` with a :term:`root factory` and the settings keywords parsed by :term:`PasteDeploy`. The root - factory is named ``get_root``. + factory is named ``root_factory``. #. *Line 13*. Register a 'static view' which answers requests which start with with URL path ``/static`` using the -- cgit v1.2.3 From 2723b03b611de3512f46c09f8c53ec324cdee7fc Mon Sep 17 00:00:00 2001 From: kenmanheimer Date: Mon, 7 Nov 2011 12:22:14 -0800 Subject: Greetings. --- CONTRIBUTORS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index a368fb4d2..28a2b5ed4 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -148,3 +148,5 @@ Contributors - Shane Hathaway, 2011/07/22 - Manuel Hermann, 2011/07/11 + +- Ken Manheimer, 2011/11/07 -- cgit v1.2.3 From 65643dfc9974569b4b45ce70e478b8b6dbe5273c Mon Sep 17 00:00:00 2001 From: Chris Shenton Date: Mon, 7 Nov 2011 12:23:05 -0800 Subject: Added my name to contributors. Thanks. --- CONTRIBUTORS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index a368fb4d2..23f3cd6ee 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -148,3 +148,5 @@ Contributors - Shane Hathaway, 2011/07/22 - Manuel Hermann, 2011/07/11 + +- Chris Shenton, 2011/11/07 -- cgit v1.2.3