Rename 'envt' to 'env'

Other option is the full blown 'environment'
This commit is contained in:
yuvipanda
2018-08-12 21:12:16 -07:00
parent 295b0683a2
commit d4b28bb62f
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
.. _howto/envt/notebook_interfaces: .. _howto/env/notebook_interfaces:
======================================= =======================================
Change default User Interface for users Change default User Interface for users

View File

@@ -1,4 +1,4 @@
.. _howto/envt/user_environment: .. _howto/env/user_environment:
================================== ==================================
Install conda, pip or apt packages 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 <howto/admin/admin-users>` can install packages to all users on the JupyterHub. Users with :ref:`admin rights <howto/admin/admin-users>` can install packages
easily. easily.
.. _howto/envt/user_environment_pip: .. _howto/env/user_environment_pip:
Installing pip packages 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``, If you get an error message like ``sudo: pip: command not found``,
make sure you are not missing the ``-E`` parameter after ``sudo``. make sure you are not missing the ``-E`` parameter after ``sudo``.
.. _howto/envt/user_environment_conda: .. _howto/env/user_environment_conda:
Installing conda packages 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``, If you get an error message like ``sudo: conda: command not found``,
make sure you are not missing the ``-E`` parameter after ``sudo``. make sure you are not missing the ``-E`` parameter after ``sudo``.
.. _howto/envt/user_environment_apt: .. _howto/env/user_environment_apt:
Installing apt packages Installing apt packages
======================= =======================

View File

@@ -56,8 +56,8 @@ The user environment
.. toctree:: .. toctree::
:titlesonly: :titlesonly:
howto/envt/user-environment howto/env/user-environment
howto/envt/notebook-interfaces howto/env/notebook-interfaces
Authentication Authentication
-------------- --------------

View File

@@ -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 If a user already had a python notebook running, they have to restart their notebook's
kernel to make the new libraries available. 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.