From 925580d4cefde38afd98466b4834a586c9b4c7ef Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 27 Nov 2009 08:45:56 +0000 Subject: Add threadlocal to API. --- docs/api/threadlocal.rst | 11 +++++++++++ docs/index.rst | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/api/threadlocal.rst (limited to 'docs') diff --git a/docs/api/threadlocal.rst b/docs/api/threadlocal.rst new file mode 100644 index 000000000..0c4a5a1ca --- /dev/null +++ b/docs/api/threadlocal.rst @@ -0,0 +1,11 @@ +.. _configuration_module: + +:mod:`repoze.bfg.configuration` +------------------------------- + +.. automodule:: repoze.bfg.threadlocal + + .. autofunction:: get_current_request() + + .. autofunction:: get_current_registry() + diff --git a/docs/index.rst b/docs/index.rst index 97261b27a..da05ef4ba 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -77,6 +77,7 @@ Per-module :mod:`repoze.bfg` API documentation. api/security api/settings api/testing + api/threadlocal api/traversal api/url api/view -- cgit v1.2.3