Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/en/developer/meson.build
7350 views
1
doc_sources = [
2
'coding_basics.rst',
3
'coding_in_cython.rst',
4
'coding_in_other.rst',
5
'coding_in_python.rst',
6
'conf.py',
7
'doctesting.rst',
8
'downstream.rst',
9
'git_advanced.rst',
10
'git_background.rst',
11
'git_basic.rst',
12
'git_setup.rst',
13
'github.rst',
14
'index.rst',
15
'packaging.rst',
16
'packaging_sage_library.rst',
17
'portability_platform_table.rst',
18
'portability_testing.rst',
19
'review.rst',
20
'sage_manuals.rst',
21
'tools.rst',
22
'walkthrough.rst',
23
'workflows.rst',
24
'workspace.rst',
25
]
26
27
foreach file : doc_sources
28
doc_src += fs.copyfile(file)
29
endforeach
30
31
subdir('static')
32
subdir('sagenb')
33
34