diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-07-26 12:45:10 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-07-26 18:34:47 +0000 |
commit | 06dcd45ff81e06bc8cf40ed487c0b2652d346a5a (patch) | |
tree | 71403f9d422c4e532b2871a66ab909bd6066b10b /docs/README.rst | |
parent | 1d65279ffecd0f540288187b94cb1a6b84a7a0c6 (diff) |
Initial commit of Sphinx docs
Change-Id: I9fca8fb98502dffc2555f9de7f507b6f006e0e77
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/README.rst')
-rw-r--r-- | docs/README.rst | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/docs/README.rst b/docs/README.rst deleted file mode 100644 index 809bddb6e63..00000000000 --- a/docs/README.rst +++ /dev/null @@ -1,56 +0,0 @@ - -Overview -======== - -This repository was created as a private staring point for the vpp documentation -project. It is expected that it will be used as a sandbox that can be used to -evaluate and comment on the new fd.io document structure. - -Build and Load Instructions -=========================== -I build and load the documents using a mac, but these instuctions should be portable -to any platform. I used the Python virtual environment. - -For more information on how to use the Python virtual enviroment check out -`Installing packages using pip and virtualenv`_. - -.. _`Installing packages using pip and virtualenv`: https://packaging.python.org/guides/installing-using-pip-and-virtualenv/ - -1. Get the repository - -.. code-block:: console - - git clone https://github.com/fdioDocs/vpp-docs - cd vpp-docs - -2. Install the virtual environment - -.. code-block:: console - - python -m pip install --user virtualenv - python -m virtualenv env - source env/bin/activate - pip install -r etc/requirements.txt - -.. note:: - - To exit from the virtual environment execute: - -.. code-block:: console - - deactivate - -3. Build the html files - -.. code-block:: console - - cd docs - make html - -4. View the results. - -To view the results start a browser and open the file: - -.. code-block:: console - - <THE CLONED DIRECTORY>/docs/_build/html/index.html |