From 8f30c774b08d73ca5fc2897fc1fd801e83997371 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Tue, 10 Jul 2018 14:39:26 -0700 Subject: [PATCH] Move user-environment howto to how-to section --- docs/{guides => howto}/user-environment.rst | 6 +++--- docs/index.rst | 11 ++++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) rename docs/{guides => howto}/user-environment.rst (98%) diff --git a/docs/guides/user-environment.rst b/docs/howto/user-environment.rst similarity index 98% rename from docs/guides/user-environment.rst rename to docs/howto/user-environment.rst index c78c23e..c0a25ed 100644 --- a/docs/guides/user-environment.rst +++ b/docs/howto/user-environment.rst @@ -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 `_ environment. Packages / libraries installed in this environment are available diff --git a/docs/index.rst b/docs/index.rst index bfa30ba..eb29f46 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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