Skip to content

Commit 1c9e627

Browse files
committed
Fix minor doc formatting issues in dancing links
1 parent 627b2bd commit 1c9e627

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/sage/combinat/matrices/dancing_links.pyx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ cdef class dancing_linksWrapper:
193193
r"""
194194
Reinitialization of the search algorithm
195195
196-
This recreates an empty `dancing_links` object and adds the rows to
197-
the instance of dancing_links.
196+
This recreates an empty ``dancing_links`` object and adds the rows to
197+
the instance of ``dancing_links.``
198198
199199
EXAMPLES::
200200
@@ -805,7 +805,7 @@ cdef class dancing_linksWrapper:
805805
INPUT:
806806
807807
- ``ncpus`` -- integer (default: ``None``), maximal number of
808-
subprocesses to use at the same time. If `ncpus>1` the dancing
808+
subprocesses to use at the same time. If ``ncpus>1`` the dancing
809809
links problem is split into independent subproblems to allow
810810
parallel computation. If ``None``, it detects the number of
811811
effective CPUs in the system using
@@ -968,8 +968,8 @@ cdef class dancing_linksWrapper:
968968
969969
.. NOTE::
970970
971-
When comparing the time taken by method `one_solution`,
972-
have in mind that `one_solution_using_sat_solver` first
971+
When comparing the time taken by method ``one_solution``,
972+
have in mind that ``one_solution_using_sat_solver`` first
973973
creates the SAT solver instance from the dancing links
974974
solver. This copy of data may take many seconds depending on
975975
the size of the problem.
@@ -1096,8 +1096,8 @@ cdef class dancing_linksWrapper:
10961096
10971097
.. NOTE::
10981098
1099-
When comparing the time taken by method `one_solution`, have in
1100-
mind that `one_solution_using_milp_solver` first creates (and
1099+
When comparing the time taken by method ``one_solution``, have in
1100+
mind that ``one_solution_using_milp_solver`` first creates (and
11011101
caches) the MILP solver instance from the dancing links solver.
11021102
This copy of data may take many seconds depending on the size
11031103
of the problem.

0 commit comments

Comments
 (0)