Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/en/prep/quickstarts/meson.build
7368 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
'numerical-analysis.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