aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report
ModeNameSize
d---------csit_framework_documentation360logstatsplain
d---------detailed_test_results1217logstatsplain
d---------dmm_functional_tests220logstatsplain
d---------dpdk_performance_tests408logstatsplain
d---------honeycomb_functional_tests220logstatsplain
-rw-r--r--index.html.template3767logstatsplain
-rw-r--r--index.pdf.template342logstatsplain
d---------introduction2187logstatsplain
d---------nsh_sfc_functional_tests220logstatsplain
d---------test_configuration869logstatsplain
d---------test_operational_data323logstatsplain
d---------vpp_device_tests307logstatsplain
d---------vpp_functional_tests371logstatsplain
d---------vpp_performance_tests909logstatsplain
software. Build the html files ====================== Build the html **index.html** file: .. code-block:: console $ make docs Clean the environment ====================== Delete all the generated files with the following: .. code-block:: console $ make docs-clean View the results ================= | If there are no errors during the build process, you should now have an **index.html** file in your | **vpp/docs/_build/html** directory, which you can then view in your browser. .. figure:: /_images/htmlBuild.png :alt: Figure: My directory containing the index.html file :scale: 35% :align: center Whenever you make changes to your **.rst** files that you want to see, repeat this build process. .. note:: To exit from the virtual environment execute: .. code-block:: console $ deactivate Getting your documents reviewed and merged ========================================== VPP documents are reviewed and merged like and other source code. Refer to :ref:`gitreview` to get your changes reviewed and merged.