diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-07 19:02:06 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-07 19:02:06 -0500 |
commit | 94da8e4617c26ffe89ad09a022f79cd949433a64 (patch) | |
tree | ec21d466f1090ab8ec1e9921c993cd410683d7ce /ChangeLog | |
parent | d9f954692392ad9c2462b06e95e5f10aa92922e8 (diff) |
Updated Changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +2016-01-07 Siddharth Ravikumar <sravik@bgsu.edu> + + * combox/config.py: Rewrote all docstrings; they're sphinx + friendly now. + * docs/api/combox.config.rst: Added. + * docs/api/index.rst: Added api/combox.config to toctree. + +2016-01-05 Siddharth Ravikumar <sravik@bgsu.edu> + + * combox/cbox.py: Rewrote all docstrings; they're sphinx friendly + now. + * docs/api/combox.cbox.rst: Added. + * docs/api/index.rst: Add api/combox.cbox to toctree. + +2016-01-02 Siddharth Ravikumar <sravik@bgsu.edu> + + * combox/events.py: Rewrote all docstrings; they're sphinx + friendly now. + * docs/api/combox.events.rst: Added. + * docs/api/combox.silo.rst: Added. + * docs/api/index.rst: Added api/combox.events, api/combox.silo to + toctree. + * docs/conf.py: Added link to watchdog API docs in the + `intersphinx_mapping` dictionary. + * docs/rsync-exclude.filter: Added. + * Makefile: Updated rsync command under the `upload-docs` target; + added --exclude-from option pointing to + `docs/rsync-exclude.filter`. + 2015-12-25 Siddharth Ravikumar <sravik@bgsu.edu> * combox/silo.py: Rewrote all docstrings; they're sphinx friendly |