Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/en/prep/Quickstarts/meson.build
4126 views
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',
11
]
12
13
foreach file : doc_sources
14
doc_src += fs.copyfile(file)
15
endforeach
16
17
18