Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/en/thematic_tutorials/geometry/meson.build
4126 views
1
doc_sources = [
2
'polyhedra_quickref.rst',
3
'polyhedra_quicktutorial.rst',
4
'polyhedra_tutorial.rst',
5
'polytope_tikz.rst',
6
'tips.rst',
7
'visualization.rst',
8
]
9
10
foreach file : doc_sources
11
doc_src += fs.copyfile(file)
12
endforeach
13
14
15