From e0b5177babed3c2cfb7b34356b6af4a0b1b464f7 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 8 Nov 2023 14:15:55 -0800 Subject: [PATCH] src/doc: Update file-level doctest tags --- src/doc/de/tutorial/tour_plotting.rst | 2 +- src/doc/en/developer/packaging_sage_library.rst | 2 +- src/doc/en/prep/Calculus.rst | 2 +- src/doc/en/prep/Quickstarts/Differential-Equations.rst | 2 +- src/doc/en/prep/Symbolics-and-Basic-Plotting.rst | 2 +- .../thematic_tutorials/vector_calculus/vector_calc_advanced.rst | 2 +- .../vector_calculus/vector_calc_cartesian.rst | 2 +- .../thematic_tutorials/vector_calculus/vector_calc_change.rst | 2 +- .../vector_calculus/vector_calc_curvilinear.rst | 2 +- .../en/thematic_tutorials/vector_calculus/vector_calc_plane.rst | 2 +- src/doc/en/tutorial/tour_plotting.rst | 2 +- src/doc/fr/tutorial/tour_plotting.rst | 2 +- src/doc/ja/tutorial/tour_plotting.rst | 2 +- src/doc/pt/tutorial/tour_plotting.rst | 2 +- src/doc/ru/tutorial/tour_plotting.rst | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/doc/de/tutorial/tour_plotting.rst b/src/doc/de/tutorial/tour_plotting.rst index c91403bc937..495c5a6943b 100644 --- a/src/doc/de/tutorial/tour_plotting.rst +++ b/src/doc/de/tutorial/tour_plotting.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. _section-plot: diff --git a/src/doc/en/developer/packaging_sage_library.rst b/src/doc/en/developer/packaging_sage_library.rst index 0244d96e5ac..44d169c9518 100644 --- a/src/doc/en/developer/packaging_sage_library.rst +++ b/src/doc/en/developer/packaging_sage_library.rst @@ -423,7 +423,7 @@ Apparently it does not in a very substantial way: merely a heuristic. Looking at the source of "entropy", through ``log`` from :mod:`sage.misc.functional`, a runtime dependency on symbolics comes in. In fact, for this reason, two doctests there are - already marked as ``# optional - sage.symbolic``. + already marked as ``# needs sage.symbolic``. So if packaged as **sagemath-coding**, now a domain expert would have to decide whether these dependencies on symbolics are strong enough to diff --git a/src/doc/en/prep/Calculus.rst b/src/doc/en/prep/Calculus.rst index 77821db1e57..c2f636be558 100644 --- a/src/doc/en/prep/Calculus.rst +++ b/src/doc/en/prep/Calculus.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. linkall diff --git a/src/doc/en/prep/Quickstarts/Differential-Equations.rst b/src/doc/en/prep/Quickstarts/Differential-Equations.rst index 7c6d4c93d73..94964ccc0a7 100644 --- a/src/doc/en/prep/Quickstarts/Differential-Equations.rst +++ b/src/doc/en/prep/Quickstarts/Differential-Equations.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. linkall diff --git a/src/doc/en/prep/Symbolics-and-Basic-Plotting.rst b/src/doc/en/prep/Symbolics-and-Basic-Plotting.rst index 89036f5a0e0..3bc9308669b 100644 --- a/src/doc/en/prep/Symbolics-and-Basic-Plotting.rst +++ b/src/doc/en/prep/Symbolics-and-Basic-Plotting.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. linkall diff --git a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_advanced.rst b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_advanced.rst index ca7d466ad98..7bd9934cffd 100644 --- a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_advanced.rst +++ b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_advanced.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. linkall diff --git a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_cartesian.rst b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_cartesian.rst index 24c2f8a5e46..51300f93bc1 100644 --- a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_cartesian.rst +++ b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_cartesian.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. linkall diff --git a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_change.rst b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_change.rst index 970a7364b97..029c5727435 100644 --- a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_change.rst +++ b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_change.rst @@ -1,4 +1,4 @@ -.. .. sage-doctest: optional - sage.plot sage.symbolic +.. .. sage-doctest: needs sage.plot sage.symbolic .. linkall diff --git a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_curvilinear.rst b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_curvilinear.rst index 6eea195f37b..af11769e274 100644 --- a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_curvilinear.rst +++ b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_curvilinear.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. linkall diff --git a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_plane.rst b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_plane.rst index ecffbcce490..921724105a0 100644 --- a/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_plane.rst +++ b/src/doc/en/thematic_tutorials/vector_calculus/vector_calc_plane.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. linkall diff --git a/src/doc/en/tutorial/tour_plotting.rst b/src/doc/en/tutorial/tour_plotting.rst index 860bd614cb9..ad861c3ca56 100644 --- a/src/doc/en/tutorial/tour_plotting.rst +++ b/src/doc/en/tutorial/tour_plotting.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. _section-plot: diff --git a/src/doc/fr/tutorial/tour_plotting.rst b/src/doc/fr/tutorial/tour_plotting.rst index 4bf29282fa6..3815125ed19 100644 --- a/src/doc/fr/tutorial/tour_plotting.rst +++ b/src/doc/fr/tutorial/tour_plotting.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. _section-plot: diff --git a/src/doc/ja/tutorial/tour_plotting.rst b/src/doc/ja/tutorial/tour_plotting.rst index 66b28798152..baf450fd6eb 100644 --- a/src/doc/ja/tutorial/tour_plotting.rst +++ b/src/doc/ja/tutorial/tour_plotting.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. _section-plot: diff --git a/src/doc/pt/tutorial/tour_plotting.rst b/src/doc/pt/tutorial/tour_plotting.rst index ee0a6a1992a..dacf25e063b 100644 --- a/src/doc/pt/tutorial/tour_plotting.rst +++ b/src/doc/pt/tutorial/tour_plotting.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. _section-plot: diff --git a/src/doc/ru/tutorial/tour_plotting.rst b/src/doc/ru/tutorial/tour_plotting.rst index cb388c9edc5..f4a755e412e 100644 --- a/src/doc/ru/tutorial/tour_plotting.rst +++ b/src/doc/ru/tutorial/tour_plotting.rst @@ -1,4 +1,4 @@ -.. sage-doctest: optional - sage.plot sage.symbolic +.. sage-doctest: needs sage.plot sage.symbolic .. _section-plot: