Skip to content

Commit

Permalink
docs(bff): add cast_to_category_pd into the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fahy committed Aug 19, 2019
1 parent 66b0e94 commit d93f56a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# 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
#sys.path.insert(0, os.path.abspath('../../'))


# -- Project information -----------------------------------------------------
Expand All @@ -41,10 +41,12 @@
'recommonmark',
'sphinx.ext.autodoc',
'sphinx_autodoc_typehints',
'sphinx.ext.napoleon', # Needed to separate type from variable name in docstrings.
#'sphinx.ext.napoleon', # Needed to separate type from variable name in docstrings.
'numpydoc',
]

autosummary_generate = True # Make _autosummary files and include them.

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
1 change: 1 addition & 0 deletions doc/source/fancy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All of bff's functions.
:nosignatures:
:toctree: generated/

bff.cast_to_category_pd
bff.concat_with_categories
bff.get_peaks
bff.idict
Expand Down

0 comments on commit d93f56a

Please sign in to comment.