Skip to content

Commit

Permalink
Point to pilot-hubs repo for list of hubs
Browse files Browse the repository at this point in the history
- U Toronto hub is listed in 2i2c-org/infrastructure#413
- The pangeo-hubs repo is defunct, hasn't been actively used in a
  while and will be eliminated soon
  • Loading branch information
yuvipanda committed May 15, 2021
1 parent e452c5d commit f1bbd33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 37 deletions.
14 changes: 1 addition & 13 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 0 additions & 21 deletions reference/hubs.md

This file was deleted.

5 changes: 3 additions & 2 deletions reference/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1bbd33

Please sign in to comment.