Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/en/constructions/meson.build
7350 views
1
doc_sources = [
2
'algebraic_geometry.rst',
3
'calculus.rst',
4
'conf.py',
5
'contributions.rst',
6
'elliptic_curves.rst',
7
'groups.rst',
8
'index.rst',
9
'interface_issues.rst',
10
'linear_algebra.rst',
11
'linear_codes.rst',
12
'modular_forms.rst',
13
'number_fields.rst',
14
'number_theory.rst',
15
'plotting.rst',
16
'polynomials.rst',
17
'rep_theory.rst',
18
'rings.rst',
19
]
20
21
foreach file : doc_sources
22
doc_src += fs.copyfile(file)
23
endforeach
24
25
26