mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
doc update
This commit is contained in:
@ -11,12 +11,17 @@ and file-types to dictionaries and lists of dictionaries.
|
|||||||
|
|
||||||
## Interactive Documentation
|
## Interactive Documentation
|
||||||
|
|
||||||
|
Using `jc` in your python programs:
|
||||||
|
|
||||||
>>> help('jc')
|
>>> help('jc')
|
||||||
>>> help('jc.lib')
|
>>> help('jc.lib')
|
||||||
|
>>> jc.get_help('parser_module_name')
|
||||||
|
|
||||||
|
Developing `jc` parsers:
|
||||||
|
|
||||||
>>> help('jc.utils')
|
>>> help('jc.utils')
|
||||||
>>> help('jc.streaming')
|
>>> help('jc.streaming')
|
||||||
>>> help('jc.parsers.universal')
|
>>> help('jc.parsers.universal')
|
||||||
>>> jc.get_help('parser_module_name')
|
|
||||||
|
|
||||||
## Online Documentation
|
## Online Documentation
|
||||||
|
|
||||||
|
@ -7,12 +7,17 @@ and file-types to dictionaries and lists of dictionaries.
|
|||||||
|
|
||||||
## Interactive Documentation
|
## Interactive Documentation
|
||||||
|
|
||||||
|
Using `jc` in your python programs:
|
||||||
|
|
||||||
>>> help('jc')
|
>>> help('jc')
|
||||||
>>> help('jc.lib')
|
>>> help('jc.lib')
|
||||||
|
>>> jc.get_help('parser_module_name')
|
||||||
|
|
||||||
|
Developing `jc` parsers:
|
||||||
|
|
||||||
>>> help('jc.utils')
|
>>> help('jc.utils')
|
||||||
>>> help('jc.streaming')
|
>>> help('jc.streaming')
|
||||||
>>> help('jc.parsers.universal')
|
>>> help('jc.parsers.universal')
|
||||||
>>> jc.get_help('parser_module_name')
|
|
||||||
|
|
||||||
## Online Documentation
|
## Online Documentation
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user