jupyterhub / mybinder.org-user-guide

Turn a Git repo into a collection of interactive notebooks. This is Binder's user documentation repository.
https://mybinder.readthedocs.io
BSD 3-Clause "New" or "Revised" License
150 stars 103 forks source link

Add supporters page #262

Closed choldgraf closed 2 years ago

choldgraf commented 2 years ago

This updates our "supporters" pages so that they are a bit more discoverable and cleanly separated. Here are the major changes:

manics commented 2 years ago

RTD failure:


Running Sphinx v4.5.0
repo2docker page does not exist, downloading from repo2docker docs. config_files.rst
repo2docker page does not exist, downloading from repo2docker docs. howto/languages.rst
repo2docker page does not exist, downloading from repo2docker docs. howto/user_interface.rst
repo2docker page exists, skipping download. Delete it to re-download. howto/lab_workspaces.rst 
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/mybinder/checkouts/262/doc/_data/scripts/gen_federation_md.py", line 4, in <module>
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/mybinder/checkouts/262/doc/_data/scripts/gen_support_md.py", line 4, in <module>
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'
choldgraf commented 2 years ago

Ah good call - I've removed the pandas code from those scripts, and have also added a cross-link to the "our projects" page and links to the github repositories.

choldgraf commented 2 years ago

Thanks @manics for the review! I will merge this one in so that we can keep these docs up to date, and will iterate in subsequent PRs if there are more things to change!