diff options
-rw-r--r-- | resources/tools/doc_gen/src/conf.py | 2 | ||||
-rw-r--r-- | resources/tools/doc_gen/src/index.rst | 1 | ||||
-rw-r--r-- | resources/tools/doc_gen/src/tests.vpp.device.rst | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/resources/tools/doc_gen/src/conf.py b/resources/tools/doc_gen/src/conf.py index 9d39da08f2..1ebbbe7921 100644 --- a/resources/tools/doc_gen/src/conf.py +++ b/resources/tools/doc_gen/src/conf.py @@ -54,7 +54,7 @@ master_doc = 'index' # General information about the project. project = u'CSIT' -copyright = u'2017, FD.io' +copyright = u'2018, FD.io' author = u'CSIT' # The version info for the project you're documenting, acts as replacement for diff --git a/resources/tools/doc_gen/src/index.rst b/resources/tools/doc_gen/src/index.rst index c4e6b28bdc..aa44809174 100644 --- a/resources/tools/doc_gen/src/index.rst +++ b/resources/tools/doc_gen/src/index.rst @@ -14,5 +14,6 @@ Contents tests.nsh_sfc.func tests.tldk.func tests.vpp.func + tests.vpp.device tests.vpp.perf indices diff --git a/resources/tools/doc_gen/src/tests.vpp.device.rst b/resources/tools/doc_gen/src/tests.vpp.device.rst new file mode 100644 index 0000000000..c042cd57b5 --- /dev/null +++ b/resources/tools/doc_gen/src/tests.vpp.device.rst @@ -0,0 +1,3 @@ +VPP Device Tests +================ + |