Server IP : 127.0.0.2 / Your IP : 3.133.83.123 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/docutils-doc/docs/ |
Upload File : |
========================================== Docutils_ Project Documentation Overview ========================================== :Author: David Goodger :Contact: docutils-develop@lists.sourceforge.net :Date: $Date: 2012-01-03 20:23:53 +0100 (Die, 03. Jän 2012) $ :Revision: $Revision: 7302 $ :Copyright: This document has been placed in the public domain. The latest working documents may be accessed individually below, or from the ``docs`` directory of the `Docutils distribution`_. .. _Docutils: http://docutils.sourceforge.net/ .. _Docutils distribution: http://docutils.sourceforge.net/#download .. contents:: Docutils Stakeholders ===================== Docutils stakeholders can be categorized in several groups: 1. End-users: users of reStructuredText and the Docutils tools. Although some are developers (e.g. Python developers utilizing reStructuredText for docstrings in their source), many are not. 2. Client-developers: developers using Docutils as a library, programmers developing *with* Docutils. 3. Component-developers: those who implement application-specific components, directives, and/or roles, separately from Docutils. 4. Core-developers: developers of the Docutils codebase and participants in the Docutils project community. 5. Re-implementers: developers of alternate implementations of Docutils. There's a lot of overlap between these groups. Most (perhaps all) core-developers, component-developers, client-developers, and re-implementers are also end-users. Core-developers are also client-developers, and may also be component-developers in other projects. Component-developers are also client-developers. Project Fundamentals ==================== These files are for all Docutils stakeholders. They are kept at the top level of the Docutils project directory. :README.txt_: Project overview: quick-start, requirements, installation, and usage. :COPYING.txt_: Conditions for Docutils redistribution, with links to licenses. :FAQ.txt_: Docutils Frequently Asked Questions. If you have a question or issue, there's a good chance it's already answered here. :BUGS.txt_: A list of known bugs, and how to report a bug. :RELEASE-NOTES.txt_: Summary of the major changes in recent releases. :HISTORY.txt_: Detailed change history log. :THANKS.txt_: Acknowledgements. .. _README.txt: ../README.html .. _BUGS.txt: ../BUGS.html .. _COPYING.txt: ../COPYING.html .. _Docutils FAQ: .. _FAQ.txt: ../FAQ.html .. _RELEASE-NOTES.txt: ../RELEASE-NOTES.html .. _HISTORY.txt: ../HISTORY.html .. _THANKS.txt: ../THANKS.html .. _user: ``user/``: Introductory & Tutorial Material for End-Users ========================================================= Docutils-general: * `Docutils Front-End Tools <user/tools.html>`__ * `Docutils Configuration <user/config.html>`__ * `Docutils Mailing Lists <user/mailing-lists.html>`__ * `Docutils Link List <user/links.html>`__ Writer-specific: * `Easy Slide Shows With reStructuredText & S5 <user/slide-shows.html>`__ * `Docutils LaTeX Writer <user/latex.html>`__ * `Docutils ODF/OpenOffice/odt Writer <user/odt.html>`__ `reStructuredText <http://docutils.sourceforge.net/rst.html>`_: * `A ReStructuredText Primer (HTML) <user/rst/quickstart.html>`__ (or `text source <user/rst/quickstart.txt>`__) * `Quick reStructuredText <user/rst/quickref.html>`__ (user reference) * `reStructuredText Cheat Sheet <user/rst/cheatsheet.txt>`__ (text only; 1 page for syntax, 1 page directive & role reference) * `reStructuredText Demonstration <user/rst/demo.html>`_ (a demonstration of most reStructuredText features; you can also have a look at the `text source <user/rst/demo.txt>`__) Editor support: * `Emacs support for reStructuredText <user/emacs.html>`_ .. _ref: ``ref/``: Reference Material for All Groups =========================================== Many of these files began as developer specifications, but now that they're mature and used by end-users and client-developers, they have become reference material. Successful specs evolve into refs. Docutils-general: * `The Docutils Document Tree <ref/doctree.html>`__ (incomplete) * `Docutils Transforms <ref/transforms.html>`__ * `Docutils Generic DTD <ref/docutils.dtd>`__ * `OASIS XML Exchange Table Model Declaration Module <ref/soextblx.dtd>`__ (CALS tables DTD module) Although not in the "ref" directory, `PEP 258`_ is a must-read reference for any Docutils developer. reStructuredText_: * `An Introduction to reStructuredText <ref/rst/introduction.html>`__ (includes the `Goals <ref/rst/introduction.html#goals>`__ and `History <ref/rst/introduction.html#history>`__ of reStructuredText) * `reStructuredText Markup Specification <ref/rst/restructuredtext.html>`__ * `reStructuredText Directives <ref/rst/directives.html>`__ * `reStructuredText Interpreted Text Roles <ref/rst/roles.html>`__ * `reStructuredText Standard Definition Files <ref/rst/definitions.html>`_ Prehistoric: * `Setext Documents Mirror <http://docutils.sourceforge.net/mirror/setext.html>`__ .. _peps: ``peps/``: Python Enhancement Proposals ======================================= * `PEP 256: Docstring Processing System Framework`__ is a high-level generic proposal. [`PEP 256`__ in the `master repository`_] * `PEP 257: Docstring Conventions`__ addresses docstring style and touches on content. [`PEP 257`__ in the `master repository`_] * `PEP 258: Docutils Design Specification`__ is an overview of the architecture of Docutils. It documents design issues and implementation details. [`PEP 258`__ in the `master repository`_] * `PEP 287: reStructuredText Docstring Format`__ proposes a standard markup syntax. [`PEP 287`__ in the `master repository`_] Please note that PEPs in the `master repository`_ may not be current, whereas the local versions are. __ peps/pep-0256.html __ http://www.python.org/peps/pep-0256.html __ peps/pep-0257.html __ http://www.python.org/peps/pep-0257.html .. _PEP 258: __ peps/pep-0258.html __ http://www.python.org/peps/pep-0258.html __ peps/pep-0287.html __ http://www.python.org/peps/pep-0287.html .. _master repository: http://www.python.org/peps/ .. _api: ``api/``: API Reference Material for Client-Developers ====================================================== * `The Docutils Publisher <api/publisher.html>`__ * `Inside A Docutils Command-Line Front-End Tool <api/cmdline-tool.html>`__ * `Docutils Runtime Settings <api/runtime-settings.html>`__ * (`Docutils Transforms <ref/transforms.html>`__ should be moved here) `PEP 258`_ is an overview of the architecture of Docutils. .. _howto: ``howto/``: Instructions for Developers ======================================= * **Security:** `Deploying Docutils Securely <howto/security.html>`__ * `Writing HTML (CSS) Stylesheets for Docutils <howto/html-stylesheets.html>`__ * `Docutils Internationalization <howto/i18n.html>`__ * `Creating reStructuredText Directives <howto/rst-directives.html>`__ * `Creating reStructuredText Interpreted Text Roles <howto/rst-roles.html>`__ .. _dev: ``dev/``: Development Notes and Plans for Core-Developers ========================================================= Docutils-general: * `Docutils Hacker's Guide <dev/hacking.html>`__ * `Docutils Distributor's Guide <dev/distributing.html>`__ * `Docutils To Do List <dev/todo.html>`__ * `Docutils Project Policies <dev/policies.html>`__ * `Docutils Web Site <dev/website.html>`__ * `Docutils Release Procedure <dev/release.html>`__ * `The Docutils Subversion Repository <dev/repository.html>`__ * `Docutils Testing <dev/testing.html>`__ * `Docstring Semantics <dev/semantics.html>`__ (incomplete) * `Python Source Reader <dev/pysource.html>`_ (incomplete) * `Docutils Python DTD <dev/pysource.dtd>`_ (experimental) * `Plan for Enthought API Documentation Tool <dev/enthought-plan.html>`_ * `Enthought API Documentation Tool RFP <dev/enthought-rfp.html>`_ reStructuredText_: * `A Record of reStructuredText Syntax Alternatives <dev/rst/alternatives.html>`__ * `Problems With StructuredText <dev/rst/problems.html>`__ .. Local Variables: mode: indented-text indent-tabs-mode: nil sentence-end-double-space: t fill-column: 70 End: