Skip to content

Commit

Permalink
Add hammer_config and hammer_tech to documentation generator
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardcwang committed Feb 7, 2019
1 parent eee0139 commit 79ed5c2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/hammer_config.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
hammer\_config module
=====================

.. automodule:: hammer_config
:members:
:undoc-members:
:show-inheritance:
:imported-members:
:exclude-members: ABCMeta, Callable, Dict, Enum, Iterable, List, NamedTuple, Number, Set, Tuple, Type, TypeVar, abstractmethod
9 changes: 9 additions & 0 deletions doc/hammer_tech.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
hammer\_tech module
===================

.. automodule:: hammer_tech
:members:
:undoc-members:
:show-inheritance:
:imported-members:
:exclude-members: ABCMeta, Callable, Dict, Enum, Iterable, List, NamedTuple, Number, Set, Tuple, Type, TypeVar, abstractmethod
2 changes: 1 addition & 1 deletion doc/hammer_vlsi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ hammer\_vlsi module
:undoc-members:
:show-inheritance:
:imported-members:
:exclude-members: ABCMeta, Dict, Enum, Iterable, List, NamedTuple, Number, Set, Tuple, Type, TypeVar, abstractmethod
:exclude-members: ABCMeta, Callable, Dict, Enum, Iterable, List, NamedTuple, Number, Set, Tuple, Type, TypeVar, abstractmethod
2 changes: 2 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Welcome to hammer-vlsi's documentation!
:caption: Contents:

hammer_vlsi
hammer_config
hammer_tech

Indices and tables
==================
Expand Down

0 comments on commit 79ed5c2

Please sign in to comment.