-
-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #34166: Fix docstring markup in sage/tests except sage/tests/boo…
…k_stein_modform.py Part of #34157: {{{ sage/tests/benchmark.py:68:1: RST203 Definition list ends without a blank line; unexpected unindent. sage/tests/article_heuberger_krenn_kropf_fsm-in-sage.py:10:1: RST301 Unexpected indentation. sage/tests/article_heuberger_krenn_kropf_fsm-in-sage.py:13:1: RST201 Block quote ends without a blank line; unexpected unindent. sage/tests/gosper-sum.py:2:1: RST399 Document or section may not begin with a transition. }}} URL: https://trac.sagemath.org/34166 Reported by: klee Ticket author(s): Frédéric Chapoton Reviewer(s): Matthias Koeppe
- Loading branch information
Showing
3 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
12 changes: 7 additions & 5 deletions
12
src/sage/tests/article_heuberger_krenn_kropf_fsm-in-sage.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
r""" | ||
This file contains doctests of the article | ||
This file contains doctests of the article :: | ||
Automata and Transducers | ||
in the Computer Algebra System Sage | ||
by Clemens Heuberger, Daniel Krenn, and Sara Kropf, :arxiv:`1404.7458`. | ||
IF IT BECOMES NECESSARY TO CHANGE ANY TESTS IN THIS FILE, THERE | ||
NEEDS TO BE A ONE-YEAR DEPRECATION PERIOD. ALSO, PLEASE INFORM | ||
Clemens Heuberger <[email protected]>, | ||
Daniel Krenn <[email protected]>, AND | ||
Sara Kropf <[email protected]> | ||
NEEDS TO BE A ONE-YEAR DEPRECATION PERIOD. ALSO, PLEASE INFORM: | ||
- Clemens Heuberger <[email protected]>, | ||
- Daniel Krenn <[email protected]>, AND | ||
- Sara Kropf <[email protected]> | ||
IN THIS CASE REGARDING THE CHANGES! | ||
""" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
Some tests about Gosper sums. | ||
References | ||
========== | ||
|