Skip to content

Commit

Permalink
master: st-df-table docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar committed Oct 27, 2024
1 parent 0842f02 commit 2f85940
Show file tree
Hide file tree
Showing 7 changed files with 954 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
mkdir -p public
cp -r mysiar-data-flow public/
cp -r st_df_table public/
touch public/check.txt
- name: List publish folder
Expand Down
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ venv::
python -m venv venv
venv/bin/pip install -U pip
venv/bin/pip install -r requirements.txt
venv/bin/pip install -r ../python-data-flow/requirements.txt
$(MAKE) pip

pip::
venv/bin/pip install -r ../python-data-flow/requirements.txt
venv/bin/pip install -r ../st-table/requirements.txt

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

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pdoc
markdown
markdown
st-df-table
7 changes: 7 additions & 0 deletions st_df_table/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./st_df_table.html"/>
</head>
</html>
46 changes: 46 additions & 0 deletions st_df_table/search.js

Large diffs are not rendered by default.

511 changes: 511 additions & 0 deletions st_df_table/st_df_table.html

Large diffs are not rendered by default.

381 changes: 381 additions & 0 deletions st_df_table/st_df_table/example.html

Large diffs are not rendered by default.

0 comments on commit 2f85940

Please sign in to comment.