~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/conf.py

  • Committer: David Coles
  • Date: 2010-07-20 05:55:20 UTC
  • Revision ID: coles.david@gmail.com-20100720055520-yxyfn2qqycfwboiq
URL quote paths in checkout URLs.

The two benefits of this are that we no longer have issues with spaces in 
submitted paths and also don't have to worry about shell escape characters 
(and possible shell injection to a lectures console).

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
# General substitutions.
38
38
project = 'IVLE'
39
 
copyright = '2009, University of Melbourne'
 
39
copyright = '2009-2010, University of Melbourne'
40
40
 
41
41
# The default replacements for |version| and |release|, also used in various
42
42
# other places throughout the built documents.
43
43
#
44
44
# The short X.Y version.
45
 
version = '1.0'
 
45
version = '1.0.1'
46
46
# The full version, including alpha/beta/rc tags.
47
 
release = '1.0'
 
47
release = '1.0.1'
48
48
 
49
49
# There are two options for replacing |today|: either, you set today to some
50
50
# non-false value, then it is used: