Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "remove .readthedocs.yaml" | siddharth | 2021-10-31 | 1 | -0/+7 |
| | | | | This reverts commit 006beb91e7eb87b37c9f58d3b0ba681dd37c0484. | ||||
* | docs: remove releases.rst | siddharth | 2021-10-31 | 1 | -106/+0 |
| | |||||
* | remove .readthedocs.yaml | siddharth | 2021-10-31 | 1 | -7/+0 |
| | |||||
* | Revert "docs/conf.py: remove intersphinx_mapping" | siddharth | 2021-10-31 | 1 | -0/+6 |
| | | | | This reverts commit 57f2504cfc7d89c519b35952400e3b09309674b7. | ||||
* | .readthedocs.yaml: remove extra install block | siddharth | 2021-10-31 | 1 | -1/+0 |
| | |||||
* | docs/requirements.txt: change sphinx package name | siddharth | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | .readthedocs.yaml: fix syntax | siddharth | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | .readthedocs.yaml: add doc requirements | siddharth | 2021-10-31 | 2 | -0/+3 |
| | | | | Build docs using sphinx 1.3.6 | ||||
* | docs/conf.py: remove intersphinx_mapping | siddharth | 2021-10-31 | 1 | -6/+0 |
| | |||||
* | docs/conf.py: update intersphinx_mapping | siddharth | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | setup.py: install_requires: update watchdog | siddharth | 2021-10-31 | 1 | -1/+1 |
| | | | | Install watchdog 0.10.7; last release compatible with python 2.7 | ||||
* | setup.py: install_requires: fix PyYAML version | siddharth | 2021-10-31 | 1 | -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 PyYAML | siddharth | 2021-10-31 | 1 | -1/+1 |
| | | | | Install PyYAML 5.4.1.1; last release compatible with python 2.7 | ||||
* | .readthedocs.yaml: move python version into python block | siddharth | 2021-10-31 | 1 | -3/+1 |
| | |||||
* | add .readthedocs.yaml | siddharth | 2021-10-31 | 1 | -0/+8 |
| | |||||
* | docs: Added links to v0.2.3 archives.dev | Siddharth Ravikumar | 2016-03-01 | 2 | -0/+14 |
| | |||||
* | bumped to v0.2.3v0.2.3 | Siddharth Ravikumar | 2016-03-01 | 2 | -1/+5 |
| | |||||
* | Updated ChangeLog. | Siddharth Ravikumar | 2016-03-01 | 1 | -0/+4 |
| | |||||
* | docs: updated copyright. | Siddharth Ravikumar | 2016-03-01 | 1 | -1/+1 |
| | | | | combox contributors -> Dr. Robert C. Green II. | ||||
* | Copyright changed. | Siddharth Ravikumar | 2016-03-01 | 18 | -18/+18 |
| | | | | From combox contributors -> Dr. Robert C. Green II. | ||||
* | README.rst: removed dm button. | Siddharth Ravikumar | 2016-02-27 | 1 | -3/+0 |
| | |||||
* | docs/releases.rst: cosmetic fix. | Siddharth Ravikumar | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | docs/releases.rst: Added links to v0.2.2 archives. | Siddharth Ravikumar | 2016-01-11 | 2 | -0/+13 |
| | |||||
* | bumped to v0.2.2v0.2.2 | Siddharth Ravikumar | 2016-01-11 | 2 | -1/+5 |
| | |||||
* | README.rst: validation fix. | Siddharth Ravikumar | 2016-01-11 | 2 | -2/+1 |
| | |||||
* | updated docs/releases.rst | Siddharth Ravikumar | 2016-01-11 | 2 | -1/+14 |
| | |||||
* | bumped to version 0.2.1v0.2.1 | Siddharth Ravikumar | 2016-01-11 | 2 | -1/+2 |
| | |||||
* | updated 'download_url' in setup.py. | Siddharth Ravikumar | 2016-01-11 | 2 | -1/+3 |
| | |||||
* | modified combox.file.rm_path function. | Siddharth Ravikumar | 2016-01-11 | 2 | -0/+3 |
| | |||||
* | tests/events_test.py: docstring fix. | Siddharth Ravikumar | 2016-01-11 | 1 | -2/+2 |
| | |||||
* | [bug fix] setup.py | Siddharth Ravikumar | 2016-01-11 | 2 | -2/+9 |
| | | | | Function for reading a file is defined in setup.py itself. | ||||
* | combox/config.py: modified config_cb function. | Siddharth Ravikumar | 2016-01-11 | 2 | -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 Ravikumar | 2016-01-11 | 2 | -1/+8 |
| | | | | | Now, combox starts configuration when the configuration directory or the configuration file does not exist. | ||||
* | Added docs/api/combox.log.rst | Siddharth Ravikumar | 2016-01-10 | 3 | -1/+9 |
| | |||||
* | combox.log: rewrote docstrings. | Siddharth Ravikumar | 2016-01-10 | 2 | -3/+30 |
| | | | | They're sphinx friendly now. | ||||
* | Added docs/api/combox.gui.rst | Siddharth Ravikumar | 2016-01-10 | 3 | -0/+9 |
| | |||||
* | combox.gui: rewrote docstrings. | Siddharth Ravikumar | 2016-01-10 | 2 | -26/+71 |
| | | | | They're sphinx friendly now. | ||||
* | Updated Changelog. | Siddharth Ravikumar | 2016-01-07 | 1 | -0/+29 |
| | |||||
* | Whitespace fix in combox.config. | Siddharth Ravikumar | 2016-01-07 | 1 | -0/+1 |
| | |||||
* | Added docs/api/combox.config.rst | Siddharth Ravikumar | 2016-01-07 | 2 | -0/+7 |
| | |||||
* | Rewrote docstrings combox.config module. | Siddharth Ravikumar | 2016-01-07 | 1 | -8/+50 |
| | | | | They're sphinx friendly now. | ||||
* | Added docs/api/combox.cbox.rst | Siddharth Ravikumar | 2016-01-05 | 2 | -0/+7 |
| | |||||
* | docstrings in combox.cbox are sphinx friendly now. | Siddharth Ravikumar | 2016-01-05 | 1 | -4/+17 |
| | |||||
* | Added rsync exclude filter (for doc uploads). | Siddharth Ravikumar | 2016-01-02 | 2 | -1/+4 |
| | |||||
* | Added api docs for combox.events combox.silo. | Siddharth Ravikumar | 2016-01-02 | 4 | -1/+20 |
| | |||||
* | Rewrote/Added docstrings in combox.events module. | Siddharth Ravikumar | 2016-01-02 | 1 | -35/+210 |
| | | | | They're sphinx friendly now. | ||||
* | updated ChangeLog | Siddharth Ravikumar | 2015-12-25 | 1 | -0/+5 |
| | |||||
* | combox/silo.py: rewrote docstrings. | Siddharth Ravikumar | 2015-12-25 | 1 | -43/+103 |
| | | | | Docstrings in combox.silo module are sphinx friendly now. | ||||
* | docs: added link to git repo in sidebar. | Siddharth Ravikumar | 2015-12-24 | 2 | -1/+6 |
| | |||||
* | Added docs/setup/index.rst | Siddharth Ravikumar | 2015-12-24 | 2 | -2/+168 |
| | | | | | | `docs/setup/index.rst` contains information about install combox on gnu/linux and osx and information about setting up development environment on windows. |