From 89d5c899b91dab0f059947ea93928e730cc5777e Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Sun, 12 Aug 2018 21:24:46 -0700 Subject: [PATCH] Remove FAQ document Just going to remove need for '-E' instead soon --- docs/faq.rst | 12 ------------ docs/index.rst | 1 - 2 files changed, 13 deletions(-) delete mode 100644 docs/faq.rst diff --git a/docs/faq.rst b/docs/faq.rst deleted file mode 100644 index 18718f6..0000000 --- a/docs/faq.rst +++ /dev/null @@ -1,12 +0,0 @@ -================================ -Frequently Asked Questions (FAQ) -================================ - -What is the effect of using ``sudo -E``? -======================================== - -You may notice the use of ``sudo -E`` in several commands in this guide. Using -``-E`` with ``sudo`` allows you to carry over all the environment variables -into the ``sudo`` command. Most importantly, this lets use use the contents -of ``PATH`` with ``sudo``, which gives access to the right path for ``conda``, -``pip``, etc. diff --git a/docs/index.rst b/docs/index.rst index 74f7dc3..ccefda2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -111,7 +111,6 @@ guides help you find what is broken & hopefully fix it. .. toctree:: :titlesonly: - faq troubleshooting/logs Often, your issues are not related to TLJH itself but to the cloud provider