@@ -259,7 +259,7 @@ cdef class LinearMatroid(BasisExchangeMatroid):
259
259
"""
260
260
def __init__ (self , matrix = None , groundset = None , reduced_matrix = None , ring = None , keep_initial_representation = True ):
261
261
"""
262
- See class definition for full documentation.
262
+ See the class definition for full documentation.
263
263
264
264
EXAMPLES::
265
265
@@ -1285,9 +1285,9 @@ cdef class LinearMatroid(BasisExchangeMatroid):
1285
1285
1286
1286
.. WARNING::
1287
1287
1288
- This method is linked to __richcmp__ ( in Cython) and __cmp__ or
1289
- __eq__/ __ne__ ( in Python) . If you override one, you should ( and in
1290
- Cython: MUST ) override the other!
1288
+ This method is linked to `` __richcmp__`` ( in Cython) and `` __cmp__``
1289
+ or `` __eq__``/`` __ne__`` ( in Python) . If you override one, you
1290
+ should ( and, in Cython, \e mph{must} ) override the other!
1291
1291
1292
1292
EXAMPLES::
1293
1293
@@ -3078,7 +3078,7 @@ cdef class BinaryMatroid(LinearMatroid):
3078
3078
"""
3079
3079
def __init__ (self , matrix = None , groundset = None , reduced_matrix = None , ring = None , keep_initial_representation = True , basis = None ):
3080
3080
"""
3081
- See class definition for full documentation.
3081
+ See the class definition for full documentation.
3082
3082
3083
3083
.. NOTE::
3084
3084
@@ -4111,7 +4111,7 @@ cdef class TernaryMatroid(LinearMatroid):
4111
4111
"""
4112
4112
def __init__ (self , matrix = None , groundset = None , reduced_matrix = None , ring = None , keep_initial_representation = True , basis = None ):
4113
4113
"""
4114
- See class definition for full documentation.
4114
+ See the class definition for full documentation.
4115
4115
4116
4116
.. NOTE::
4117
4117
@@ -4989,7 +4989,7 @@ cdef class QuaternaryMatroid(LinearMatroid):
4989
4989
"""
4990
4990
def __init__ (self , matrix = None , groundset = None , reduced_matrix = None , ring = None , keep_initial_representation = True , basis = None ):
4991
4991
"""
4992
- See class definition for full documentation.
4992
+ See the class definition for full documentation.
4993
4993
4994
4994
.. NOTE::
4995
4995
@@ -5694,7 +5694,7 @@ cdef class RegularMatroid(LinearMatroid):
5694
5694
"""
5695
5695
def __init__ (self , matrix = None , groundset = None , reduced_matrix = None , ring = None , keep_initial_representation = True ):
5696
5696
"""
5697
- See class definition for full documentation.
5697
+ See the class definition for full documentation.
5698
5698
5699
5699
.. NOTE::
5700
5700
0 commit comments