Skip to content

Commit

Permalink
use make docs to build api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Aug 27, 2017
1 parent a67917c commit a9939bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
8 changes: 0 additions & 8 deletions docs/api.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Contents:
installation
usage
example.ipynb
api
modules
contributing
authors
history
Expand Down
3 changes: 3 additions & 0 deletions perfume/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
__author__ = """Leif Walsh"""
__email__ = 'leif.walsh@gmail.com'
__version__ = '0.1.0'
__all__ = [
'bench'
]

0 comments on commit a9939bf

Please sign in to comment.