]> granicus.if.org Git - python/commitdiff
Fix syntax in packaging docs and update suspicious ignore file.
authorGeorg Brandl <georg@python.org>
Sat, 9 Jul 2011 09:48:50 +0000 (11:48 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 9 Jul 2011 09:48:50 +0000 (11:48 +0200)
Doc/library/packaging.compiler.rst
Doc/packaging/builtdist.rst
Doc/packaging/commandref.rst
Doc/tools/sphinxext/susp-ignored.csv

index cf88685144af22a2547bc4c2de4b8d1c431c9f5a..38e9ce5af2109a2d41b390228163785673f15daa 100644 (file)
@@ -368,7 +368,7 @@ libraries and the like.
 
       *sources* must be a list of filenames, most likely C/C++ files, but in reality
       anything that can be handled by a particular compiler and compiler class (e.g.
-      an ``'msvc'`` compiler` can handle resource files in *sources*).  Return a list of
+      an ``'msvc'`` compiler can handle resource files in *sources*).  Return a list of
       object filenames, one per source filename in *sources*.  Depending on the
       implementation, not all source files will necessarily be compiled, but all
       corresponding object filenames will be returned.
index b52c2085b72b6c23088c5a6da04a19671c7079a3..3f3e7908445a466f374b08b32400aaa9d6898fe7 100644 (file)
@@ -283,7 +283,7 @@ built-in functions in the installation script.
 
    Which folders are available depends on the exact Windows version, and probably
    also the configuration.  For details refer to Microsoft's documentation of the
-   c:function:`SHGetSpecialFolderPath` function.
+   :c:func:`SHGetSpecialFolderPath` function.
 
 
 .. function:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, iconindex]]]])
index 0d7447dc4cb70109eac82686b8158c1b5b4a123b..5fe802f95d33321a725db1097c5e06fb53185890 100644 (file)
@@ -57,7 +57,7 @@ older versions, if installed).
 .. cmdoption:: --suite=NAME, -s NAME
 
    Specify the test suite (or module, class, or method) to be run.  The default
-   for this option can be set by in the project's :file:`setup.cfg` file::
+   for this option can be set by in the project's :file:`setup.cfg` file:
 
    .. code-block:: cfg
 
index 6dde323b6c66808f2459931607ce4f3a6f46ced0..57d2f9c63b40e8e178ee0c80226325d217cdde9b 100644 (file)
@@ -46,8 +46,8 @@ library/functions,,:stop,"a[start:stop, i]"
 library/functions,,:stop,a[start:stop:step]
 library/hotshot,,:lineno,"ncalls  tottime  percall  cumtime  percall filename:lineno(function)"
 library/httplib,,:port,host:port
-library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS +HHMM"""
-library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS +HHMM"""
+library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
+library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"
 library/itertools,,:stop,elements from seq[start:stop:step]
 library/itertools,,:step,elements from seq[start:stop:step]
 library/linecache,,:sys,"sys:x:3:3:sys:/dev:/bin/sh"
@@ -495,3 +495,26 @@ library/pprint,209,::,"'Programming Language :: Python :: 2.6',"
 library/pprint,209,::,"'Programming Language :: Python :: 2.7',"
 library/pprint,209,::,"'Topic :: Software Development :: Libraries',"
 library/pprint,209,::,"'Topic :: Software Development :: Libraries :: Python Modules'],"
+library/packaging.dist,,:action,http://pypi.python.org/pypi?:action=list_classifiers
+packaging/examples,,`,This is the description of the ``foobar`` project.
+packaging/setupcfg,,::,Development Status :: 3 - Alpha
+packaging/setupcfg,,::,License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
+packaging/setupscript,,::,"'Development Status :: 4 - Beta',"
+packaging/setupscript,,::,"'Environment :: Console',"
+packaging/setupscript,,::,"'Environment :: Web Environment',"
+packaging/setupscript,,::,"'Intended Audience :: End Users/Desktop',"
+packaging/setupscript,,::,"'Intended Audience :: Developers',"
+packaging/setupscript,,::,"'Intended Audience :: System Administrators',"
+packaging/setupscript,,::,"'License :: OSI Approved :: Python Software Foundation License',"
+packaging/setupscript,,::,"'Operating System :: MacOS :: MacOS X',"
+packaging/setupscript,,::,"'Operating System :: Microsoft :: Windows',"
+packaging/setupscript,,::,"'Operating System :: POSIX',"
+packaging/setupscript,,::,"'Programming Language :: Python',"
+packaging/setupscript,,::,"'Topic :: Communications :: Email',"
+packaging/setupscript,,::,"'Topic :: Office/Business',"
+packaging/setupscript,,::,"'Topic :: Software Development :: Bug Tracking',"
+packaging/tutorial,,::,1) License :: OSI Approved :: GNU General Public License (GPL)
+packaging/tutorial,,::,2) License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
+packaging/tutorial,,::,Type the number of the license you wish to use or ? to try again:: 1
+packaging/tutorial,,::,classifier = Development Status :: 3 - Alpha
+packaging/tutorial,,::,License :: OSI Approved :: GNU General Public License (GPL)