Skip to content

Commit 2cad695

Browse files
committed
Decapitalize prep docs
1 parent dc99dc8 commit 2cad695

17 files changed

+25
-25
lines changed
File renamed without changes.
File renamed without changes.

src/doc/en/prep/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Contents:
3535
.. toctree::
3636
:maxdepth: 2
3737

38-
Prelude - Getting Logged In <Logging-On>
39-
Introductory Tutorial <Intro-Tutorial>
40-
Basic Symbolics and Plotting <Symbolics-and-Basic-Plotting>
41-
Calculus <Calculus>
42-
Introductory Programming <Programming>
43-
Advanced 2D Plotting <Advanced-2DPlotting>
38+
Prelude - Getting Logged In <logging-on>
39+
Introductory Tutorial <intro-tutorial>
40+
Basic Symbolics and Plotting <symbolics-and-basic-plotting>
41+
Calculus <calculus>
42+
Introductory Programming <programming>
43+
Advanced 2D Plotting <advanced-2D-plotting>
4444
Quickstart Tutorials <quickstart>

src/doc/en/prep/Intro-Tutorial.rst renamed to src/doc/en/prep/intro-tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ by NSF DUE 0817071). It is licensed under the Creative Commons
1414
Attribution\-ShareAlike 3.0 license (`CC BY\-SA
1515
<http://creativecommons.org/licenses/by-sa/3.0/>`_).
1616

17-
If you are unsure how to log on to a Sage server, start using a local
18-
installation, or to create a new worksheet, you might find the
17+
If you are unsure how to log on to a Sage server, start using a local
18+
installation, or to create a new worksheet, you might find the
1919
:doc:`prelude on logging in <Logging-On>` helpful.
2020

2121
Otherwise, you can continue with this tutorial, which has the

src/doc/en/prep/Logging-On.rst renamed to src/doc/en/prep/logging-on.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This document describes how to get into a Sage worksheet in the first
1919
place. If you already feel comfortable with this process, or at least
2020
comfortable enough to see how to actually use Sage, the main content of
2121
the tutorials begins with :doc:`the introductory tutorial
22-
<Intro-Tutorial>`.
22+
<intro-tutorial>`.
2323

2424
There are three main types of worksheets for Sage, all of which have
2525
somewhat similar behavior.
@@ -46,7 +46,7 @@ Sage you may see a screen like this.
4646

4747
There are three actions you can take, each of which is highlighted
4848
in the next picture. Note that if you have no previous worksheets,
49-
the third option to "export" them will not make sense.
49+
the third option to "export" them will not make sense.
5050

5151
.. image:: media/NotebookExportDetails.png
5252
:align: center
File renamed without changes.

src/doc/en/prep/quickstart.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ reference manual.
1919

2020
Finally, the last tutorial is a special one introducing the reader to
2121
creation of interactive material in Sage. It's highly recommended that
22-
you study the :doc:`Programming tutorial <Programming>` before tackling
22+
you study the :doc:`Programming tutorial <programming>` before tackling
2323
this one.
2424

2525
Contents:
2626

2727
.. toctree::
2828
:maxdepth: 2
2929

30-
Abstract Algebra <Quickstarts/Abstract-Algebra>
31-
Differential Equations <Quickstarts/Differential-Equations>
32-
Graph Theory/Discrete Math <Quickstarts/Graphs-and-Discrete>
33-
Linear Algebra <Quickstarts/Linear-Algebra>
34-
Multivariable Calculus <Quickstarts/Multivariable-Calculus>
35-
Numerical Analysis <Quickstarts/NumAnalysis>
36-
Number Theory/Cryptography <Quickstarts/Number-Theory>
37-
Statistics and Distributions <Quickstarts/Statistics-and-Distributions>
38-
Creating Interacts <Quickstarts/Interact>
30+
Abstract Algebra <quickstarts/abstract-algebra>
31+
Differential Equations <quickstarts/differential-equations>
32+
Graph Theory/Discrete Math <quickstarts/graphs-and-discrete>
33+
Linear Algebra <quickstarts/linear-algebra>
34+
Multivariable Calculus <quickstarts/multivariable-calculus>
35+
Numerical Analysis <quickstarts/numerical-analysis>
36+
Number Theory/Cryptography <quickstarts/number-theory>
37+
Statistics and Distributions <quickstarts/statistics-and-distributions>
38+
Creating Interacts <quickstarts/interact>
File renamed without changes.
File renamed without changes.

src/doc/en/prep/Quickstarts/Graphs-and-Discrete.rst renamed to src/doc/en/prep/quickstarts/graphs-and-discrete.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Cryptography (for education)
253253
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
254254

255255
This is also briefly mentioned in the :doc:`Number theory quickstart
256-
<Number-Theory>`. Sage has a number of good pedagogical resources
256+
<number-theory>`. Sage has a number of good pedagogical resources
257257
for cryptography.
258258

259259
.. skip

0 commit comments

Comments
 (0)