diff options
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/presentation/conf_cpta/conf.py | 9 | ||||
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/resources/tools/presentation/conf_cpta/conf.py b/resources/tools/presentation/conf_cpta/conf.py index 9b6e5f3bc1..4eb51d884e 100644 --- a/resources/tools/presentation/conf_cpta/conf.py +++ b/resources/tools/presentation/conf_cpta/conf.py @@ -101,3 +101,12 @@ html_context = { '_static/theme_overrides.css', # overrides for wide tables in RTD theme ], } + +# If false, no module index is generated. +html_domain_indices = True + +# If false, no index is generated. +html_use_index = True + +# If true, the index is split into individual pages for each letter. +html_split_index = False diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index d53a46e7e8..ed5ce6ef49 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -89,6 +89,7 @@ height: 800 yaxis: showticklabels: True + tickformat: ".3s" title: "Throughput [Mpps]" hoverformat: ".4s" range: [] |