Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Apr 29, 2015
1 parent 8dbfba1 commit f96480a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -53,6 +53,8 @@ Install from PyPI::

$ pip install LowVoltage

.. Warning, these are NOT doctests because doctests aren't displayed on GitHub.
Import the package and create a connection (assuming your ``AWS_ACCESS_KEY_ID`` and ``AWS_SECRET_ACCESS_KEY`` environment variables are set)::

>>> from LowVoltage import *
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -59,7 +59,7 @@ def warn_node(self, msg, node):

# http://sphinx-doc.org/ext/autodoc.html
extensions.append("sphinx.ext.autodoc")
autoclass_content ="both"
autoclass_content = "both"
autodoc_member_order = "bysource"
autodoc_default_flags = ["members"]
# autodoc_docstring_signature
Expand Down

0 comments on commit f96480a

Please sign in to comment.