new docs structure
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# Documentation
|
||||
|
||||
Welcome to the documentation for Photowall API 2.
|
||||
|
||||
## Resources
|
||||
|
||||
* [Prices](prices.md)
|
||||
Reference in New Issue
Block a user