Skip to content

Commit

Permalink
Merge pull request #468 from taschini/doc
Browse files Browse the repository at this point in the history
Reorganized the TOC of the docs into a hierarchy
  • Loading branch information
taschini committed Jul 19, 2016
2 parents 6dbc9c1 + 62c8102 commit 33f26a3
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 38 deletions.
16 changes: 16 additions & 0 deletions doc/advanced-topics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Advanced Topics
===============

A selection of special topics to get the best out of your Morepath
project.


.. toctree::
:maxdepth: 2

organizing_your_project
building_large_applications
rest
testing.rst
directive_tricks
config_query
10 changes: 10 additions & 0 deletions doc/api-reference.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Reference
=========

In this section you can look up a specific function, class, or method.

.. toctree::
:maxdepth: 2

api
extension_api
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@

# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
#latex_use_parts = False
latex_use_parts = True

# If true, show page references after internal links.
#latex_show_pagerefs = False
Expand Down
12 changes: 12 additions & 0 deletions doc/contributor-guide.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Contributor Guide
=================

If you want to contribute to the project, this part of the
documentation is for you.

.. toctree::
:maxdepth: 2

developing
design
implementation
17 changes: 17 additions & 0 deletions doc/getting-started.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Getting Started
===============

If you are new to Morepath, you'll find here a few resources that can
help you get up to speed right away.

.. toctree::
:maxdepth: 2

index
quickstart
community
examples
installation
superpowers
compared
web
11 changes: 11 additions & 0 deletions doc/project-history.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
History
=======

The change log and how to use it.

.. toctree::
:maxdepth: 2

history
changes
upgrading
43 changes: 6 additions & 37 deletions doc/toc.rst
Original file line number Diff line number Diff line change
@@ -1,45 +1,15 @@
Documentation
=============

Table of Contents
-----------------

.. toctree::
:maxdepth: 2

index
quickstart
community
examples
installation
superpowers
web
paths_and_linking
views
templates
configuration
json
security
rest
settings
organizing_your_project
testing.rst
upgrading
directive_tricks
logging
app_reuse
building_large_applications
tweens
more.static
config_query
api
extension_api
implementation
compared
design
developing
changes
history
getting-started
user-guide
advanced-topics
api-reference
contributor-guide
project-history


Indices and tables
Expand All @@ -48,4 +18,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

20 changes: 20 additions & 0 deletions doc/user-guide.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
User Guide
==========

You'll find in this section a tour of the features of Morepath, and
how to use them to develop your web application.

.. toctree::
:maxdepth: 2

paths_and_linking
views
templates
configuration
json
security
settings
logging
app_reuse
tweens
more.static

0 comments on commit 33f26a3

Please sign in to comment.