From c4503bf117e43f780c269e64edbde71fc3d6d72b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 3 Dec 2011 01:56:17 -0500 Subject: break out 'extending config' into exconfig and add stuff about the action method; move startup and router chapters to earlier in toc --- docs/latexindex.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 584dd3825..d74dbba79 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -31,6 +31,8 @@ Narrative Documentation narr/configuration narr/firstapp narr/project + narr/startup + narr/router narr/urldispatch narr/views narr/renderers @@ -53,9 +55,9 @@ Narrative Documentation narr/security narr/hybrid narr/hooks - narr/advconfig narr/extending - narr/startup + narr/advconfig + narr/extconfig narr/threadlocals narr/zca -- cgit v1.2.3 From 9d97b654057e621c4928fe597053d54aa5f63a8c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 3 Dec 2011 03:00:15 -0500 Subject: add skeleton for using introspection chapter --- docs/latexindex.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index d74dbba79..4db5b64b2 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -55,6 +55,7 @@ Narrative Documentation narr/security narr/hybrid narr/hooks + narr/introspector narr/extending narr/advconfig narr/extconfig -- cgit v1.2.3