File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
5355Interleavers and De-interleavers
5456================================
Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ def __getattr__(cls, name):
7777
7878# General information about the project.
7979project = 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.
You can’t perform that action at this time.
0 commit comments