Add sphinx documentation generation 02/702/4
authorTommy Carpenter <tommy@research.att.com>
Tue, 13 Aug 2019 20:02:42 +0000 (16:02 -0400)
committerTommy Carpenter <tommy@research.att.com>
Wed, 14 Aug 2019 01:19:08 +0000 (21:19 -0400)
commit0cb4b57403307f128b3597a52fa77cbc8524f078
treed27317f37082fa9a25dbdcb330c3ff52131226f8
parent4ac73e3b9c0ff7aef80ad45f1bfead52bb2ffc99
Add sphinx documentation generation

This is part 1 of 2 of a change. Part 1 adds a generation process.
Part 2 will make the docstrings more complaint so the generated docs
look nice.

Issue-ID: RICPLT-1611
Change-Id: Ie065affe5a4e2d44182e536f71287b666263de0d
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
src/bindings/rmr-python/Changelog.md [deleted file]
src/bindings/rmr-python/Dockerfile-DocGen [new file with mode: 0644]
src/bindings/rmr-python/README.rst
src/bindings/rmr-python/docs/Changelog.rst [new file with mode: 0644]
src/bindings/rmr-python/docs/Makefile [new file with mode: 0644]
src/bindings/rmr-python/docs/make.bat [new file with mode: 0644]
src/bindings/rmr-python/docs/source/conf.py [new file with mode: 0644]
src/bindings/rmr-python/docs/source/index.rst [new file with mode: 0644]
src/bindings/rmr-python/docs/source/module_api.rst [new file with mode: 0644]
src/bindings/rmr-python/rmr/rmr.py
src/bindings/rmr-python/setup.py