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)