Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Dec 2, 2017
1 parent 7db3533 commit af00a7e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
10 changes: 0 additions & 10 deletions docs/README.md

This file was deleted.

12 changes: 12 additions & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Viewing documentation
=====================

Docs are viewable on `readthedocs <https://faucet.readthedocs.io>`_.

Building documentation
======================

.. code:: bash
sudo pip3 install -r requirements.txt
make html
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import sys
sys.path.insert(0, os.path.abspath('../'))

#autodoc_mock_imports = ["ryu", "networkx", "prometheus_client", "influxdb", "couchdb"]
autodoc_default_flags = ["members", "undoc-members", "show-inheritance"]

# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -159,6 +158,3 @@
author, 'faucet', '',
'Miscellaneous'),
]



Empty file removed docs/self_signed_certs.md
Empty file.

0 comments on commit af00a7e

Please sign in to comment.