xo-indentlog: doc: add indentlog docs [WIP]
This commit is contained in:
parent
28172fc3d6
commit
7ddb79fadd
12 changed files with 560 additions and 0 deletions
37
docs/pretty_impl.rst
Normal file
37
docs/pretty_impl.rst
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
.. _pretty_impl:
|
||||
|
||||
Pretty Printer
|
||||
==============
|
||||
|
||||
Abstraction tower for *xo-indentlog* pretty-printer:
|
||||
|
||||
.. ditaa::
|
||||
:--scale: 0.85
|
||||
|
||||
+--------------------+
|
||||
| toppstr |
|
||||
+--------------------+
|
||||
| ppdetail |
|
||||
+--------------------+
|
||||
| ppstate |
|
||||
+--------------------+
|
||||
| ppconfig |
|
||||
+--------------------+
|
||||
|
||||
**toppstr**
|
||||
Pretty print arguments to string.
|
||||
|
||||
**ppdetail**
|
||||
Template for Type-specific pretty-printing.
|
||||
|
||||
**ppstate**
|
||||
Temporary state object. Created once for each top-level pretty-print call
|
||||
|
||||
**ppconfig**
|
||||
Pretty-printer configuration.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
ppstr functions <ppstr-reference>
|
||||
ppconfig class <ppconfig-reference>
|
||||
Loading…
Add table
Add a link
Reference in a new issue