Skip to content

Commit 97937a8

Browse files
committed
Decapitalize files in PREP doc
1 parent b002b63 commit 97937a8

17 files changed

+26
-27
lines changed
File renamed without changes.
File renamed without changes.

src/doc/en/prep/index.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Although any mathematics the reader is not familiar with can simply be
2525
skipped at first, we do assume throughout that the reader is familiar
2626
with the concept of a function and different kinds of numbers. We also
2727
make liberal use of basic examples from calculus, linear algebra, and
28-
other areas. In the :doc:`Quickstart tutorials <quickstart>`, we assume
2928
familiarity with the topics at the level of a student who has just
3029
completed a course in the subject, or of a faculty member who is about
3130
to teach it.
@@ -35,10 +34,10 @@ Contents:
3534
.. toctree::
3635
:maxdepth: 2
3736

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>
37+
Prelude - Getting Logged In <logging-on>
38+
Introductory Tutorial <intro-tutorial>
39+
Basic Symbolics and Plotting <symbolics-and-basic-plotting>
40+
Calculus <calculus>
41+
Introductory Programming <programming>
42+
Advanced 2D Plotting <advanced-2D-plotting>
4443
Quickstart Tutorials <quickstart>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ 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
19-
:doc:`prelude on logging in <Logging-On>` helpful.
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
19+
:doc:`prelude on logging in <logging-on>` helpful.
2020

2121
Otherwise, you can continue with this tutorial, which has the
2222
following sections:

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)