~ubuntu-branches/ubuntu/trusty/virtualenvwrapper/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/en/extensions.rst

  • Committer: Package Import Robot
  • Author(s): Jan Dittberner
  • Date: 2012-01-08 18:27:55 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120108182755-pan9qj3tb0u2o9bd
Tags: 2.11.1-1
* New upstream version.
* refresh debian/patches/debianspecific-setup.py.patch and
  debian/patches/remove_bitbucket_support.patch
* update debian/copyright format and copyright years

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Below is a list of some of the extensions available for use with
6
6
virtualenvwrapper.
7
7
 
8
 
.. _extensions-user_scripts:
9
 
 
10
 
project
11
 
=======
12
 
 
13
 
The project_ extension adds development directory management with
14
 
templates to virtualenvwrapper.
15
 
 
16
 
bitbucket
17
 
---------
18
 
 
19
 
The bitbucket_ project template creates a working directory and
20
 
automatically clones the repository from BitBucket.  Requires
21
 
project_.
22
 
 
23
 
.. _project: http://www.doughellmann.com/projects/virtualenvwrapper.project/
24
 
 
25
 
.. _bitbucket: http://www.doughellmann.com/projects/virtualenvwrapper.bitbucket/
26
 
 
27
8
emacs-desktop
28
9
=============
29
10
 
37
18
 
38
19
.. _emacs-desktop: http://www.doughellmann.com/projects/virtualenvwrapper-emacs-desktop/
39
20
 
 
21
.. _extensions-user_scripts:
 
22
 
40
23
user_scripts
41
24
============
42
25
 
53
36
activate based on the name of the file being edited.
54
37
 
55
38
.. _vim-virtualenv: https://github.com/jmcantrell/vim-virtualenv
 
39
 
 
40
.. _extensions-templates:
 
41
 
 
42
Templates
 
43
=========
 
44
 
 
45
Below is a list of some of the templates available for use with
 
46
:ref:`command-mkproject`.
 
47
 
 
48
.. _templates-bitbucket:
 
49
 
 
50
bitbucket
 
51
---------
 
52
 
 
53
The bitbucket_ extension automatically clones a mercurial repository
 
54
from the specified bitbucket project.
 
55
 
 
56
.. _bitbucket: http://www.doughellmann.com/projects/virtualenvwrapper.bitbucket/
 
57
 
 
58
.. _templates-django:
 
59
 
 
60
django
 
61
------
 
62
 
 
63
The django_ extension automatically creates a new Django project.
 
64
 
 
65
.. _django: http://www.doughellmann.com/projects/virtualenvwrapper.django/
 
66
 
 
67
.. seealso::
 
68
 
 
69
   * :ref:`developer-templates`