summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docs/requirements.txt: add docutilsHEADmastersiddharth2021-10-311-0/+1
|
* docs/requirements.txt: add alabaster==0.7.7siddharth2021-10-311-0/+1
|
* Revert "remove .readthedocs.yaml"siddharth2021-10-311-0/+7
| | | | This reverts commit 006beb91e7eb87b37c9f58d3b0ba681dd37c0484.
* docs: remove releases.rstsiddharth2021-10-311-106/+0
|
* remove .readthedocs.yamlsiddharth2021-10-311-7/+0
|
* Revert "docs/conf.py: remove intersphinx_mapping"siddharth2021-10-311-0/+6
| | | | This reverts commit 57f2504cfc7d89c519b35952400e3b09309674b7.
* .readthedocs.yaml: remove extra install blocksiddharth2021-10-311-1/+0
|
* docs/requirements.txt: change sphinx package namesiddharth2021-10-311-1/+1
|
* .readthedocs.yaml: fix syntaxsiddharth2021-10-311-1/+1
|
* .readthedocs.yaml: add doc requirementssiddharth2021-10-312-0/+3
| | | | Build docs using sphinx 1.3.6
* docs/conf.py: remove intersphinx_mappingsiddharth2021-10-311-6/+0
|
* docs/conf.py: update intersphinx_mappingsiddharth2021-10-311-1/+1
|
* setup.py: install_requires: update watchdogsiddharth2021-10-311-1/+1
| | | | Install watchdog 0.10.7; last release compatible with python 2.7
* setup.py: install_requires: fix PyYAML versionsiddharth2021-10-311-1/+1
| | | | | PyYAML 5.4.1.1 only exists in the git repo; not available on pypi. Use version 5.4.1 instead.
* setup.py: install_requires: update PyYAMLsiddharth2021-10-311-1/+1
| | | | Install PyYAML 5.4.1.1; last release compatible with python 2.7
* .readthedocs.yaml: move python version into python blocksiddharth2021-10-311-3/+1
|
* add .readthedocs.yamlsiddharth2021-10-311-0/+8
|
* docs: Added links to v0.2.3 archives.devSiddharth Ravikumar2016-03-012-0/+14
|
* bumped to v0.2.3v0.2.3Siddharth Ravikumar2016-03-012-1/+5
|
* Updated ChangeLog.Siddharth Ravikumar2016-03-011-0/+4
|
* docs: updated copyright.Siddharth Ravikumar2016-03-011-1/+1
| | | | combox contributors -> Dr. Robert C. Green II.
* Copyright changed.Siddharth Ravikumar2016-03-0118-18/+18
| | | | From combox contributors -> Dr. Robert C. Green II.
* README.rst: removed dm button.Siddharth Ravikumar2016-02-271-3/+0
|
* docs/releases.rst: cosmetic fix.Siddharth Ravikumar2016-01-111-1/+1
|
* docs/releases.rst: Added links to v0.2.2 archives.Siddharth Ravikumar2016-01-112-0/+13
|
* bumped to v0.2.2v0.2.2Siddharth Ravikumar2016-01-112-1/+5
|
* README.rst: validation fix.Siddharth Ravikumar2016-01-112-2/+1
|
* updated docs/releases.rstSiddharth Ravikumar2016-01-112-1/+14
|
* bumped to version 0.2.1v0.2.1Siddharth Ravikumar2016-01-112-1/+2
|
* updated 'download_url' in setup.py.Siddharth Ravikumar2016-01-112-1/+3
|
* modified combox.file.rm_path function.Siddharth Ravikumar2016-01-112-0/+3
|
* tests/events_test.py: docstring fix.Siddharth Ravikumar2016-01-111-2/+2
|
* [bug fix] setup.pySiddharth Ravikumar2016-01-112-2/+9
| | | | Function for reading a file is defined in setup.py itself.
* combox/config.py: modified config_cb function.Siddharth Ravikumar2016-01-112-4/+13
| | | | | | The combox configuration directory creation is now done after reading all the configuration values; the function also creates the combox directory if it does not already exist.
* combox/cbox.py: configuration related update.Siddharth Ravikumar2016-01-112-1/+8
| | | | | Now, combox starts configuration when the configuration directory or the configuration file does not exist.
* Added docs/api/combox.log.rstSiddharth Ravikumar2016-01-103-1/+9
|
* combox.log: rewrote docstrings.Siddharth Ravikumar2016-01-102-3/+30
| | | | They're sphinx friendly now.
* Added docs/api/combox.gui.rstSiddharth Ravikumar2016-01-103-0/+9
|
* combox.gui: rewrote docstrings.Siddharth Ravikumar2016-01-102-26/+71
| | | | They're sphinx friendly now.
* Updated Changelog.Siddharth Ravikumar2016-01-071-0/+29
|
* Whitespace fix in combox.config.Siddharth Ravikumar2016-01-071-0/+1
|
* Added docs/api/combox.config.rstSiddharth Ravikumar2016-01-072-0/+7
|
* Rewrote docstrings combox.config module.Siddharth Ravikumar2016-01-071-8/+50
| | | | They're sphinx friendly now.
* Added docs/api/combox.cbox.rstSiddharth Ravikumar2016-01-052-0/+7
|
* docstrings in combox.cbox are sphinx friendly now.Siddharth Ravikumar2016-01-051-4/+17
|
* Added rsync exclude filter (for doc uploads).Siddharth Ravikumar2016-01-022-1/+4
|
* Added api docs for combox.events combox.silo.Siddharth Ravikumar2016-01-024-1/+20
|
* Rewrote/Added docstrings in combox.events module.Siddharth Ravikumar2016-01-021-35/+210
| | | | They're sphinx friendly now.
* updated ChangeLogSiddharth Ravikumar2015-12-251-0/+5
|
* combox/silo.py: rewrote docstrings.Siddharth Ravikumar2015-12-251-43/+103
| | | | Docstrings in combox.silo module are sphinx friendly now.