1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

update process() doc

This commit is contained in:
Kelly Brazil
2019-11-12 11:28:10 -08:00
parent 3bdcf44afb
commit 3ac75305df
39 changed files with 351 additions and 39 deletions

View File

@ -69,7 +69,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -321,7 +321,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -49,7 +49,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -49,7 +49,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -41,7 +41,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -125,7 +125,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -131,7 +131,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -73,7 +73,15 @@ Example:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{
"job_number": integer,

View File

@ -140,7 +140,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -212,7 +212,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -103,7 +103,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -93,7 +93,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -53,7 +53,15 @@ Example:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -309,7 +309,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -186,7 +186,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -97,7 +97,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -26,7 +26,15 @@ Example:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
{
"kernel_name": string,

View File

@ -31,7 +31,15 @@ Example:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
{
"time": string,

View File

@ -79,7 +79,15 @@ Examples:
process(proc_data)
```
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -68,7 +68,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -320,7 +320,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -48,7 +48,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -16,7 +16,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -48,7 +48,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -40,7 +40,15 @@ import jc
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -125,7 +125,15 @@ from ifconfigparser import IfconfigParser
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -130,7 +130,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -73,7 +73,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{
"job_number": integer,

View File

@ -140,7 +140,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -212,7 +212,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -102,7 +102,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -93,7 +93,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -52,7 +52,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -309,7 +309,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -185,7 +185,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -96,7 +96,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{

View File

@ -25,7 +25,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
{
"kernel_name": string,

View File

@ -30,7 +30,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
{
"time": string,

View File

@ -79,7 +79,15 @@ import jc.utils
def process(proc_data):
"""
schema:
Final processing to conform to the schema.
Parameters:
proc_data (dictionary) raw structured data to process
Returns:
dictionary structured data with the following schema:
[
{