Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/it/tutorial/meson.build
7361 views
1
doc_sources = ['conf.py', 'index.rst', 'introduction.rst', 'tour_algebra.rst']
2
3
foreach file : doc_sources
4
doc_src += fs.copyfile(file)
5
endforeach
6
7
8