Skip to content

Commit

Permalink
master: homepage index
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar committed Oct 27, 2024
1 parent 588047a commit 7cdc6d2
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 384 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: Prepare
run: |
mkdir -p public
cp mysiar-org/index.html public/
cp -r mysiar-data-flow public/
cp -r st_df_table public/
cp -r st-df-table public/
touch public/check.txt
- name: List publish folder
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ pip::

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
venv/bin/pdoc --template-dir docs-templates ../st-table/st_df_table/ !st_df_table.example -o st-df-table/

23 changes: 23 additions & 0 deletions mysiar-org/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>mysiar-org</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>

</head>
<body>
<h1 style="padding-top: 30px; text-align: center; color: darkgray">mysiar-org</h1>

<div class="container">
<p style="font-weight: bolder">Documentation</p>
<ul>
<li>Streamlit component <a href="/st-df-table" target="st-df-table">st-df-table</a></li>
<li>Python library to manipulate data <a href="/mysiar-data-flow" target="mysiar-data-flow">mysiar-data-flow</a></li>
</ul>

</div>

</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
381 changes: 0 additions & 381 deletions st_df_table/st_df_table/example.html

This file was deleted.

0 comments on commit 7cdc6d2

Please sign in to comment.