File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ Now here is a brief overview of this guide.
63
63
- :ref: `section-writing-code-for-sage `: This is a guide on conventions in
64
64
writing code and documentation. A beginning developer should read this to be
65
65
a good developer. As conventions evolve over time, also experienced Sage
66
- contributors may want to review this section once in a while.
66
+ contributors may want to review this chapter once in a while.
67
67
68
68
- :ref: `section-testing-sage `: We value testing Sage highest. Every change of
69
69
Sage source code has a risk to break Sage, and must be tested before being
70
70
merged. This part explains our various tools to help test Sage.
71
71
72
- - :ref: `section-updating-documentation `: All features of Sage is documented in
72
+ - :ref: `section-updating-documentation `: All features of Sage are documented in
73
73
our manuals. This part explains the technical aspect of updating Sage
74
74
documentation.
75
75
@@ -97,6 +97,7 @@ First Steps
97
97
walkthrough
98
98
git_setup
99
99
100
+
100
101
.. _section-development-on-github :
101
102
102
103
Working on GitHub
@@ -147,6 +148,7 @@ Testing Sage
147
148
portability_testing
148
149
tools
149
150
151
+
150
152
.. _section-updating-documentation :
151
153
152
154
Updating Sage Documentation
@@ -182,6 +184,7 @@ Packaging
182
184
packaging
183
185
packaging_sage_library
184
186
187
+
185
188
Indices and tables
186
189
==================
187
190
You can’t perform that action at this time.
0 commit comments