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