File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,20 @@ PYTHON ?= python
6
6
MATHICS3_MODULE_OPTION ?=--load-module pymathics.trepan,pymathics.graph,pymathics.natlang
7
7
8
8
# : Default target - same as "develop"
9
- all : user-docs
9
+ all : doctest-data rst-documentation user-docs
10
10
11
11
.PHONY : developer-docs clean
12
12
13
- # : Build developer guide
14
- user-docs : setup
13
+
14
+ doctest-data : setup
15
15
MATHICS_CHARACTER_ENCODING=" UTF-8" $(PYTHON ) -m mathics.docpipeline --output $(MATHICS3_MODULE_OPTION )
16
16
$(PYTHON ) generate/testdata.py
17
+
18
+ rst-documentation :
17
19
$(PYTHON ) generate/doc2rst.py $(MATHICS3_MODULE_OPTION )
20
+
21
+ # : Build developer guide
22
+ user-docs :
18
23
$(MAKE ) -C docs html latexpdf
19
24
20
25
Original file line number Diff line number Diff line change 1
- asymptote
2
1
sphinx
3
2
mathics3
4
3
matplotlib
You can’t perform that action at this time.
0 commit comments