Adds the revision history table to the markup.
Resolves: #4 Signed-off-by: Grant Likely grant.likely@arm.com --- source/ebbr.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/source/ebbr.rst b/source/ebbr.rst index 4100b2f..b6e48d6 100644 --- a/source/ebbr.rst +++ b/source/ebbr.rst @@ -18,6 +18,19 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. :alt: Creative Commons License :align: right
+.. tabularcolumns:: l c p{11.5cm} +.. table:: Revision History + + ================= ===== ============================================= + Date Issue Changes + ================= ===== ============================================= + 20 September 2018 B Confidentiality Change, EBBR version 0.51 + TBD TBD - Relicense to CC-BY-SA 4.0 + - Added Devicetree requirements + - Added Multiprocessor boot requirements + - Transitioned to reStructuredText and GitHub + ================= ===== ============================================= + ******************* About This Document *******************
Configure Sphinx to generate single-sided PDF output. Better for online reading.
Signed-off-by: Grant Likely grant.likely@arm.com --- source/conf.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/source/conf.py b/source/conf.py index 4070507..17e911d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -111,6 +111,7 @@ htmlhelp_basename = 'EBBRdoc' # -- Options for LaTeX output ---------------------------------------------
latex_elements = { + 'classoptions': ',oneside', # The paper size ('letterpaper' or 'a4paper'). # 'papersize': 'a4paper',
[RESEND, I accidentally cut the ML from my reply. Apologies to Grant who will have had to read it twice]
On Tue, May 22, 2018 at 05:14:00PM +0100, Grant Likely wrote:
Adds the revision history table to the markup.
Resolves: #4 Signed-off-by: Grant Likely grant.likely@arm.com
source/ebbr.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/source/ebbr.rst b/source/ebbr.rst index 4100b2f..b6e48d6 100644 --- a/source/ebbr.rst +++ b/source/ebbr.rst @@ -18,6 +18,19 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. :alt: Creative Commons License :align: right +.. tabularcolumns:: l c p{11.5cm} +.. table:: Revision History
- ================= ===== =============================================
- Date Issue Changes
- ================= ===== =============================================
- 20 September 2018 B Confidentiality Change, EBBR version 0.51
- TBD TBD - Relicense to CC-BY-SA 4.0
- Added Devicetree requirements
- Added Multiprocessor boot requirements
- Transitioned to reStructuredText and GitHub
- ================= ===== =============================================
Is this going to be hand curated (e.g. patches that fail to update changelog properly get caught during review) or will it be derived post-hoc from the git history?
Daniel.
boot-architecture@lists.linaro.org