summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* updated doc for version requirement specificationMichal Minar2014-03-172-0/+163
|
* unified script versionsMichal Minar2014-03-171-2/+2
| | | | | | | All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them.
* documented :cd and :.. built-in commandsMichal Minar2014-02-261-0/+26
|
* documentation updatesMichal Minar2014-02-241-2/+2
| | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy.
* updated documentationMichal Minar2014-02-245-28/+842
|
* turned logging messages into sentencesMichal Minar2014-02-135-8/+8
| | | | | Which means that all messages have first letter uppercased and are terminated with a dot.
* Updated copyright yearPeter Schiffer2014-01-296-7/+7
|
* updated changelog, bumped versionMichal Minar2014-01-131-2/+2
| | | | | | | | | This is a last release of lmi meta-command hosted on github. It will move into openlmi-tools repository hosted on fedorahosted. Bumped version of storage library to 0.0.3 Updated spec.
* doc: added tutorial pageMichal Minar2013-11-2517-5/+2104
|
* doc: build improvementsMichal Minar2013-10-163-5/+40
| | | | | | Sphinx has difficulties in finding modules on given path. Added a script that installs all required python eggs in temporary directory and uses that for generating API documentation.
* doc: documented new FALLBACK_COMMAND propertyMichal Minar2013-10-111-0/+33
|
* doc: more detailed description of EXPECT propertyMichal Minar2013-09-261-5/+49
|
* documented handling of dashes in usage stringsMichal Minar2013-09-261-0/+26
|
* documentation improvementsMichal Minar2013-09-214-14/+14
| | | | | | | | Use relative references to lmi.scripts components where possible. Use '~' at the beginning of references to show just the last component of path (lmi.scripts.common.*) is just too long. Doc string corrections in formatter.
* refactored commandsMichal Minar2013-09-213-15/+16
| | | | | lmi.scripts.common.command subpackage refactored to make it nicely browseable.
* doc: clean documentation of subcommands on top-level cleanMichal Minar2013-09-211-0/+5
|
* documentation of commands included in the main oneMichal Minar2013-09-174-10/+89
| | | | | | Commands documentaion can be built as a part of the main documentation. All that is needed is to export INCLUDE_COMMANDS=1 before running `make html`.
* improved making of pdf documentationMichal Minar2013-09-132-4/+5
| | | | | Index now contains just one column. There are too long lines for 2-columns making the index unreadable.
* fixed generating of pdfMichal Minar2013-09-123-19/+76
| | | | | | | | Latex output made possible. Also fixed reading of readme, where error has been incorrectly handled. Synced version of documentation with package.
* added a note about version of sourcesMichal Minar2013-09-111-1/+12
|
* added README to doc directoryMichal Minar2013-09-111-0/+27
| | | | added setup.cfg making documentation uploads to fedorahosted easy
* documentation fixesMichal Minar2013-09-108-104/+349
| | | | | | | Lot of corrections, typo fixes. Added some cross-references. Added automatically generated documentaion from sources. Added gendoc.sh script, that generates rst files for modules.
* added documentationMichal Minar2013-09-098-0/+1617
documentation is composed of two parts: 1. usage of lmi meta-command 2. writing custom scripts