Moved project to sourceforge; Tested on Python 3.7; bumped version to 1.0.3
Ignore .pytest_cache directories
Added tag v1.0.3 for changeset 1305326fef73
Test broken include file link
Create rstwatch script using entry point
Complete enough for now. Bumped to version 1.0
Add LICENSE.txt file stating this is open source under BSD 2-clause license.
Add missing __init__.py, added tox.ini for testing with Py2.7, 3.5, 3.6
Fix bug: All html files regenerated regardless of --refresh
Re-write html when include file changes
Added tests
Bump version to 1.0rc1
Fixed bug in code that augments sys.path when running tests
Merge fixes for Windows
Replace print with logging
Bump version to 1.0.1, get ready to publish on PyPI
Test rstwatch running in separate process as from command line
Minor setup-related fixes
rstwatch: Continually scan for rst files and generate html
Added README.rst
Fix test process launching and interrupting on Windows
Python 2.7 compatible
Refactor code into api and util modules