Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/ja/tutorial/meson.build
7339 views
1
doc_sources = [
2
'afterword.rst',
3
'appendix.rst',
4
'bibliography.rst',
5
'conf.py',
6
'index.rst',
7
'interactive_shell.rst',
8
'interfaces.rst',
9
'introduction.rst',
10
'japanesesupport.py',
11
'latex.rst',
12
'programming.rst',
13
'sagetex.rst',
14
'tour.rst',
15
'tour_advanced.rst',
16
'tour_algebra.rst',
17
'tour_assignment.rst',
18
'tour_coercion.rst',
19
'tour_functions.rst',
20
'tour_groups.rst',
21
'tour_help.rst',
22
'tour_linalg.rst',
23
'tour_numtheory.rst',
24
'tour_plotting.rst',
25
'tour_polynomial.rst',
26
'tour_rings.rst',
27
]
28
29
foreach file : doc_sources
30
doc_src += fs.copyfile(file)
31
endforeach
32
33
34