Skip to content

Commit

Permalink
Automated reference documentation update for PR 56 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 27, 2024
1 parent 844d664 commit d104d48
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 131 deletions.
18 changes: 8 additions & 10 deletions docs/dagrunner.execute_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ see [class: dagrunner.plugin_framework.NodeAwarePlugin](dagrunner.plugin_framewo

see [class: dagrunner.utils.TimeIt](dagrunner.utils.md#class-timeit)

see [function: dagrunner.utils.function_to_argparse](dagrunner.utils.md#function-function_to_argparse)
see [function: dagrunner.utils.function_to_argparse_parse_args](dagrunner.utils.md#function-function_to_argparse_parse_args)

see [module: dagrunner.utils.logger](dagrunner.utils.logger.md#module-dagrunnerutilslogger)

see [function: dagrunner.utils.visualisation.visualise_graph](dagrunner.utils.visualisation.md#function-visualise_graph)

## class: `ExecuteGraph`

[Source](../dagrunner/execute_graph.py#L249)
[Source](../dagrunner/execute_graph.py#L266)

### Call Signature:

```python
ExecuteGraph(networkx_graph: str, networkx_graph_kwargs: dict = None, <function plugin_executor>, scheduler: str = 'processes', num_workers: int = 1, profiler_filepath: str = None, dry_run: bool = False, verbose: bool = False, sqlite_filepath: str = None, **kwargs)
ExecuteGraph(networkx_graph: str, networkx_graph_kwargs: dict = None, <function plugin_executor>, scheduler: str = 'processes', num_workers: int = 1, profiler_filepath: str = None, dry_run: bool = False, verbose: bool = False, **kwargs)
```

### function: `__call__`

[Source](../dagrunner/execute_graph.py#L350)
[Source](../dagrunner/execute_graph.py#L363)

#### Call Signature:

Expand All @@ -38,12 +38,12 @@ Call self as a function.

### function: `__init__`

[Source](../dagrunner/execute_graph.py#L250)
[Source](../dagrunner/execute_graph.py#L267)

#### Call Signature:

```python
__init__(self, networkx_graph: str, networkx_graph_kwargs: dict = None, <function plugin_executor>, scheduler: str = 'processes', num_workers: int = 1, profiler_filepath: str = None, dry_run: bool = False, verbose: bool = False, sqlite_filepath: str = None, **kwargs)
__init__(self, networkx_graph: str, networkx_graph_kwargs: dict = None, <function plugin_executor>, scheduler: str = 'processes', num_workers: int = 1, profiler_filepath: str = None, dry_run: bool = False, verbose: bool = False, **kwargs)
```

Execute a networkx graph using a chosen scheduler.
Expand Down Expand Up @@ -73,14 +73,12 @@ Args:
Optional.
- `verbose` (bool):
Print executed commands. Optional.
- `sqlite_filepath` (str):
Filepath to a SQLite database to store log records. Optional.
- `**kwargs`:
Optional global keyword arguments to apply to all applicable plugins.

### function: `visualise`

[Source](../dagrunner/execute_graph.py#L347)
[Source](../dagrunner/execute_graph.py#L360)

#### Call Signature:

Expand Down Expand Up @@ -109,7 +107,7 @@ Status: experimental.

## function: `main`

[Source](../dagrunner/execute_graph.py#L363)
[Source](../dagrunner/execute_graph.py#L374)

### Call Signature:

Expand Down
52 changes: 25 additions & 27 deletions docs/dagrunner.plugin_framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ see [function: dagrunner.utils.process_path](dagrunner.utils.md#function-process

## class: `DataPolling`

[Source](../dagrunner/plugin_framework.py#L166)
[Source](../dagrunner/plugin_framework.py#L167)

### Call Signature:

Expand All @@ -18,7 +18,7 @@ Abstract base class to define our plugin UI

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L167)
[Source](../dagrunner/plugin_framework.py#L168)

#### Call Signature:

Expand All @@ -37,10 +37,8 @@ Args:
- timeout (int): Timeout in seconds (default is 120 seconds).
- polling (int): Time interval in seconds between each poll (default is 1
second).
- file_count (int): Expected number of files to be found (default is None).
If specified, the total number of files found can be greater than the
number of arguments. Each argument is expected to return a minimum of
1 match each in either case.
- file_count (int): Expected number of files to be found for globular
expansion (default is >= 1 files per pattern).

Returns:
- None
Expand All @@ -50,7 +48,7 @@ Raises:

## class: `Input`

[Source](../dagrunner/plugin_framework.py#L240)
[Source](../dagrunner/plugin_framework.py#L268)

### Call Signature:

Expand All @@ -64,7 +62,7 @@ that are 'node aware'.

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L241)
[Source](../dagrunner/plugin_framework.py#L269)

#### Call Signature:

Expand All @@ -91,7 +89,7 @@ Raises:

## class: `Load`

[Source](../dagrunner/plugin_framework.py#L122)
[Source](../dagrunner/plugin_framework.py#L123)

### Call Signature:

Expand All @@ -103,7 +101,7 @@ Abstract base class to define our plugin UI

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L140)
[Source](../dagrunner/plugin_framework.py#L141)

#### Call Signature:

Expand All @@ -122,7 +120,7 @@ Args:

### function: `load`

[Source](../dagrunner/plugin_framework.py#L123)
[Source](../dagrunner/plugin_framework.py#L124)

#### Call Signature:

Expand All @@ -144,7 +142,7 @@ Raises:

## class: `LoadJson`

[Source](../dagrunner/plugin_framework.py#L274)
[Source](../dagrunner/plugin_framework.py#L302)

### Call Signature:

Expand All @@ -156,7 +154,7 @@ Load json file.

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L140)
[Source](../dagrunner/plugin_framework.py#L141)

#### Call Signature:

Expand All @@ -175,7 +173,7 @@ Args:

### function: `load`

[Source](../dagrunner/plugin_framework.py#L277)
[Source](../dagrunner/plugin_framework.py#L305)

#### Call Signature:

Expand All @@ -197,7 +195,7 @@ Raises:

## class: `LoadPickle`

[Source](../dagrunner/plugin_framework.py#L313)
[Source](../dagrunner/plugin_framework.py#L341)

### Call Signature:

Expand All @@ -209,7 +207,7 @@ Load pickle file.

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L140)
[Source](../dagrunner/plugin_framework.py#L141)

#### Call Signature:

Expand All @@ -228,7 +226,7 @@ Args:

### function: `load`

[Source](../dagrunner/plugin_framework.py#L316)
[Source](../dagrunner/plugin_framework.py#L344)

#### Call Signature:

Expand All @@ -250,7 +248,7 @@ Raises:

## class: `NodeAwarePlugin`

[Source](../dagrunner/plugin_framework.py#L41)
[Source](../dagrunner/plugin_framework.py#L42)

### Call Signature:

Expand All @@ -264,7 +262,7 @@ that are 'node aware'.

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L22)
[Source](../dagrunner/plugin_framework.py#L23)

#### Call Signature:

Expand All @@ -286,7 +284,7 @@ Returns:

## class: `Plugin`

[Source](../dagrunner/plugin_framework.py#L19)
[Source](../dagrunner/plugin_framework.py#L20)

### Call Signature:

Expand All @@ -298,7 +296,7 @@ Abstract base class to define our plugin UI

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L22)
[Source](../dagrunner/plugin_framework.py#L23)

#### Call Signature:

Expand All @@ -320,7 +318,7 @@ Returns:

## class: `SaveJson`

[Source](../dagrunner/plugin_framework.py#L285)
[Source](../dagrunner/plugin_framework.py#L313)

### Call Signature:

Expand All @@ -334,7 +332,7 @@ that are 'node aware'.

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L286)
[Source](../dagrunner/plugin_framework.py#L314)

#### Call Signature:

Expand All @@ -359,7 +357,7 @@ Returns:

## class: `SavePickle`

[Source](../dagrunner/plugin_framework.py#L324)
[Source](../dagrunner/plugin_framework.py#L352)

### Call Signature:

Expand All @@ -373,7 +371,7 @@ that are 'node aware'.

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L325)
[Source](../dagrunner/plugin_framework.py#L353)

#### Call Signature:

Expand All @@ -398,7 +396,7 @@ Returns:

## class: `Shell`

[Source](../dagrunner/plugin_framework.py#L49)
[Source](../dagrunner/plugin_framework.py#L50)

### Call Signature:

Expand All @@ -410,7 +408,7 @@ Abstract base class to define our plugin UI

### function: `__call__`

[Source](../dagrunner/plugin_framework.py#L50)
[Source](../dagrunner/plugin_framework.py#L51)

#### Call Signature:

Expand Down
Loading

0 comments on commit d104d48

Please sign in to comment.