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 112de09
Show file tree
Hide file tree
Showing 6 changed files with 953 additions and 2 deletions.
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.

Loading

0 comments on commit 112de09

Please sign in to comment.