Skip to content

Commit

Permalink
Merge pull request #363 from JrGoodle/docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
JrGoodle committed Oct 30, 2017
2 parents 21c4469 + b1bc033 commit 99ad59f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import os
import sys
CLOWDER_DIR = os.path.join('..', 'clowder')
sys.path.insert(0, os.path.abspath(CLOWDER_DIR))


import clowder
Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ clowder
.. image:: https://coveralls.io/repos/github/JrGoodle/clowder/badge.svg?branch=master
:target: https://coveralls.io/github/JrGoodle/clowder?branch=master

.. image:: https://codeclimate.com/github/JrGoodle/clowder/badges/issue_count.svg
:target: https://codeclimate.com/github/JrGoodle/clowder

.. image:: https://badge.fury.io/py/clowder-repo.svg
:target: https://badge.fury.io/py/clowder-repo

Expand Down

0 comments on commit 99ad59f

Please sign in to comment.