Documentation update

This commit is contained in:
Roberto Rosario
2015-05-20 22:52:39 -04:00
parent fae83b405f
commit 929487b5c5
5 changed files with 23 additions and 6 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ account.
Features <topics/features>
Installation <topics/installation>
Getting started <topics/getting_started>
Release notes and upgrading instructions <releases/index>
Understanding Mayan EDMS <topics/index>
Release notes and upgrading <releases/index>
Concepts <topics/index>
Development <topics/development>
Contributors <topics/contributors>
Licensing <topics/license>
+1 -1
View File
@@ -2,7 +2,7 @@
Mayan EDMS v1.1.1 release notes
===============================
Released: April XX, 2015
Released: May 21, 2015
What's new
==========
+2 -2
View File
@@ -1,5 +1,5 @@
Understanding Mayan EDMS
========================
Concepts
========
Introductions to all the key parts of Mayan EDMS you'll need to know:
+1 -1
View File
@@ -128,7 +128,7 @@ in the directory: venv/lib/python2.7/site-packages/mayan/settings/ with the foll
from __future__ import unicode_literals
from . import *
from .local import *
<Your customized settings>