Skip to content

Commit

Permalink
set autodoc property explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
bichengying committed May 10, 2020
1 parent 4710f69 commit 6c4365b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/tensorflow_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ Tensorflow Module (API Reference)
tensorflow API. Please consider to use pytorch api first.

.. automodule:: bluefog.tensorflow
:members:
:members:
:member-order: bysource
:special-members: __init__
:imported-members:
:undoc-members:
:exclude-members: contextmanager
7 changes: 6 additions & 1 deletion docs/topo_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ Topology Related Utility Functions
==================================

.. automodule:: bluefog.common.topology_util
:members:
:members:
:member-order: bysource
:special-members: __init__
:imported-members:
:undoc-members:
:exclude-members: contextmanager
7 changes: 6 additions & 1 deletion docs/torch_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ Torch Module (API Reference)
============================

.. automodule:: bluefog.torch
:members:
:members:
:member-order: bysource
:special-members: __init__
:imported-members:
:undoc-members:
:exclude-members: contextmanager

0 comments on commit 6c4365b

Please sign in to comment.