Skip to content

Commit d9fc16f

Browse files
committed
Fixing sphinx documentation.
1 parent 7e8a55c commit d9fc16f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

doc/commpydoc.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
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

1212
Reference
1313
---------
1414
.. toctree::
1515
:maxdepth: 1
16-
16+
1717
channelcoding
18+
channels
1819
filters
19-
20-
20+
sequences

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Reference
6363
:maxdepth: 1
6464

6565
channelcoding
66+
channels
6667
filters
6768
modulation
6869
sequences

0 commit comments

Comments
 (0)