Skip to content

Commit 786921a

Browse files
committed
Fix up docs
1 parent 6e3e36d commit 786921a

36 files changed

+24
-1904
lines changed

Dockerfile

-44
This file was deleted.

Makefile

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
.PHONY: all docs
22

3-
docs: docs/build/cliff-command-line-interface-functional-framework/html/%.html
3+
HTML_DIR=docs/build/cliff-command-line-interface-functional-framework/html
44

5-
docs/build/cliff-command-line-interface-functional-framework/html/%.html: docs/manual.scr docs/manifest.lisp
6-
./build-docs.ros
5+
docs: $(HTML_DIR)/%.html #$(HTML_DIR)/manual.pdf
6+
7+
#--metadata "author=Daniel Jay Haskin" \
8+
#--metadata "title=CLIFF: Command Line Interface Functional Framework"
9+
10+
#$(HTML_DIR)/manual.pdf: $(HTML_DIR)/%.html
11+
# pandoc -t pdf \
12+
# -f html \
13+
# -o $(HTML_DIR)/manual.pdf \
14+
# --shift-heading-level-by=-1 \
15+
# --filter ./foo \
16+
# --lua-filter docs/eliminate-header.lua \
17+
# $(HTML_DIR)/overview.html \
18+
# $(HTML_DIR)/api-reference.html \
19+
# $(HTML_DIR)/tutorial.html
20+
21+
$(HTML_DIR)/%.html: docs/manual.scr docs/manifest.lisp
22+
./docs/build-docs.ros
723
mkdir -p docs/build/cliff-command-line-interface-functional-framework/html/assets/
824
rsync -avHAX docs/assets/ docs/build/cliff-command-line-interface-functional-framework/html/assets/
925
cd docs/build/cliff-command-line-interface-functional-framework/html/ && \

docs/api-reference.html

-364
This file was deleted.

build-docs.ros docs/build-docs.ros

File renamed without changes.

docs/eliminate-header.lua

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
return {
2+
OrderedList = function (elem)
3+
return {}
4+
end,
5+
}

docs/index.html

-1
This file was deleted.

docs/overview.html

-69
This file was deleted.

docs/static/MathJax_AMS-Regular.woff

-39.9 KB
Binary file not shown.
-9.68 KB
Binary file not shown.
-9.38 KB
Binary file not shown.

docs/static/MathJax_Fraktur-Bold.woff

-21.8 KB
Binary file not shown.
-21 KB
Binary file not shown.

docs/static/MathJax_Main-Bold.woff

-33.7 KB
Binary file not shown.

docs/static/MathJax_Main-Italic.woff

-20.3 KB
Binary file not shown.

docs/static/MathJax_Main-Regular.woff

-33.4 KB
Binary file not shown.
-19.3 KB
Binary file not shown.

docs/static/MathJax_Math-Italic.woff

-18.9 KB
Binary file not shown.

docs/static/MathJax_Math-Regular.woff

-18.8 KB
Binary file not shown.
-15.6 KB
Binary file not shown.
-14.3 KB
Binary file not shown.
-12.4 KB
Binary file not shown.
-11.6 KB
Binary file not shown.
-5.66 KB
Binary file not shown.
-5.34 KB
Binary file not shown.
-3.17 KB
Binary file not shown.
-5.03 KB
Binary file not shown.
-17.2 KB
Binary file not shown.

docs/static/MathJax_Vector-Bold.woff

-1.09 KB
Binary file not shown.
-1.11 KB
Binary file not shown.

docs/static/MathJax_Zero.woff

-1.34 KB
Binary file not shown.

docs/static/highlight.css

-28
This file was deleted.

0 commit comments

Comments
 (0)