diff --git a/src/doc/en/prep/Quickstarts/meson.build b/src/doc/en/prep/Quickstarts/meson.build deleted file mode 100644 index c5da0cf4240..00000000000 --- a/src/doc/en/prep/Quickstarts/meson.build +++ /dev/null @@ -1,16 +0,0 @@ -doc_sources = [ - 'Abstract-Algebra.rst', - 'Differential-Equations.rst', - 'Graphs-and-Discrete.rst', - 'Interact.rst', - 'Linear-Algebra.rst', - 'Multivariable-Calculus.rst', - 'NumAnalysis.rst', - 'Number-Theory.rst', - 'Statistics-and-Distributions.rst', -] - -foreach file : doc_sources - doc_src += fs.copyfile(file) -endforeach - diff --git a/src/doc/en/prep/Advanced-2DPlotting.rst b/src/doc/en/prep/advanced-2D-plotting.rst similarity index 100% rename from src/doc/en/prep/Advanced-2DPlotting.rst rename to src/doc/en/prep/advanced-2D-plotting.rst diff --git a/src/doc/en/prep/Calculus.rst b/src/doc/en/prep/calculus.rst similarity index 100% rename from src/doc/en/prep/Calculus.rst rename to src/doc/en/prep/calculus.rst diff --git a/src/doc/en/prep/index.rst b/src/doc/en/prep/index.rst index 33c3f3aaf26..6d025c3d3d0 100644 --- a/src/doc/en/prep/index.rst +++ b/src/doc/en/prep/index.rst @@ -35,10 +35,10 @@ Contents: .. toctree:: :maxdepth: 2 - Prelude - Getting Logged In - Introductory Tutorial - Basic Symbolics and Plotting - Calculus - Introductory Programming - Advanced 2D Plotting + Prelude - Getting Logged In + Introductory Tutorial + Basic Symbolics and Plotting + Calculus + Introductory Programming + Advanced 2D Plotting Quickstart Tutorials diff --git a/src/doc/en/prep/Intro-Tutorial.rst b/src/doc/en/prep/intro-tutorial.rst similarity index 99% rename from src/doc/en/prep/Intro-Tutorial.rst rename to src/doc/en/prep/intro-tutorial.rst index 7ab0a4ad97d..047e9b7e7aa 100644 --- a/src/doc/en/prep/Intro-Tutorial.rst +++ b/src/doc/en/prep/intro-tutorial.rst @@ -14,9 +14,9 @@ by NSF DUE 0817071). It is licensed under the Creative Commons Attribution\-ShareAlike 3.0 license (`CC BY\-SA `_). -If you are unsure how to log on to a Sage server, start using a local -installation, or to create a new worksheet, you might find the -:doc:`prelude on logging in ` helpful. +If you are unsure how to log on to a Sage server, start using a local +installation, or to create a new worksheet, you might find the +:doc:`prelude on logging in ` helpful. Otherwise, you can continue with this tutorial, which has the following sections: diff --git a/src/doc/en/prep/Logging-On.rst b/src/doc/en/prep/logging-on.rst similarity index 97% rename from src/doc/en/prep/Logging-On.rst rename to src/doc/en/prep/logging-on.rst index acd16f8c8ba..d532d51699a 100644 --- a/src/doc/en/prep/Logging-On.rst +++ b/src/doc/en/prep/logging-on.rst @@ -19,7 +19,7 @@ This document describes how to get into a Sage worksheet in the first place. If you already feel comfortable with this process, or at least comfortable enough to see how to actually use Sage, the main content of the tutorials begins with :doc:`the introductory tutorial -`. +`. There are three main types of worksheets for Sage, all of which have somewhat similar behavior. @@ -46,7 +46,7 @@ Sage you may see a screen like this. There are three actions you can take, each of which is highlighted in the next picture. Note that if you have no previous worksheets, -the third option to "export" them will not make sense. +the third option to "export" them will not make sense. .. image:: media/NotebookExportDetails.png :align: center diff --git a/src/doc/en/prep/meson.build b/src/doc/en/prep/meson.build index 890d7fdc11e..412c6daac97 100644 --- a/src/doc/en/prep/meson.build +++ b/src/doc/en/prep/meson.build @@ -1,10 +1,10 @@ doc_sources = [ - 'Advanced-2DPlotting.rst', - 'Calculus.rst', - 'Intro-Tutorial.rst', - 'Logging-On.rst', - 'Programming.rst', - 'Symbolics-and-Basic-Plotting.rst', + 'advanced-2D-plotting.rst', + 'calculus.rst', + 'intro-tutorial.rst', + 'logging-on.rst', + 'programming.rst', + 'symbolics-and-basic-plotting.rst', 'conf.py', 'index.rst', 'quickstart.rst', @@ -15,4 +15,4 @@ foreach file : doc_sources endforeach subdir('media') -subdir('Quickstarts') +subdir('quickstarts') diff --git a/src/doc/en/prep/Programming.rst b/src/doc/en/prep/programming.rst similarity index 100% rename from src/doc/en/prep/Programming.rst rename to src/doc/en/prep/programming.rst diff --git a/src/doc/en/prep/quickstart.rst b/src/doc/en/prep/quickstart.rst index 38167a8ca11..6b42d64e808 100644 --- a/src/doc/en/prep/quickstart.rst +++ b/src/doc/en/prep/quickstart.rst @@ -19,7 +19,7 @@ reference manual. Finally, the last tutorial is a special one introducing the reader to creation of interactive material in Sage. It's highly recommended that -you study the :doc:`Programming tutorial ` before tackling +you study the :doc:`Programming tutorial ` before tackling this one. Contents: @@ -27,12 +27,12 @@ Contents: .. toctree:: :maxdepth: 2 - Abstract Algebra - Differential Equations - Graph Theory/Discrete Math - Linear Algebra - Multivariable Calculus - Numerical Analysis - Number Theory/Cryptography - Statistics and Distributions - Creating Interacts + Abstract Algebra + Differential Equations + Graph Theory/Discrete Math + Linear Algebra + Multivariable Calculus + Numerical Analysis + Number Theory/Cryptography + Statistics and Distributions + Creating Interacts diff --git a/src/doc/en/prep/Quickstarts/Abstract-Algebra.rst b/src/doc/en/prep/quickstarts/abstract-algebra.rst similarity index 100% rename from src/doc/en/prep/Quickstarts/Abstract-Algebra.rst rename to src/doc/en/prep/quickstarts/abstract-algebra.rst diff --git a/src/doc/en/prep/Quickstarts/Differential-Equations.rst b/src/doc/en/prep/quickstarts/differential-equations.rst similarity index 100% rename from src/doc/en/prep/Quickstarts/Differential-Equations.rst rename to src/doc/en/prep/quickstarts/differential-equations.rst diff --git a/src/doc/en/prep/Quickstarts/Graphs-and-Discrete.rst b/src/doc/en/prep/quickstarts/graphs-and-discrete.rst similarity index 99% rename from src/doc/en/prep/Quickstarts/Graphs-and-Discrete.rst rename to src/doc/en/prep/quickstarts/graphs-and-discrete.rst index 9917bd45e57..ff06cc500ae 100644 --- a/src/doc/en/prep/Quickstarts/Graphs-and-Discrete.rst +++ b/src/doc/en/prep/quickstarts/graphs-and-discrete.rst @@ -253,7 +253,7 @@ Cryptography (for education) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This is also briefly mentioned in the :doc:`Number theory quickstart -`. Sage has a number of good pedagogical resources +`. Sage has a number of good pedagogical resources for cryptography. .. skip diff --git a/src/doc/en/prep/Quickstarts/Interact.rst b/src/doc/en/prep/quickstarts/interact.rst similarity index 99% rename from src/doc/en/prep/Quickstarts/Interact.rst rename to src/doc/en/prep/quickstarts/interact.rst index 1596877963f..6650c30eb10 100644 --- a/src/doc/en/prep/Quickstarts/Interact.rst +++ b/src/doc/en/prep/quickstarts/interact.rst @@ -45,7 +45,7 @@ This was important because it allowed you to step back and think about what you would really be doing. Now for the technical part. We make this a ``def`` function \- see the -:doc:`programming tutorial <../Programming>`. +:doc:`programming tutorial <../programming>`. :: diff --git a/src/doc/en/prep/Quickstarts/Linear-Algebra.rst b/src/doc/en/prep/quickstarts/linear-algebra.rst similarity index 99% rename from src/doc/en/prep/Quickstarts/Linear-Algebra.rst rename to src/doc/en/prep/quickstarts/linear-algebra.rst index 0425f7d374d..d977ffd9fdd 100644 --- a/src/doc/en/prep/Quickstarts/Linear-Algebra.rst +++ b/src/doc/en/prep/quickstarts/linear-algebra.rst @@ -17,7 +17,7 @@ Linear algebra underpins a lot of Sage's algorithms, so it is fast, robust and comprehensive. We've already seen some basic linear algebra, including matrices, determinants, and the ``.rref()`` method for row-reduced echelon form in the :doc:`Programming Tutorial -<../Programming>`, so the content here continues from there to some +<../programming>`, so the content here continues from there to some extent. Matrices and Vectors @@ -289,7 +289,7 @@ As you might expect, random matrices are random. sage: H.eigenvalues() # random [-10.08361801792048?, -2.682220984496031?, 4.739405672111427?, -1.320116668180795? - 10.88676412262347?*I, -1.320116668180795? + 10.88676412262347?*I] -According to the :doc:`Numerical analysis quickstart `, +According to the :doc:`Numerical analysis quickstart `, the question marks indicate that the actual number is inside the interval found by incrementing and decrementing the last digit of the printed number. So 9.1? is a number diff --git a/src/doc/en/prep/quickstarts/meson.build b/src/doc/en/prep/quickstarts/meson.build new file mode 100644 index 00000000000..264c29b6eec --- /dev/null +++ b/src/doc/en/prep/quickstarts/meson.build @@ -0,0 +1,16 @@ +doc_sources = [ + 'abstract-algebra.rst', + 'differential-equations.rst', + 'graphs-and-discrete.rst', + 'interact.rst', + 'linear-algebra.rst', + 'multivariable-calculus.rst', + 'numerical-analysis.rst', + 'number-theory.rst', + 'statistics-and-distributions.rst', +] + +foreach file : doc_sources + doc_src += fs.copyfile(file) +endforeach + diff --git a/src/doc/en/prep/Quickstarts/Multivariable-Calculus.rst b/src/doc/en/prep/quickstarts/multivariable-calculus.rst similarity index 99% rename from src/doc/en/prep/Quickstarts/Multivariable-Calculus.rst rename to src/doc/en/prep/quickstarts/multivariable-calculus.rst index c5db7bfd4d1..08340835d0e 100644 --- a/src/doc/en/prep/Quickstarts/Multivariable-Calculus.rst +++ b/src/doc/en/prep/quickstarts/multivariable-calculus.rst @@ -105,7 +105,7 @@ substitute explicitly. Here we compute the arclength between :math:`t=0` and :math:`t=1` by integrating the normalized derivative. As pointed out in the -:doc:`calculus tutorial <../Calculus>`, the syntax for +:doc:`calculus tutorial <../calculus>`, the syntax for ``numerical_integral`` is slightly nonstandard -- we just put in the endpoints, not the variable. diff --git a/src/doc/en/prep/Quickstarts/Number-Theory.rst b/src/doc/en/prep/quickstarts/number-theory.rst similarity index 100% rename from src/doc/en/prep/Quickstarts/Number-Theory.rst rename to src/doc/en/prep/quickstarts/number-theory.rst diff --git a/src/doc/en/prep/Quickstarts/NumAnalysis.rst b/src/doc/en/prep/quickstarts/numerical-analysis.rst similarity index 100% rename from src/doc/en/prep/Quickstarts/NumAnalysis.rst rename to src/doc/en/prep/quickstarts/numerical-analysis.rst diff --git a/src/doc/en/prep/Quickstarts/Statistics-and-Distributions.rst b/src/doc/en/prep/quickstarts/statistics-and-distributions.rst similarity index 100% rename from src/doc/en/prep/Quickstarts/Statistics-and-Distributions.rst rename to src/doc/en/prep/quickstarts/statistics-and-distributions.rst diff --git a/src/doc/en/prep/Symbolics-and-Basic-Plotting.rst b/src/doc/en/prep/symbolics-and-basic-plotting.rst similarity index 100% rename from src/doc/en/prep/Symbolics-and-Basic-Plotting.rst rename to src/doc/en/prep/symbolics-and-basic-plotting.rst