Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | docs/releases.rst: added bash highlighting. | Siddharth Ravikumar | 2015-12-24 | 1 | -0/+2 |
| | |||||
* | removed gnu, osx, setup-combox & windows docs. | Siddharth Ravikumar | 2015-12-24 | 6 | -189/+9 |
| | | | | Content in these pages will later be moved to setup/ | ||||
* | README.rst: cosmetic edit. | Siddharth Ravikumar | 2015-12-24 | 1 | -0/+2 |
| | |||||
* | docs/releases.rst: changed the styling of heading. | Siddharth Ravikumar | 2015-12-24 | 1 | -1/+2 |
| | |||||
* | docs/releases.rst: updated 0.2.0 archives. | Siddharth Ravikumar | 2015-12-24 | 1 | -3/+8 |
| | |||||
* | Added docs/releases.rst. | Siddharth Ravikumar | 2015-12-24 | 3 | -1/+64 |
| | |||||
* | updated Changlog. | Siddharth Ravikumar | 2015-12-24 | 1 | -0/+10 |
| | |||||
* | setup.py: updated `description`. | Siddharth Ravikumar | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | docs: Added combox.crypto module. | Siddharth Ravikumar | 2015-12-24 | 2 | -0/+7 |
| | |||||
* | README.rst: changed the position of fancy buttons. | Siddharth Ravikumar | 2015-12-24 | 1 | -7/+9 |
| | |||||
* | README.rst: updated fancy buttons. | Siddharth Ravikumar | 2015-12-24 | 1 | -8/+8 |
| | |||||
* | README.rst: Fixed typo. | Siddharth Ravikumar | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | Rewrote docstrings in combox.crypto module. | Siddharth Ravikumar | 2015-12-24 | 1 | -29/+100 |
| | | | | It is sphinx friendly now. | ||||
* | Added shields.io buttons (pypi); fancy stuff. | Siddharth Ravikumar | 2015-12-24 | 1 | -0/+16 |
| | |||||
* | Added api/index, api/combox.file | Siddharth Ravikumar | 2015-12-23 | 4 | -0/+21 |
| | |||||
* | combox/file.py: updated docstrings. | Siddharth Ravikumar | 2015-12-23 | 2 | -84/+189 |
| | |||||
* | README.rst: removed contact section. | Siddharth Ravikumar | 2015-12-22 | 2 | -6/+4 |
| |