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..aaf255212b9 100644 --- a/src/doc/en/prep/index.rst +++ b/src/doc/en/prep/index.rst @@ -25,7 +25,6 @@ Although any mathematics the reader is not familiar with can simply be skipped at first, we do assume throughout that the reader is familiar with the concept of a function and different kinds of numbers. We also make liberal use of basic examples from calculus, linear algebra, and -other areas. In the :doc:`Quickstart tutorials `, we assume familiarity with the topics at the level of a student who has just completed a course in the subject, or of a faculty member who is about to teach it. @@ -35,10 +34,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 cad2c8455c6..a541856279d 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/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 771198b48d2..0ba860931ac 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 58cb44edd3c..e5c3dfcfdf3 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 @@ -292,7 +292,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/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