new docs structure

This commit is contained in:
Martin
2016-08-10 13:06:01 +02:00
parent 46b5f116be
commit e7722aee9b
2 changed files with 11 additions and 4 deletions
+4 -4
View File
@@ -2,10 +2,6 @@
Provides a REST API to Photowall database. Provides a REST API to Photowall database.
## Resources
* [Prices](docs/prices.md)
## Installation ## 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: 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 $ pip install -r requirements.txt
``` ```
## Documentation
Documentation is available [here](docs)
## Configuration ## Configuration
First copy config.sample.py to config.py. This file will be read by the application on startup. First copy config.sample.py to config.py. This file will be read by the application on startup.
+7
View File
@@ -0,0 +1,7 @@
# Documentation
Welcome to the documentation for Photowall API 2.
## Resources
* [Prices](prices.md)