Skip to content

Commit efbb001

Browse files
committed
master: homepage index
1 parent 588047a commit efbb001

File tree

7 files changed

+25
-383
lines changed

7 files changed

+25
-383
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Prepare
2626
run: |
2727
mkdir -p public
28+
cp mysiar-org/index.html public/
2829
cp -r mysiar-data-flow public/
2930
cp -r st_df_table public/
3031
touch public/check.txt

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ pip::
1111

1212
docs::
1313
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/
1615

mysiar-org/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.

st_df_table/st_df_table/example.html

Lines changed: 0 additions & 381 deletions
This file was deleted.

0 commit comments

Comments
 (0)