diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-05-15 03:03:07 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-05-15 03:03:07 -0700 |
| commit | d66e2080906ec41a84d63f19765c10bf018e256b (patch) | |
| tree | 7ade9056ff53fd253ada851cd6bbe582dadcd88b /docs/authorintro.rst | |
| parent | f3a884f2ef39f7768c82be5dfca759852f1e443a (diff) | |
| download | pyramid-d66e2080906ec41a84d63f19765c10bf018e256b.tar.gz pyramid-d66e2080906ec41a84d63f19765c10bf018e256b.tar.bz2 pyramid-d66e2080906ec41a84d63f19765c10bf018e256b.zip | |
reorganize authorintro sections to align with latexindex
Diffstat (limited to 'docs/authorintro.rst')
| -rw-r--r-- | docs/authorintro.rst | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/authorintro.rst b/docs/authorintro.rst index ebc6bcff8..6e96fad9a 100644 --- a/docs/authorintro.rst +++ b/docs/authorintro.rst @@ -54,7 +54,14 @@ technologies. Book Content ============ -This book is divided into three major parts: +This book is divided into four major parts: + +:ref:`tutorials` + + Each tutorial builds a sample application or implements a set of + concepts with a sample; it then describes the application or + concepts in terms of the sample. You should read the tutorials if + you want a guided tour of :app:`Pyramid`. :ref:`narrative_documentation` @@ -66,19 +73,16 @@ This book is divided into three major parts: out-of-order, or when you need only a reminder about a particular topic while you're developing an application. -:ref:`tutorials` - - Each tutorial builds a sample application or implements a set of - concepts with a sample; it then describes the application or - concepts in terms of the sample. You should read the tutorials if - you want a guided tour of :app:`Pyramid`. - :ref:`api_documentation` Comprehensive reference material for every public API exposed by :app:`Pyramid`. The API documentation is organized alphabetically by module name. +:ref:`pscripts_documentation` + + ``p*`` scripts included with :app:`Pyramid`. + .. index:: single: repoze.zope2 single: Zope 3 |
