diff --git a/conf.py b/conf.py index 55033367..5dce2446 100644 --- a/conf.py +++ b/conf.py @@ -74,16 +74,4 @@ "ph": ('https://pilot-hubs.2i2c.org', None) } -panels_add_bootstrap_css = False - -# -- Custom scripts ----------------------------------------- -import pandas as pd -from pathlib import Path - -# Pull list of hub repositories -hub_table = "https://docs.google.com/spreadsheets/d/e/2PACX-1vTpwlQL0Moz-ej-ADNfc6JTxfTje5GBQD1o0DE66atYi2ulWan3leEiCC20epzTyHVWIdomxp9Jt70D/pub?gid=0&single=true&output=csv" -df = pd.read_csv(hub_table) -Path("tmp").mkdir(exist_ok=True) -path_table = Path("tmp/repo-deploy-table.csv") -if not path_table.exists(): - df.to_csv(path_table, index=None) +panels_add_bootstrap_css = False \ No newline at end of file diff --git a/index.md b/index.md index f06fda64..684b4125 100644 --- a/index.md +++ b/index.md @@ -56,7 +56,6 @@ Contains information about the 2i2c team and our projects, and some useful resou :maxdepth: 1 :caption: Team Reference reference/projects -reference/hubs reference/inspiration reference/terminology meetings/eng/index diff --git a/reference/hubs.md b/reference/hubs.md deleted file mode 100644 index a8cb5428..00000000 --- a/reference/hubs.md +++ /dev/null @@ -1,21 +0,0 @@ -# Hub infrastructure we currently manage - -## Hub deployment repositories - -Here's [a link to a table of currently-running hub deployment repositories](https://docs.google.com/spreadsheets/d/1cy10fLUhlXG3M_TLRdqinETQ6h0puEi8ovBYHDTu3Z0/edit?usp=sharing). The issues in those repositories contain the deliverables for each. - -In addition, here's a view of that table for quick reference: - -