diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-10-25 17:19:33 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-10-25 17:19:33 +0200 |
commit | 977851f65718fb82d804dc095a2ddd9735a67b89 (patch) | |
tree | bf3586b60fd8ac72d064faa6f8600165fc7cb0be | |
parent | d8acc8c6a37f5a3aae87dfc642e47058fc4b9a21 (diff) |
Add link to pdf version
Change-Id: I6a2d33284dff8a156a9231ded5e337db2ff5fb06
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | docs/report/introduction/overview.rst | 3 | ||||
-rw-r--r-- | resources/tools/presentation/conf.py | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/report/introduction/overview.rst b/docs/report/introduction/overview.rst index 180e73ff57..48d631f2e1 100644 --- a/docs/report/introduction/overview.rst +++ b/docs/report/introduction/overview.rst @@ -5,6 +5,9 @@ This is the **F**\ast **D**\ata **I**/**O** Project (**FD.io**) **C**\ontinuous **S**\ystem **I**\ntegration and **T**\esting (**CSIT**) project report for CSIT |release| system testing of |vpp-release|. +This is the full html version, there is also the reduced +`pdf version of this report`_. + The report describes CSIT functional and performance tests and their continuous execution delivered in CSIT |release|. A high-level overview is provided for each CSIT test environment running in :abbr:`LF (Linux Foundation)` diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 6fad510f72..e833b643dc 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -67,6 +67,7 @@ rst_epilog = """ .. |virl-image-ubuntu| replace:: ubuntu-16.04.1_2017-02-23_1.8 .. |virl-image-centos| replace:: centos-7.3-1611_2017-02-23_1.4 +.. _pdf version of this report: https://docs.fd.io/csit/rls1710/report/_static/archive/csit_rls1710.pdf .. _tag documentation rst file: https://git.fd.io/csit/tree/docs/tag_documentation.rst?h=rls1710 .. _TRex intallation: https://git.fd.io/csit/tree/resources/tools/trex/trex_installer.sh?h=rls1710 .. _TRex driver: https://git.fd.io/csit/tree/resources/tools/trex/trex_stateless_profile.py?h=rls1710 |