Skip to content

Commit bd998b0

Browse files
committed
Updated.
1 parent d8b1e4b commit bd998b0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

commpy/channelcoding/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.. autosummary::
1212
:toctree: generated/
1313
14-
GF -- Class representing a Galois Field object.
14+
GF -- Class representing a Galois Field object.
1515
1616
Algebraic Codes
1717
===============

doc/channelcoding.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.. automodule:: commpy.channelcoding
22
:members:
3+
:noindex:

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ def __getattr__(cls, name):
127127

128128
# The theme to use for HTML and HTML Help pages. See the documentation for
129129
# a list of builtin themes.
130-
html_theme = 'default'
130+
html_theme = 'classic'
131131
html_theme_options = {
132132
"sidebarwidth": 300
133133
}
134134

135-
135+
numpydoc_show_class_members = False
136136
# Theme options are theme-specific and customize the look and feel of a theme
137137
# further. For a list of options available for each theme, see the
138138
# documentation.

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Utilities
6060
Reference
6161
---------
6262
.. toctree::
63-
:maxdepth: 2
63+
:maxdepth: 4
6464

6565
channelcoding
6666
channels

0 commit comments

Comments
 (0)