Senthil Kumaran
67b4e187e1
Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs
2010-03-23 08:46:31 +00:00
Steven Bethard
e9330e7941
Initial commit of the argparse library, based on argparse 1.1.
...
Docs still need some updating to make getopt and optparse match the wording promised in the PEP.
There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
2010-03-02 08:38:09 +00:00
Ezio Melotti
b9c3ed4f82
#3340 : document print/get_usage and print/get_version
2010-01-04 21:43:02 +00:00
Ezio Melotti
5129ed38c3
#7618 : fix highlight of code blocks
2010-01-03 09:01:27 +00:00
Georg Brandl
66d8d69cd8
#7404 : remove reference to non-existing example files.
2009-12-28 08:48:24 +00:00
Georg Brandl
b926ebb896
Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles.
2009-09-17 17:14:04 +00:00
Georg Brandl
7842a41f5c
Remove duplicate doc of enable/disable_interspersed_args.
2009-09-17 16:26:06 +00:00
Georg Brandl
bc3777d85e
String values should be shown with quotes, to avoid confusion with constants.
2009-09-17 10:23:02 +00:00
Georg Brandl
718b221e06
#6892 : fix optparse example involving help option.
2009-09-16 13:11:06 +00:00
Georg Brandl
d7226ffe0b
Remove strange trailing commas.
2009-09-16 13:06:22 +00:00
Georg Brandl
8514b85edc
#6638 : fix wrong parameter name and markup a class.
2009-09-01 08:06:03 +00:00
Georg Brandl
9fa61bb37d
#6577 : fix (hopefully) all links to builtin instead of module/class-specific objects.
2009-07-26 14:19:57 +00:00
Georg Brandl
0c9eb43149
#6371 : fix link targets.
2009-06-30 16:35:11 +00:00
Georg Brandl
14315d6513
#6009 : undocument default argument of Option as deprecated.
2009-05-16 11:18:55 +00:00
Georg Brandl
253a29fa4d
#4827 : fix callback example.
2009-02-05 11:33:21 +00:00
Georg Brandl
174fbe7742
#5153 : fix typo in example.
2009-02-05 10:30:57 +00:00
Georg Brandl
7044b11818
Remove tabs from the documentation.
2009-01-03 21:04:55 +00:00
Georg Brandl
c62ef8b4d9
Remove trailing whitespace.
2009-01-03 20:55:06 +00:00
Georg Brandl
60b2e38b68
#4568 : remove limitation in varargs callback example.
2008-12-15 09:07:39 +00:00
Andrew M. Kuchling
cad8da8abd
Markup fixes. (optparse.rst probably needs an entire revision pass.)
2008-09-30 13:01:46 +00:00
Andrew M. Kuchling
7a4a93b8e9
#1415508 : Document two functions
2008-09-28 01:08:47 +00:00
Mark Summerfield
ffde3cfcb1
Added xrefs to each other.
2008-09-08 14:45:37 +00:00
Andrew M. Kuchling
810f807b1b
#3040 : include 'dest' argument in example; trim some trailing whitespace
2008-09-06 13:04:02 +00:00
Georg Brandl
60c0be3acd
Clarification.
2008-06-13 13:26:54 +00:00
Benjamin Peterson
c8590944e5
#2673 Fix example typo in optparse docs
2008-04-23 20:38:06 +00:00
Georg Brandl
799b372f31
#2476 : document that %default feature is new in 2.4.
2008-03-25 08:39:10 +00:00
Georg Brandl
12db865a64
Part of #2154 : minimal syntax fixes in doc example snippets.
2008-02-21 20:38:13 +00:00
Andrew M. Kuchling
8b506e7a2d
Bug 1296: restore text describing OptionGroup
2008-01-19 21:00:38 +00:00
Georg Brandl
b19be571e0
Some cleanup in the docs.
2007-12-29 10:57:00 +00:00
Georg Brandl
97ca58370a
Fix typo and double word.
2007-09-24 17:55:47 +00:00
Georg Brandl
8ec7f65613
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00