Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/en/thematic_tutorials/lie/meson.build
4117 views
1
doc_sources = [
2
'affine.rst',
3
'affine_finite_crystals.rst',
4
'affine_hw_crystals.rst',
5
'bibliography.rst',
6
'branching_rules.rst',
7
'crystals.rst',
8
'elementary_crystals.rst',
9
'infinity_crystals.rst',
10
'integrable.rst',
11
'introduction.rst',
12
'iwahori_hecke_algebra.rst',
13
'kazhdan_lusztig_polynomials.rst',
14
'lie_basics.rst',
15
'weyl_character_ring.rst',
16
'weyl_groups.rst',
17
]
18
19
foreach file : doc_sources
20
doc_src += fs.copyfile(file)
21
endforeach
22
23
24