|
@@ -38,3 +38,18 @@ Use it
|
|
|
- Enter data into (yeah, documentation can explain a bit better...)
|
|
|
http://localhost:8000/admin/
|
|
|
- Browse http://localhost:8000 to view costs/details
|
|
|
+
|
|
|
+
|
|
|
+Building documentation
|
|
|
+----------------------
|
|
|
+
|
|
|
+Doc is using mkdocs, located in *docs/* ; you can build it yourself.
|
|
|
+
|
|
|
+Install doc dependencies :
|
|
|
+
|
|
|
+ pip install -r requirements/doc.txt
|
|
|
+
|
|
|
+You can then build and serve it localy :
|
|
|
+
|
|
|
+ cd docs
|
|
|
+ mkdocs serve
|