3

T'ícwã@s6dZddlmZmZd
dd„Zdd	d
„Zddd„ZdS)a1
This module contains practical examples of Docutils client code.

Importing this module from client code is not recommended; its contents are
subject to change in future Docutils releases.  Instead, it is recommended
that you copy and paste the parts you need into your own code, modifying as
necessary.
é)ÚcoreÚioNÚunicodeTécCs$|||dœ}tj|||d|d}|S)a
    Given an input string, returns a dictionary of HTML document parts.

    Dictionary keys are the names of parts, and values are Unicode strings;
    encoding is up to the client.

    Parameters:

    - `input_string`: A multi-line text string; required.
    - `source_path`: Path to the source file or object.  Optional, but useful
      for diagnostic output (system messages).
    - `destination_path`: Path to the file or object which will receive the
      output; optional.  Used for determining relative paths (stylesheets,
      source links, etc.).
    - `input_encoding`: The encoding of `input_string`.  If it is an encoded
      8-bit string, provide the correct encoding.  If it is a Unicode string,
      use "unicode", the default.
    - `doctitle`: Disable the promotion of a lone top-level section title to
      document title (and subsequent section title to document subtitle
      promotion); enabled by default.
    - `initial_header_level`: The initial level for header elements (e.g. 1
      for "<h1>").
    )Úinput_encodingZdoctitle_xformÚinitial_header_levelÚhtml)ÚsourceÚsource_pathÚdestination_pathÚwriter_nameÚsettings_overrides)rZ
publish_parts)Úinput_stringr
rrÚdoctitlerÚ	overridesÚparts©rú5/tmp/pip-build-gk9425m9/docutils/docutils/examples.pyÚ
html_partss
rc	Cs2t||||||d}|d}|dkr.|j|ƒ}|S)aE
    Given an input string, returns an HTML fragment as a string.

    The return value is the contents of the <body> element.

    Parameters (see `html_parts()` for the remainder):

    - `output_encoding`: The desired encoding of the output.  If a Unicode
      string is desired, use the default value of "unicode" .
    )rr
rrrrÚ	html_bodyr)rÚencode)	rr
rrZoutput_encodingrrrÚfragmentrrrr4s

rcCsZ|r|jƒ}ni}||d<tjtj||tjd|dddddddd|ddd\}}|jj|fS)zx
    Return the document tree and publisher, for exploring Docutils internals.

    Parameters: see `html_parts()`.
    rNÚ
standaloneZrestructuredtextÚnull)Zsource_classr	r
Zdestination_classZdestinationrÚreaderZreader_nameÚparserÚparser_nameÚwriterrÚsettingsZ
settings_specr
Zconfig_sectionZenable_exit_status)ÚcopyrZpublish_programmaticallyrZStringInputZ
NullOutputrÚdocument)rr
rrr
rÚoutputZpubrrrÚ	internalsKs
r")NNrTr)NNrrTr)NNrN)Ú__doc__Zdocutilsrrrrr"rrrrÚ<module>s
!