diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/hooks.rst b/docs/source/hooks.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/index.rst b/docs/source/index.rst index 61a4f0b..ccc7cdb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,8 +15,23 @@ Contents: .. toctree:: :maxdepth: 2 + quick_start.rst + routing.rst + configuration.rst + templates.rst + hooks.rst + jsonify.rst + secure_controller.rst + validation_n_errors.rst app_engine.rst + +Introduction +============ +This section will introduce Pecan as a framework. + + + Indices and tables ================== diff --git a/docs/source/jsonify.rst b/docs/source/jsonify.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/quick_start.rst b/docs/source/quick_start.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/routing.rst b/docs/source/routing.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/secure_controller.rst b/docs/source/secure_controller.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/templates.rst b/docs/source/templates.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/validation_n_errors.rst b/docs/source/validation_n_errors.rst new file mode 100644 index 0000000..e69de29