Skip to content

Commit 112de09

Browse files
committed
master: st-df-table docs
1 parent 0842f02 commit 112de09

File tree

6 files changed

+953
-2
lines changed

6 files changed

+953
-2
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ venv::
33
python -m venv venv
44
venv/bin/pip install -U pip
55
venv/bin/pip install -r requirements.txt
6-
venv/bin/pip install -r ../python-data-flow/requirements.txt
6+
$(MAKE) pip
77

8+
pip::
9+
venv/bin/pip install -r ../python-data-flow/requirements.txt
10+
venv/bin/pip install -r ../st-table/requirements.txt
811

912
docs::
1013
venv/bin/pdoc --template-dir docs-templates ../python-data-flow/mysiar_data_flow/ -o mysiar-data-flow/
14+
venv/bin/pdoc --template-dir docs-templates ../st-table/st_df_table/ !st_df_table.example -o st_df_table/
15+
#rm -rf ./st_df_table/st_df_table/example.html
1116

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pdoc
2-
markdown
2+
markdown
3+
st-df-table

st_df_table/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=./st_df_table.html"/>
6+
</head>
7+
</html>

st_df_table/search.js

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)