Home
last modified time | relevance | path

Searched refs:upload_docs (Results 1 – 6 of 6) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_upload_docs.py7 from setuptools.command.upload_docs import upload_docs
48 cmd = upload_docs(dist)
65 body, content_type = upload_docs._build_multipart(data)
/external/python/setuptools/setuptools.egg-info/
Dentry_points.txt28 upload_docs = setuptools.command.upload_docs:upload_docs
DSOURCES.txt146 setuptools/command/upload_docs.py
/external/python/futures/
Dsetup.cfg5 [upload_docs]
/external/python/setuptools/setuptools/command/
Dupload_docs.py31 class upload_docs(upload): class
/external/python/setuptools/
DCHANGES.rst291 ``upload_docs`` command for sites other than PyPI.
801 The ``upload_docs`` command will continue to use the python.org
1059 * #604: Restore repository for upload_docs command
1276 * Update ``upload_docs`` command to also honor keyring
2246 * Issue #124: Fixed error in list detection in upload_docs.
2720 * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
2722 * Distribute #326: `upload_docs` provided mangled auth credentials under Python 3.
2912 * Distribute #93: upload_docs now works if there is an empty sub-directory.
2988 * Added an upload_docs command to easily upload project documentation to