From d4b28bb62faa320dc237c4fff88e092e881e6057 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Sun, 12 Aug 2018 21:12:16 -0700 Subject: [PATCH] Rename 'envt' to 'env' Other option is the full blown 'environment' --- docs/howto/{envt => env}/notebook-interfaces.rst | 2 +- docs/howto/{envt => env}/user-environment.rst | 8 ++++---- docs/index.rst | 4 ++-- docs/install/add_packages.txt | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename docs/howto/{envt => env}/notebook-interfaces.rst (98%) rename docs/howto/{envt => env}/user-environment.rst (97%) diff --git a/docs/howto/envt/notebook-interfaces.rst b/docs/howto/env/notebook-interfaces.rst similarity index 98% rename from docs/howto/envt/notebook-interfaces.rst rename to docs/howto/env/notebook-interfaces.rst index e4329e6..494977d 100644 --- a/docs/howto/envt/notebook-interfaces.rst +++ b/docs/howto/env/notebook-interfaces.rst @@ -1,4 +1,4 @@ -.. _howto/envt/notebook_interfaces: +.. _howto/env/notebook_interfaces: ======================================= Change default User Interface for users diff --git a/docs/howto/envt/user-environment.rst b/docs/howto/env/user-environment.rst similarity index 97% rename from docs/howto/envt/user-environment.rst rename to docs/howto/env/user-environment.rst index 6cb5aa6..309578b 100644 --- a/docs/howto/envt/user-environment.rst +++ b/docs/howto/env/user-environment.rst @@ -1,4 +1,4 @@ -.. _howto/envt/user_environment: +.. _howto/env/user_environment: ================================== Install conda, pip or apt packages @@ -9,7 +9,7 @@ environment. Packages / libraries installed in this environment are available to all users on the JupyterHub. Users with :ref:`admin rights ` can install packages easily. -.. _howto/envt/user_environment_pip: +.. _howto/env/user_environment_pip: Installing pip packages ======================= @@ -39,7 +39,7 @@ almost 145,000 packages in it right now, so a lot of what you need is going to b If you get an error message like ``sudo: pip: command not found``, make sure you are not missing the ``-E`` parameter after ``sudo``. -.. _howto/envt/user_environment_conda: +.. _howto/env/user_environment_conda: Installing conda packages ========================= @@ -73,7 +73,7 @@ a community maintained repository of conda packages. If you get an error message like ``sudo: conda: command not found``, make sure you are not missing the ``-E`` parameter after ``sudo``. -.. _howto/envt/user_environment_apt: +.. _howto/env/user_environment_apt: Installing apt packages ======================= diff --git a/docs/index.rst b/docs/index.rst index f202f24..74f7dc3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,8 +56,8 @@ The user environment .. toctree:: :titlesonly: - howto/envt/user-environment - howto/envt/notebook-interfaces + howto/env/user-environment + howto/env/notebook-interfaces Authentication -------------- diff --git a/docs/install/add_packages.txt b/docs/install/add_packages.txt index a8eebc9..b286bcb 100644 --- a/docs/install/add_packages.txt +++ b/docs/install/add_packages.txt @@ -26,4 +26,4 @@ The packages ``gdal`` and ``there`` are now available to all users in JupyterHub If a user already had a python notebook running, they have to restart their notebook's kernel to make the new libraries available. -See :ref:`howto/envt/user_environment` for more information. +See :ref:`howto/env/user_environment` for more information.