doc: add doc contributing guide, plus cleanup

Add documentation contributing information with project specific
recommentations along with some common reST and Sphinx constructs.
Reorganize contributing section to fit this new doc in.

Also

* Cleanup stray file (CODEOWNERS) from when docs were in their own repo.
* Remove licensing footer on generated pages (not really needed).
* Pull replacement strings into substitutions.txt for easier management.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-05-22 12:10:18 -07:00
committed by David Kinder
parent 05927b1592
commit d11729d9d8
8 changed files with 431 additions and 29 deletions

13
doc/contribute/index.rst Normal file
View File

@@ -0,0 +1,13 @@
.. _contribute:
Contributing to the Project
###########################
As an open-source project, we welcome and encourage the community to submit
patches for code, documentation, tests, and more, directly to the project.
.. toctree::
:maxdepth: 1
contribute_guidelines.rst
doc_guidelines.rst