From e7722aee9b32d9ffa3338f9bd6d304bba707295b Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 10 Aug 2016 13:06:01 +0200 Subject: [PATCH] new docs structure --- README.md | 8 ++++---- docs/README.md | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 docs/README.md diff --git a/README.md b/README.md index bdfe1a2..611d229 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ Provides a REST API to Photowall database. -## Resources - -* [Prices](docs/prices.md) - ## Installation Make sure that your system has Python version 3.4 installed. If you dont have it here is how you install it on Ubuntu 12.04: @@ -23,6 +19,10 @@ $ source venv/bin/activate $ pip install -r requirements.txt ``` +## Documentation + +Documentation is available [here](docs) + ## Configuration First copy config.sample.py to config.py. This file will be read by the application on startup. diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..1e0d598 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,7 @@ +# Documentation + +Welcome to the documentation for Photowall API 2. + +## Resources + +* [Prices](prices.md)