Skip to content

Commit a60f272

Browse files
committed
Updated documentation.
1 parent 4f493db commit a60f272

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

commpy/channelcoding/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@
4747
==========
4848
4949
.. autosummary::
50+
:toctree: generated/
5051
51-
ldpc_bp_decode -- LDPC Code Decoder using Belief propagation.
52+
get_ldpc_code_params -- Extract parameters from LDPC code design file.
53+
ldpc_bp_decode -- LDPC Code Decoder using Belief propagation.
5254
5355
Interleavers and De-interleavers
5456
================================

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ def __getattr__(cls, name):
7777

7878
# General information about the project.
7979
project = u'CommPy'
80-
copyright = u'2012, CommPy'
80+
copyright = u'2012 - 2015, CommPy'
8181

8282
# The version info for the project you're documenting, acts as replacement for
8383
# |version| and |release|, also used in various other places throughout the
8484
# built documents.
8585
#
8686
# The short X.Y version.
87-
version = '0.2'
87+
version = '0.3'
8888
# The full version, including alpha/beta/rc tags.
89-
release = '0.2.0'
89+
release = '0.3.0'
9090

9191
# The language for content autogenerated by Sphinx. Refer to documentation
9292
# for a list of supported languages.

0 commit comments

Comments
 (0)