Move user-environment howto to how-to section

This commit is contained in:
yuvipanda
2018-07-10 14:39:26 -07:00
parent c779bdeb17
commit 8f30c774b0
2 changed files with 13 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
.. _user_environment:
============================
Customizing user environment
============================
==================================
Install conda, pip or apt packages
==================================
:abbr:`TLJH (The Littlest JupyterHub)` starts all users in the same `conda <https://conda.io/docs/>`_
environment. Packages / libraries installed in this environment are available

View File

@@ -19,6 +19,16 @@ started!
tutorials/google
tutorials/custom
How-To Guides
=============
How-To guides answer the question 'How do I...?' for a lot of topics.
.. toctree::
:titlesonly:
howto/user-environment
Guides
======
@@ -30,7 +40,6 @@ Guides provide in-depth explanations of specific topics.
guides/requirements
guides/install
guides/admin
guides/user-environment
guides/notebook-interfaces
Troubleshooting