doc: update release v0.1 release notes

Include developer comments, add commit change log,
update conf.py to include url shortcuts for references to GitHub issues
and commits.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-07-11 12:27:49 -07:00 committed by David Kinder
parent 5a7ccc87b1
commit 11e997a70e
2 changed files with 1138 additions and 45 deletions

View File

@ -32,7 +32,13 @@ sys.path.insert(0, os.path.abspath('.'))
# ones.
sys.path.insert(0, os.path.join(os.path.abspath('.'), 'extensions'))
extensions = ['breathe', 'sphinx.ext.graphviz', 'kerneldoc']
extensions = ['breathe', 'sphinx.ext.graphviz', 'sphinx.ext.extlinks', 'kerneldoc']
# extlinks provides a macro template
extlinks = {'acrn-commit': ('https://github.com/projectacrn/acrn-hypervisor/commit/%s', ''),
'acrn-issue': ('https://github.com/projectacrn/acrn-hypervisor/issues/%s', '')
}
# kernel-doc extension configuration for running Sphinx directly (e.g. by Read
# the Docs). In a normal build, these are supplied from the Makefile via command

File diff suppressed because it is too large Load Diff