Differences between revisions 66 and 67
Revision 66 as of 2022-03-11 09:30:05
Size: 3375
Comment: Replaced a dead link.
Revision 67 as of 2025-02-16 06:04:49
Size: 2204
Editor: AdamTurner
Comment: Redirect readers to the devguide
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:

== Reference Documentation ==
See [[https://docs.python.org/|the reference documentation]].
Line 53: Line 56:
== Reference Documentation ==
 * Use the GoogleTips to search the Python website.
 * [[http://www.python.org/doc/|python.org Documentation Central]]
 * [[http://pydoc.org/|Search the library docstrings with pydoc]] - STALE LINK (Needs to be replaced or removed)
 * [[http://docs.python-guide.org/en/latest|The Hitchhiker’s Guide to Python!]] - "A best-practice handbook to the installation, configuration, and usage of Python".
 * [[http://pydoc.net/|Online open source package library for Python]]
 * [[http://kapeli.com/dash|Mac OS X Python Documentation Browser]]
 * DocumentationTools describes tools you can use to generate documentation for your own Python programs.
Line 63: Line 57:
If you think something should be documented in the main Python docs, but currently isn't, you can either follow these [[https://docs.python.org/devguide/documenting.html|instructions on how to contribute to the Python documentation]] to report the issue or to help fix it. Alternatively, you could add your suggestion to the MissingFromDocumentation page of this Wiki and wait for other people to pick it up and take action.

There are currently only few modules in the standard library that are undocumented. Lists of these modules can be found in the documentation of each Python version:

 * [[https://docs.python.org/3/library/undoc.html|current list for Python 3]]
See the [[https://devguide.python.org/documentation/start-documenting/|Developer's Guide]].

Documentation (last edited 2025-02-16 06:04:49 by AdamTurner)

Unable to edit the page? See the FrontPage for instructions.