Add user guide 97/3397/4
authorE. Scott Daniels <daniels@research.att.com>
Wed, 22 Apr 2020 16:40:27 +0000 (12:40 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 22 Apr 2020 19:33:20 +0000 (15:33 -0400)
commit3a2533f97b9ebee99a718530d111278cedb613d1
tree9e7b67dc05e715f417368a83f131574c217ae9e6
parent0b08d9dc1639e926c1df4535703b67903a86aad7
Add user guide

This change adds the document source for the user guide as well
as the mechanics needed to allow for scraping the repo for RTD
documents.

Issue-ID: RIC-148

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ib9d36e2f84bfb29f33cdb877abd3927b205fa991
31 files changed:
doc/README [new file with mode: 0644]
doc/src/Makefile [new file with mode: 0644]
doc/src/README [new file with mode: 0644]
doc/src/lib/front_junk.im [new file with mode: 0644]
doc/src/lib/generic_ps.im [new file with mode: 0644]
doc/src/lib/license.im [new file with mode: 0644]
doc/src/lib/markdown.im [new file with mode: 0644]
doc/src/lib/raw_license.im [new file with mode: 0644]
doc/src/lib/roff.im [new file with mode: 0644]
doc/src/lib/rst.im [new file with mode: 0644]
doc/src/lib/setup.im [new file with mode: 0644]
doc/src/lib/txt.im [new file with mode: 0644]
doc/src/user/.gitignore [new file with mode: 0644]
doc/src/user/Makefile [new file with mode: 0644]
doc/src/user/cpp_frame.im [new file with mode: 0644]
doc/src/user/example1.im [new file with mode: 0644]
doc/src/user/example2.im [new file with mode: 0644]
doc/src/user/example3.im [new file with mode: 0644]
doc/src/user/user_guide.xfm [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/_static/logo.png [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/conf.yaml [new file with mode: 0644]
docs/favicon.ico [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/rel-notes.rst [new file with mode: 0644]
docs/requirements-docs.txt [new file with mode: 0644]
docs/user_guide.rst [new file with mode: 0644]
examples/rmr_dump.cpp
examples/xapp_t1.cpp
examples/xapp_t2.cpp