Merge pull request #66 from jupyterhub/no-more-yuvipanda

Replace pointers to yuvipanda/ on github with jupyterhub/
This commit is contained in:
Yuvi Panda
2018-07-20 16:21:42 -07:00
committed by GitHub
8 changed files with 10 additions and 10 deletions

View File

@@ -64,6 +64,6 @@ our code: we aim to improve it as often as possible.
If something is confusing to you in the documentation, it is a bug. We would be
happy if you could `file an issue
<https://github.com/yuvipanda/the-littlest-jupyterhub/issues>`_ about it - or
<https://github.com/jupyterhub/the-littlest-jupyterhub/issues>`_ about it - or
even better, `contribute a documentation fix
<http://the-littlest-jupyterhub.readthedocs.io/en/latest/contributing/docs.html>`_!

View File

@@ -132,7 +132,7 @@ def main():
is_dev = os.environ.get('TLJH_BOOTSTRAP_DEV', 'no') == 'yes'
tljh_repo_path = os.environ.get(
'TLJH_BOOTSTRAP_PIP_SPEC',
'git+https://github.com/yuvipanda/the-littlest-jupyterhub.git'
'git+https://github.com/jupyterhub/the-littlest-jupyterhub.git'
)
pip_install(hub_prefix, [tljh_repo_path], editable=is_dev)

View File

@@ -7,7 +7,7 @@ is executed as:
.. code-block:: bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
<parameters>
@@ -24,7 +24,7 @@ would do:
.. code-block:: bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin admin-user1 --admin admin-user2
@@ -41,7 +41,7 @@ in your new hub, you would run:
.. code-block:: bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--user-requirements-txt-url https://raw.githubusercontent.com/data-8/materials-sp18/master/requirements.txt

View File

@@ -63,5 +63,5 @@ HTTPS
=====
The Littlest JupyterHub does not currently support HTTPS. Follow `this issue
<https://github.com/yuvipanda/the-littlest-jupyterhub/issues/29>`_ for progress
<https://github.com/jupyterhub/the-littlest-jupyterhub/issues/29>`_ for progress
on HTTPS support.

View File

@@ -33,7 +33,7 @@ Step 1: Installing The Littlest JupyterHub
.. code-block:: bash
#!/bin/bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>

View File

@@ -60,7 +60,7 @@ Let's create the server on which we can run JupyterHub.
.. code-block:: bash
#!/bin/bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>

View File

@@ -144,7 +144,7 @@ Let's create the server on which we can run JupyterHub.
.. code-block:: bash
#!/bin/bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>

View File

@@ -81,7 +81,7 @@ Let's create the server on which we can run JupyterHub.
.. code-block:: bash
#!/bin/bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>