Documentation updates, indexed documentation

This commit is contained in:
Roberto Rosario
2012-02-11 21:13:05 -04:00
parent f19d34cd8c
commit f94f997883
14 changed files with 96 additions and 11 deletions

33
docs/intro/index.rst Normal file
View File

@@ -0,0 +1,33 @@
Getting started
===============
New to Mayan EDMS? Read this material to quickly get up and running.
.. toctree::
:maxdepth: 1
overview
features
requirements
installation
.. seealso::
If you're new to Python_, you might want to start by getting an idea of what
the language is like. Mayan EDMS is 100% Python, so if you've got minimal
comfort with Python you'll probably get a lot more out of Mayan EDMS.
If you're new to programming entirely, you might want to start with this
`list of Python resources for non-programmers`_
If you already know a few other languages and want to get up to speed with
Python quickly, we recommend `Dive Into Python`_ (also available in a
`dead-tree version`_). If that's not quite your style, there are quite
a few other `books about Python`_.
.. _python: http://python.org/
.. _list of Python resources for non-programmers: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
.. _dive into python: http://diveintopython.net/
.. _dead-tree version: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20
.. _books about Python: http://wiki.python.org/moin/PythonBooks