Path: blob/develop/src/doc/en/thematic_tutorials/meson.build
7363 views
doc_sources = [1'algebraic_combinatorics.rst',2'coding_theory.rst',3'coercion_and_categories.rst',4'conf.py',5'cython_interface.rst',6'functional_programming.rst',7'geometry.rst',8'group_theory.rst',9'index.rst',10'lie.rst',11'linear_programming.rst',12'numtheory_rsa.rst',13'profiling.rst',14'sandpile.rst',15'steenrod_algebra_modules.rst',16'structures_in_coding_theory.rst',17'sws2rst.rst',18'toctree.rst',19'tutorial-comprehensions.rst',20'tutorial-implementing-algebraic-structures.rst',21'tutorial-objects-and-classes.rst',22'tutorial-programming-python.rst',23'vector_calculus.rst',24]2526foreach file : doc_sources27doc_src += fs.copyfile(file)28endforeach2930subdir('geometry')31subdir('vector_calculus')32subdir('explicit_methods_in_number_theory')33subdir('lie')34subdir('numerical_sage')35subdir('media')36subdir('algebraic_combinatorics')373839