/Doc/documenting/intro.rst

http://unladen-swallow.googlecode.com/ · ReStructuredText · 29 lines · 25 code · 4 blank · 0 comment · 0 complexity · 715b50d1b2d4882470db761da1afca30 MD5 · raw file

  1. Introduction
  2. ============
  3. Python's documentation has long been considered to be good for a free
  4. programming language. There are a number of reasons for this, the most
  5. important being the early commitment of Python's creator, Guido van Rossum, to
  6. providing documentation on the language and its libraries, and the continuing
  7. involvement of the user community in providing assistance for creating and
  8. maintaining documentation.
  9. The involvement of the community takes many forms, from authoring to bug reports
  10. to just plain complaining when the documentation could be more complete or
  11. easier to use.
  12. This document is aimed at authors and potential authors of documentation for
  13. Python. More specifically, it is for people contributing to the standard
  14. documentation and developing additional documents using the same tools as the
  15. standard documents. This guide will be less useful for authors using the Python
  16. documentation tools for topics other than Python, and less useful still for
  17. authors not using the tools at all.
  18. If your interest is in contributing to the Python documentation, but you don't
  19. have the time or inclination to learn reStructuredText and the markup structures
  20. documented here, there's a welcoming place for you among the Python contributors
  21. as well. Any time you feel that you can clarify existing documentation or
  22. provide documentation that's missing, the existing documentation team will
  23. gladly work with you to integrate your text, dealing with the markup for you.
  24. Please don't let the material in this document stand between the documentation
  25. and your desire to help out!