Awesome! There are a few ways you can go about adding or editing documentation:
1) Fork the project in your Gitlab account, clone your fork to your computer, install Sphinx to be able to generate documentation locally (https://gitlab.com/mayan-edms/mayan-edms/blob/development/docs/topics/development.rst), commit changes to your fork and submit a merge request. 2) Fork the project in your Gitlab account, edit the documentation pages using the web based text editor (reduced set of documentation command), submit merge request. 3) Open an issue in the main repository (https://gitlab.com/mayan-edms/mayan-edms/issues) stating your proposed change. Since English is not my first language, aside from additions I'm looking for grammar or syntax fixes. Here is how the rendered documentation for the development version is shaping up: http://mayan.readthedocs.org/en/development/ Be aware that the index, smart links and other systems don't use Python code anymore to avoid the possibility of an exploit, in the development version (soon to be 2.0), Django's own template language is used, so any documentation about using Python's 'sorted' should go in the 1.x version of the docs (just make sure the branch is 'master' at any moment). On Sunday, October 18, 2015 at 11:49:35 AM UTC-4, Mark Phillips wrote: > > Roberto, > > I have a small contribution to the documentation, but I am not sure how to > add it. It also may be obvious to most people, but as a newbie it took me > awhile to figure it out! > > I set up some metadata fields that use a list as the lookup value. I found > that I can force the list to be sorted by using the python function > sorted() on the list. In other words, writing the list as sorted([<list of > strings>]). > > I know, not a big deal, but there may be others just starting with Mayan > who may be bothered by manually sorting the list in the lookup value each > time a new value is added to the list. > > Mark > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
