diff options
| author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2018-02-12 11:52:12 +1100 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2018-02-26 14:30:46 +1100 |
| commit | 59d3cb4307b26c063dcdb86b8d42f59e78adaacb (patch) | |
| tree | c4fdc6fcc65c1432686f50619b3e9151075b55d5 /doc/process | |
| parent | 2e9a07f5568ebedd3ece63f58ed1d5249638b5b9 (diff) | |
| download | talos-op-build-59d3cb4307b26c063dcdb86b8d42f59e78adaacb.tar.gz talos-op-build-59d3cb4307b26c063dcdb86b8d42f59e78adaacb.zip | |
doc: initial sphinx-based documentation support
The release-notes script now produces Markdown compatible with
pandoc to help convert it into RST for sphinx.
Actual documentation is fairly limited currently.
We use intersphinx to link to various sub-projects' docs.
A .travis.yml file is added to build+publish documentation
when new code is pushed to github.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/process')
| l--------- | doc/process/CONTRIBUTING.md | 1 | ||||
| -rw-r--r-- | doc/process/index.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/process/CONTRIBUTING.md b/doc/process/CONTRIBUTING.md new file mode 120000 index 00000000..f939e75f --- /dev/null +++ b/doc/process/CONTRIBUTING.md @@ -0,0 +1 @@ +../../CONTRIBUTING.md
\ No newline at end of file diff --git a/doc/process/index.rst b/doc/process/index.rst new file mode 100644 index 00000000..024518b2 --- /dev/null +++ b/doc/process/index.rst @@ -0,0 +1,6 @@ +Development Process +=================== + +.. toctree:: + + CONTRIBUTING.md |

