diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-02-02 15:19:31 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-02-02 15:19:31 -0500 |
| commit | abaeeb8807fe8f3cfdac656a992c08c096fe8f5d (patch) | |
| tree | c77cd7e7ae741956b98cd3260197653ada23b371 /docs | |
| parent | 6bd091ca7046585e4dc4cdb7bc33d7f29022834e (diff) | |
| download | python-requests-abaeeb8807fe8f3cfdac656a992c08c096fe8f5d.tar.gz | |
improved sidebar
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_templates/sidebarintro.html | 1 | ||||
| -rw-r--r-- | docs/_templates/sidebarlogo.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 9c44fea4..457688d9 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -28,6 +28,7 @@ <p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p> <ul> + <li><a href="http://pipenv.org/">pipenv</a></li> <li><a href="http://pep8.org/">pep8.org</a></li> <li><a href="http://httpbin.org/">httpbin.org</a></li> <li><a href="http://python-guide.org">The Python Guide</a></li> diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html index d71a0d88..798f8091 100644 --- a/docs/_templates/sidebarlogo.html +++ b/docs/_templates/sidebarlogo.html @@ -32,6 +32,7 @@ <p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p> <ul> + <li><a href="http://pipenv.org/">pipenv</a></li> <li><a href="http://pep8.org/">pep8.org</a></li> <li><a href="http://httpbin.org/">httpbin.org</a></li> <li><a href="http://python-guide.org">The Python Guide</a></li> |
