diff --git a/conf.py b/conf.py index 667cf5f0..f7db702b 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 966ff69b..40182e07 100644 --- a/index.md +++ b/index.md @@ -57,7 +57,6 @@ Contains information about the 2i2c team and our projects, and some useful resou :caption: Team Reference code-of-conduct/index reference/projects -reference/hubs reference/calendar reference/inspiration reference/terminology diff --git a/managed-hubs/about.md b/managed-hubs/about.md index 00c07d7f..18d20553 100644 --- a/managed-hubs/about.md +++ b/managed-hubs/about.md @@ -13,13 +13,12 @@ We are also building a sales and support pipeline around this infrasturcture. **Infrastructure and development** happens in [the `pilot-hubs/` repository](https://github.com/2i2c-org/pilot-hubs). This is both the deployment infrastructure for the 2i2c JupyterHubs, as well as documentation and team coordination around developing and running them. -**Running JupyterHubs** are tracked as issues in the `pilot-hubs/` repository. -When a new hub is created, [create a new GitHub issue for the hub](https://github.com/2i2c-org/pilot-hubs/issues/new) using the "New Hub" template. -This issue is a "meta" issue that tracks the state of this hub over time. -These issues serve both as a "Source of Truth" of information about the hub, as well as a place for conversation around operating that hub. - **User Documentation** is located in [the `pilot/` repository](https://github.com/2i2c-org/pilot). This contains user-facing information about the Pilot Hubs, such as how they can add/remove users, update their environment, get support, etc. +## A list of running JupyterHubs + +We keep a table with all of our currently-running JupyterHubs at this location: [List of Running JupyterHubs](https://pilot-hubs.2i2c.org/en/latest/reference/hubs.html). + ## Other project information - [this google folder](https://drive.google.com/drive/folders/1HEEfyT2h_fKeqKdsz9Ftiw9Be1Uj48D6?usp=sharing) has most information and brainstorms regarding this project 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