Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/es/tutorial/meson.build
7339 views
1
doc_sources = [
2
'conf.py',
3
'index.rst',
4
'introduction.rst',
5
'tour.rst',
6
'tour_algebra.rst',
7
'tour_assignment.rst',
8
'tour_groups.rst',
9
'tour_help.rst',
10
'tour_linalg.rst',
11
'tour_numtheory.rst',
12
'tour_polynomial.rst',
13
'tour_rings.rst',
14
]
15
16
foreach file : doc_sources
17
doc_src += fs.copyfile(file)
18
endforeach
19
20
21