diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-10-18 04:55:21 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-10-18 04:55:21 +0000 |
| commit | afeedfb343c2904e9357997d2a50f8f3cabb2568 (patch) | |
| tree | 514f95897a6143af9e902005c4d128b8156cf49f /docs/peps | |
| parent | be8b4a7a7f9dc8ed02f5fb25b5920364602b3b80 (diff) | |
| download | docutils-afeedfb343c2904e9357997d2a50f8f3cabb2568.tar.gz | |
Refactored names (options -> settings; .transform() -> .apply(); etc.); updated.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/peps')
| -rw-r--r-- | docs/peps/pep-0258.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/peps/pep-0258.txt b/docs/peps/pep-0258.txt index 15a3317cb..f385cebb6 100644 --- a/docs/peps/pep-0258.txt +++ b/docs/peps/pep-0258.txt @@ -94,8 +94,8 @@ format and writing the formatted data to its destination I/O. Calling the "publish" function (or instantiating a "Publisher" object) with component names will result in default behavior. For custom -behavior (setting component options), create custom component objects -first, and pass *them* to publish/Publisher. +behavior (customizing component settings), create custom component +objects first, and pass *them* to publish/Publisher. Readers @@ -324,7 +324,8 @@ Docutils Package Structure convenience function "publish()". See `Publisher`_ above. - Module "docutils.frontend" provides command-line and option - processing for Docutils front-end tools. + processing for Docutils front-end tools, and runtime settings + support for programmatic use. - Module "docutils.io" provides a uniform API for low-level input and output. See `Input/Output`_ above. |
