File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 66 CommPy
77==================================
88
9- CommPy is an open source package implementing digital communications algorithms
10- in Python using NumPy, SciPy, Matplotlib and Cython .
9+ CommPy is an open source package implementing digital communications algorithms
10+ in Python using NumPy, SciPy and Matplotlib .
1111
1212Reference
1313---------
1414.. toctree ::
1515 :maxdepth: 1
16-
16+
1717 channelcoding
18+ channels
1819 filters
19-
20-
20+ sequences
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ def __getattr__(cls, name):
8484# built documents.
8585#
8686# The short X.Y version.
87- version = '0.1 '
87+ version = '0.2 '
8888# The full version, including alpha/beta/rc tags.
89- release = '0.1 '
89+ release = '0.2.0 '
9090
9191# The language for content autogenerated by Sphinx. Refer to documentation
9292# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Reference
6363 :maxdepth: 1
6464
6565 channelcoding
66+ channels
6667 filters
6768 modulation
6869 sequences
You can’t perform that action at this time.
0 commit comments