diff --git a/docs/index.rst b/docs/index.rst index 75983c37..cc4d4510 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -143,7 +143,7 @@ If you want to contribute to the project, this part of the documentation is for you. .. toctree:: - :maxdepth: 2 + :maxdepth: 3 dev/contributing dev/philosophy diff --git a/docs/user/install.rst b/docs/user/install.rst index b14ee310..c3f0084e 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -7,8 +7,8 @@ This part of the documentation covers the installation of Requests. The first step to using any software package is getting it properly installed. -Pip Install ------------ +Pip Install Requests +-------------------- To install Requests, simply run this simple command in your terminal of choice:: @@ -18,8 +18,8 @@ If you don't have `pip `_ installed (tisk tisk!), `this Python installation guide `_ can guide you through the process. -Get the Code ------------- +Get the Source Code +------------------- Requests is actively developed on GitHub, where the code is `always available `_.