File tree Expand file tree Collapse file tree 7 files changed +25
-383
lines changed Expand file tree Collapse file tree 7 files changed +25
-383
lines changed Original file line number Diff line number Diff line change 25
25
- name : Prepare
26
26
run : |
27
27
mkdir -p public
28
+ cp mysiar-org/index.html public/
28
29
cp -r mysiar-data-flow public/
29
30
cp -r st_df_table public/
30
31
touch public/check.txt
Original file line number Diff line number Diff line change 11
11
12
12
docs ::
13
13
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
14
+ venv/bin/pdoc --template-dir docs-templates ../st-table/st_df_table/ ! st_df_table.example -o st-df-table/
16
15
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < title > mysiar-org</ title >
6
+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC " crossorigin ="anonymous ">
7
+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js " integrity ="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM " crossorigin ="anonymous "> </ script >
8
+
9
+ </ head >
10
+ < body >
11
+ < h1 style ="padding-top: 30px; text-align: center; color: darkgray "> mysiar-org</ h1 >
12
+
13
+ < div class ="container ">
14
+ < p style ="font-weight: bolder "> Documentation</ p >
15
+ < ul >
16
+ < li > Streamlit component < a href ="/st-df-table " target ="st-df-table "> st-df-table</ a > </ li >
17
+ < li > Python library to manipulate data < a href ="/mysiar-data-flow " target ="mysiar-data-flow "> mysiar-data-flow</ a > </ li >
18
+ </ ul >
19
+
20
+ </ div >
21
+
22
+ </ body >
23
+ </ html >
File renamed without changes.
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments