Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/en/thematic_tutorials/meson.build
7363 views
1
doc_sources = [
2
'algebraic_combinatorics.rst',
3
'coding_theory.rst',
4
'coercion_and_categories.rst',
5
'conf.py',
6
'cython_interface.rst',
7
'functional_programming.rst',
8
'geometry.rst',
9
'group_theory.rst',
10
'index.rst',
11
'lie.rst',
12
'linear_programming.rst',
13
'numtheory_rsa.rst',
14
'profiling.rst',
15
'sandpile.rst',
16
'steenrod_algebra_modules.rst',
17
'structures_in_coding_theory.rst',
18
'sws2rst.rst',
19
'toctree.rst',
20
'tutorial-comprehensions.rst',
21
'tutorial-implementing-algebraic-structures.rst',
22
'tutorial-objects-and-classes.rst',
23
'tutorial-programming-python.rst',
24
'vector_calculus.rst',
25
]
26
27
foreach file : doc_sources
28
doc_src += fs.copyfile(file)
29
endforeach
30
31
subdir('geometry')
32
subdir('vector_calculus')
33
subdir('explicit_methods_in_number_theory')
34
subdir('lie')
35
subdir('numerical_sage')
36
subdir('media')
37
subdir('algebraic_combinatorics')
38
39