Skip to content

Commit 61a2f90

Browse files
committed
switch doc theme for packaged docs; add link to Rich Leland's screencast
1 parent 5ec6bf2 commit 61a2f90

File tree

3 files changed

+35
-8
lines changed

3 files changed

+35
-8
lines changed

README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Features
2323
4. Tab completion for commands that take a virtual environment as
2424
argument.
2525

26+
Rich Leland has created a short `screencast
27+
<http://mathematism.com/2009/jul/30/presentation-pip-and-virtualenv/>`__
28+
showing off the features of virtualenvwrapper.
29+
2630
===========
2731
Quick Setup
2832
===========

docsource/index.rst

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
virtualenvwrapper
88
#################
99

10-
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv <http://pypi.python.org/pypi/virtualenv>`_ tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.
10+
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
11+
<http://pypi.python.org/pypi/virtualenv>`_ tool. The extensions
12+
include wrappers for creating and deleting virtual environments and
13+
otherwise managing your development workflow, making it easier to work
14+
on more than one project at a time without introducing conflicts in
15+
their dependencies.
1116

1217
========
1318
Features
@@ -55,18 +60,36 @@ Details
5560
References
5661
==========
5762

58-
`virtualenv <http://pypi.python.org/pypi/virtualenv>`_, from Ian Bicking, is a pre-requisite to using these extensions.
63+
`virtualenv <http://pypi.python.org/pypi/virtualenv>`_, from Ian
64+
Bicking, is a pre-requisite to using these extensions.
5965

60-
For more details, refer to the column I wrote for the May 2008 issue of Python
61-
Magazine: `virtualenvwrapper | And Now For Something Completely Different
66+
For more details, refer to the column I wrote for the May 2008 issue
67+
of Python Magazine: `virtualenvwrapper | And Now For Something
68+
Completely Different
6269
<http://www.doughellmann.com/articles/CompletelyDifferent-2008-05-virtualenvwrapper/index.html>`_.
6370

71+
Rich Leland has created a short `screencast
72+
<http://mathematism.com/2009/jul/30/presentation-pip-and-virtualenv/>`__
73+
showing off the features of virtualenvwrapper.
74+
6475
=======
6576
License
6677
=======
6778

6879
Copyright Doug Hellmann, All Rights Reserved
6980

70-
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Doug Hellmann not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
71-
72-
DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
81+
Permission to use, copy, modify, and distribute this software and its
82+
documentation for any purpose and without fee is hereby granted,
83+
provided that the above copyright notice appear in all copies and that
84+
both that copyright notice and this permission notice appear in
85+
supporting documentation, and that the name of Doug Hellmann not be
86+
used in advertising or publicity pertaining to distribution of the
87+
software without specific, written prior permission.
88+
89+
DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
90+
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
91+
EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR
92+
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
93+
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
94+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
95+
PERFORMANCE OF THIS SOFTWARE.

sphinx/pkg/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
# The theme to use for HTML and HTML Help pages. Major themes that come with
9393
# Sphinx are currently 'default' and 'sphinxdoc'.
94-
html_theme = 'default'
94+
html_theme = 'sphinxdoc'
9595

9696
# Theme options are theme-specific and customize the look and feel of a theme
9797
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)