Skip to content

Commit

Permalink
more doc structuring:
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jul 8, 2016
1 parent 09b62a2 commit be430cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@

.. module:: pump

Core functionality
------------------
.. automodule:: pumpp.core
:members:

Feature extractors
------------------
.. automodule:: pumpp.feature
:members:

Task transformers
-----------------
.. automodule:: pumpp.task
:members:
9 changes: 8 additions & 1 deletion pumpp/core.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
'''Core functionality'''
'''
Core functionality
==================
.. autosummary::
:toctree: generated/
transform
'''

import librosa
import jams
Expand Down

0 comments on commit be430cc

Please sign in to comment.