Skip to content

Commit 51d49e2

Browse files
author
Release Manager
committed
Trac #34567: Fix minor documentation formatting issues in dancing links
URL: https://trac.sagemath.org/34567 Reported by: MartinPepin Ticket author(s): Martin Pépin Reviewer(s): Frédéric Chapoton
2 parents ca25316 + 1c9e627 commit 51d49e2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=e7f833905780f0a514b70ec392c933f942ce170d
3-
md5=0a49bf186f5ddf8c9b4a1f031113cd01
4-
cksum=948190478
2+
sha1=ab44e3d0f184a755c459c0d8f53267dbaaa11f22
3+
md5=d697c1d0ec53797eb738c5887e42147a
4+
cksum=510253933
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3353867d2ca1297d5b770706ff8d0800e3e4c37a
1+
e955bf1426c87765849016445fccd304066533d3

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)