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: - -
- -```{csv-table} -:header-rows: 1 -:file: ../tmp/repo-deploy-table.csv -``` - -
- - -## Running JupyterHubs - -For a list of communities that we currently serve via the central [`pilot-hubs/` repository](https://github.com/2i2c-org/pilot-hubs), see [the `pilot-hubs/` documentation](https://pilot-hubs.2i2c.org/en/latest/reference/hubs.html). diff --git a/reference/projects.md b/reference/projects.md index 835de563..fb6f43ea 100644 --- a/reference/projects.md +++ b/reference/projects.md @@ -32,8 +32,9 @@ The Managed JupyterHub Service is an ongoing special project, with the goal of s **Tracking deliverables** -See the [](hubs.md) page for information about the hub infrastructure we currently manage. -The issues in those repositories contain the deliverables for each. +Since most of the [hubs we run](https://pilot-hubs.2i2c.org/en/latest/reference/hubs.html) are +managed out of the [2i2c-org/pilot-hubs](https://github.com/2i2c-org/pilot-hubs) repository, +deliverables are tracked in that repository as well. (projects:jmte-pangeo)= ## Pangeo Hub Infrastructure development