Report: Configure Report 2001.08 90/25190/2
authorTibor Frank <tifrank@cisco.com>
Mon, 17 Feb 2020 07:42:54 +0000 (08:42 +0100)
committerTibor Frank <tifrank@cisco.com>
Mon, 17 Feb 2020 08:09:27 +0000 (08:09 +0000)
Change-Id: Iaddad3362eb2aaf9ced78d3f30fe1f25f40a70ef
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/report/introduction/report_history.rst
resources/tools/presentation/conf.py
resources/tools/presentation/run_report.sh
resources/tools/presentation/specification.yaml

index 06110f3..f818963 100644 (file)
@@ -6,6 +6,14 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
+| .08            | 1. Added PDF version                                       |
+|                |                                                            |
+|                | 2. Added data:                                             |
+|                |                                                            |
+|                |    -                                                       |
+|                |                                                            |
+|                |                                                            |
++----------------+------------------------------------------------------------+
 | .07            | Initial version                                            |
 |                |                                                            |
 +----------------+------------------------------------------------------------+
index a82eecd..6379f4f 100644 (file)
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
 master_doc = u'index'
 
 # General information about the project.
-report_week = u'07'
+report_week = u'08'
 project = u'FD.io CSIT-2001.{week}'.format(week=report_week)
 copyright = u'2020, FD.io'
 author = u'FD.io CSIT'
index cac3cdc..181d9db 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "07" \
+    --week "08" \
     --logging INFO \
     --force
 
index 39fa319..11f1d8b 100644 (file)
   format:
     html:
     - full
-    pdf:
-    - minimal
+#    pdf:
+#    - minimal
 
 ################################################################################
 ###                               T A B L E S                                ###