Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit d05bfc4

Browse files
committed
Fix the documentation.
1 parent 0289f90 commit d05bfc4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/doc/en/reference/coding/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Linear codes and related constructions
3434
sage/coding/linear_code
3535
sage/coding/code_constructions
3636
sage/coding/punctured_code
37+
sage/coding/extended_code
3738
sage/coding/sd_codes
3839
sage/coding/guava
3940

src/sage/coding/extended_code.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
66
.. math::
77
8-
\hat{C} = \{x_{1}x_{2}\dots x_{n+1} \in \mathbb{F}_{q}^{n+1} \vert x_{1}x_{2}\dots x_{n} \in C with
9-
x_{1} + x_{2} + \dots + x_{n+1} = 0 \}.
8+
\hat{C} = \{x_{1}x_{2}\dots x_{n+1} \in \mathbb{F}_{q}^{n+1} \,\vert\, x_{1}x_{2}\dots x_{n} \in C \text{ with } x_{1} + x_{2} + \dots + x_{n+1} = 0 \}.
109
1110
See [HP03]_ (pp 15-16) for details.
1211
@@ -134,9 +133,7 @@ def parity_check_matrix(self):
134133
r"""
135134
Returns a parity check matrix of ``self``.
136135
137-
This matrix is computed directly from :func:`original_code`
138-
and does not compute a generator matrix of ``self``
139-
in the process.
136+
This matrix is computed directly from :func:`original_code`.
140137
141138
EXAMPLES::
142139

0 commit comments

Comments
 (0)