We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26eb87 commit 3c13d62Copy full SHA for 3c13d62
src/doc/en/prep/quickstarts/meson.build
@@ -1,13 +1,13 @@
1
doc_sources = [
2
- 'Abstract-Algebra.rst',
3
- 'Differential-Equations.rst',
4
- 'Graphs-and-Discrete.rst',
5
- 'Interact.rst',
6
- 'Linear-Algebra.rst',
7
- 'Multivariable-Calculus.rst',
8
- 'NumAnalysis.rst',
9
- 'Number-Theory.rst',
10
- 'Statistics-and-Distributions.rst',
+ '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',
11
]
12
13
foreach file : doc_sources
0 commit comments