Changeset 152bf4f for doc


Ignore:
Timestamp:
Oct 30, 2018, 2:32:51 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
8986239
Parents:
ed596f7
Message:

[doc] start adding autodoc to sphinx documents

Location:
doc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/conf.py

    red596f7 r152bf4f  
    3030# Add any Sphinx extension module names here, as strings. They can be extensions
    3131# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    32 extensions = ['sphinx.ext.viewcode', 'sphinx.ext.autodoc']
     32extensions = ['sphinx.ext.viewcode', 'sphinx.ext.autodoc',
     33        'sphinx.ext.napoleon', 'sphinx.ext.intersphinx']
     34
     35autodoc_member_order = 'groupwise'
     36
     37intersphinx_mapping = {
     38        'numpy': ('https://docs.scipy.org/doc/numpy/', None),
     39        }
    3340
    3441# Add any paths that contain templates here, relative to this directory.
  • doc/index.rst

    red596f7 r152bf4f  
    7171   installing
    7272   python_module
     73   python
    7374   cli
    7475   develop
Note: See TracChangeset for help on using the changeset viewer.