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 dcfad44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 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 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 dcfad44

Please sign in to comment.