Skip to content

Commit 588047a

Browse files
committed
master: st-df-table docs
1 parent 0842f02 commit 588047a

File tree

7 files changed

+959
-2
lines changed

7 files changed

+959
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
mkdir -p public
2828
cp -r mysiar-data-flow public/
29+
cp -r st_df_table public/
2930
touch public/check.txt
3031
3132
- name: List publish folder

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.

st_df_table/st_df_table.html

Lines changed: 516 additions & 0 deletions
Large diffs are not rendered by default.

st_df_table/st_df_table/example.html

Lines changed: 381 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)