Skip to content

Commit 5180acd

Browse files
committed
include inherited members with sphinx
1 parent 17ac22d commit 5180acd

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

doc/modules/context_free_grammar.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Context-Free Grammar
33

44
.. automodule:: pyformlang.cfg
55
:members:
6+
:inherited-members:

doc/modules/feature_context_free_grammar.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Feature Context-Free Grammar
33

44
.. automodule:: pyformlang.fcfg
55
:members:
6+
:inherited-members:

doc/modules/finite_automaton.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Finite Automaton
33

44
.. automodule:: pyformlang.finite_automaton
55
:members:
6+
:inherited-members:

doc/modules/fst.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Finite State Transducer
33

44
.. automodule:: pyformlang.fst
55
:members:
6+
:inherited-members:

doc/modules/indexed_grammar.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Indexed Grammar
33

44
.. automodule:: pyformlang.indexed_grammar
55
:members:
6+
:inherited-members:

doc/modules/push_down_automata.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Push-Down Automata
33

44
.. automodule:: pyformlang.pda
55
:members:
6+
:inherited-members:

doc/modules/regular_expression.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Regular Expression
33

44
.. automodule:: pyformlang.regular_expression
55
:members:
6+
:inherited-members:

doc/modules/rsa.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Recursive State Automaton
33

44
.. automodule:: pyformlang.rsa
55
:members:
6+
:inherited-members:

0 commit comments

Comments
 (0)