File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ MATHICS3_MODULE_OPTION ?= --load-module pymathics.graph,pymathics.natlang
1919 develop \
2020 dist \
2121 doc \
22- doctest-data \
22+ doctest-html- data \
2323 djangotest \
2424 docker \
2525 gstest pytest \
@@ -75,11 +75,11 @@ doctest: $(THREEJS)
7575 MATHICS_CHARACTER_ENCODING=$(MATHICS_CHARACTER_ENCODING ) MATHICS3_SANDBOX=$(MATHICS3_SANDBOX ) $(PYTHON ) mathics_django/docpipeline.py $o
7676
7777# : Create doctest test data and test results that is used in online documentation
78- doctest-data :
78+ doctest-html- data :
7979 MATHICS_CHARACTER_ENCODING=" UTF-8" $(PYTHON ) mathics_django/docpipeline.py --output --keep-going $(MATHICS3_MODULE_OPTION )
8080
81- # : Create doctest test data with all modules
82- doctest-data-full :
81+ # : Create doctest test data in HTML format including all Mathics3 Modules
82+ doctest-html- data-full :
8383 MATHICS_CHARACTER_ENCODING=" UTF-8" $(PYTHON ) mathics_django/docpipeline.py --output --keep-going $(MATHICS3_MODULE_OPTION )
8484# : Install Mathics-Django
8585install : $(THREEJS )
You can’t perform that action at this time.
0 commit comments