From 29f842b50330f639683e5e3d2c57d8381bf8ccbc Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 7 Feb 2015 02:57:26 -0400 Subject: [PATCH] Documentation updates --- docs/index.rst | 5 ++--- docs/releases/1.1.rst | 6 ++---- docs/topics/development.rst | 2 ++ 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index c7fd768d23..1ccd1e842b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,12 +9,11 @@ Mayan EDMS documentation Getting help ============ -* Try the :doc:`FAQ ` -- it's got answers to many common questions. - * Search for information in the `archives of the mayan-edms mailing list`_, or `post a question`_. If you prefer news servers, use the gateway provided by Gname_. - * Report bugs with **Mayan EDMS** using Github's `ticket tracker`_. +* Try the :doc:`FAQ ` -- it's got answers to many common questions. + First steps =========== diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index 58e963f0c0..44ca55dbe2 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -2,13 +2,10 @@ Mayan EDMS v1.1 release notes ============================= -Released: February 2015 +Released: February 10, 2015 Welcome to Mayan EDMS v1.1 -Overview -======== - What's new in Mayan EDMS v1.1 ============================= @@ -248,6 +245,7 @@ The upgrade procedure is now complete. Backward incompatible changes ============================= +* None Bugs fixed or issues closed diff --git a/docs/topics/development.rst b/docs/topics/development.rst index 176ca6341d..c7084acc18 100644 --- a/docs/topics/development.rst +++ b/docs/topics/development.rst @@ -16,6 +16,8 @@ request on GitHub_. Make sure to add yourself to the :ref:`contributors` file. Project philosophies -------------------- +How to think about **Mayan EDMS** when doing changes or adding new features, why things are the way they are in **Mayan EDMS**. + - Functionality must be as market/sector independent as possible, code for the 95% of use cases. - Each user must be able to configure and customize it to their needs after install. - Abstract as much as possible, each app must be an expert in just one thing, for other things they should use the API/classes/functions of other apps.