Skip to content

Commit b68ef49

Browse files
committed
fix
1 parent 60754a4 commit b68ef49

5 files changed

Lines changed: 0 additions & 149 deletions

File tree

docs/source/reference_guides/api/cli_and_programmatic.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,5 @@ For command usage and options, see the
1515
## CLI Types
1616

1717
::: pytask.ColoredCommand
18-
options:
19-
filters:
20-
- "!^_[^_].*"
21-
- "!^__.*__$"
2218
::: pytask.ColoredGroup
23-
options:
24-
filters:
25-
- "!^_[^_].*"
26-
- "!^__.*__$"
2719
::: pytask.EnumChoice
28-
options:
29-
filters:
30-
- "!^_[^_].*"
31-
- "!^__.*__$"

docs/source/reference_guides/api/core_classes_and_exceptions.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,16 @@
33
## Exceptions
44

55
::: pytask.PytaskError
6-
options:
7-
filters:
8-
- "!^_[^_].*"
9-
- "!^__.*__$"
106
show_root_heading: true
117
show_signature: true
128
::: pytask.CollectionError
13-
options:
14-
filters:
15-
- "!^_[^_].*"
16-
- "!^__.*__$"
179
::: pytask.ConfigurationError
18-
options:
19-
filters:
20-
- "!^_[^_].*"
21-
- "!^__.*__$"
2210
::: pytask.ExecutionError
23-
options:
24-
filters:
25-
- "!^_[^_].*"
26-
- "!^__.*__$"
2711
::: pytask.ResolvingDependenciesError
28-
options:
29-
filters:
30-
- "!^_[^_].*"
31-
- "!^__.*__$"
3212
::: pytask.NodeNotCollectedError
33-
options:
34-
filters:
35-
- "!^_[^_].*"
36-
- "!^__.*__$"
3713
::: pytask.NodeNotFoundError
38-
options:
39-
filters:
40-
- "!^_[^_].*"
41-
- "!^__.*__$"
4214

4315
## Core Classes
4416

4517
::: pytask.Session
46-
options:
47-
filters:
48-
- "!^_[^_].*"
49-
- "!^__.*__$"
5018
::: pytask.DataCatalog
51-
options:
52-
filters:
53-
- "!^_[^_].*"
54-
- "!^__.*__$"

docs/source/reference_guides/api/nodes_and_tasks.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,73 +3,25 @@
33
## Protocols
44

55
::: pytask.PNode
6-
options:
7-
filters:
8-
- "!^_[^_].*"
9-
- "!^__.*__$"
106
show_root_heading: true
117
show_signature: true
128
::: pytask.PPathNode
13-
options:
14-
filters:
15-
- "!^_[^_].*"
16-
- "!^__.*__$"
179
::: pytask.PTask
18-
options:
19-
filters:
20-
- "!^_[^_].*"
21-
- "!^__.*__$"
2210
::: pytask.PTaskWithPath
23-
options:
24-
filters:
25-
- "!^_[^_].*"
26-
- "!^__.*__$"
2711
::: pytask.PProvisionalNode
28-
options:
29-
filters:
30-
- "!^_[^_].*"
31-
- "!^__.*__$"
3212

3313
## Nodes
3414

3515
::: pytask.PathNode
36-
options:
37-
filters:
38-
- "!^_[^_].*"
39-
- "!^__.*__$"
4016
::: pytask.PickleNode
41-
options:
42-
filters:
43-
- "!^_[^_].*"
44-
- "!^__.*__$"
4517
::: pytask.PythonNode
46-
options:
47-
filters:
48-
- "!^_[^_].*"
49-
- "!^__.*__$"
5018
::: pytask.DirectoryNode
51-
options:
52-
filters:
53-
- "!^_[^_].*"
54-
- "!^__.*__$"
5519
::: pytask.parse_dependencies_from_task_function
5620
::: pytask.parse_products_from_task_function
5721

5822
## Tasks
5923

6024
::: pytask.task
6125
::: pytask.Task
62-
options:
63-
filters:
64-
- "!^_[^_].*"
65-
- "!^__.*__$"
6626
::: pytask.TaskWithoutPath
67-
options:
68-
filters:
69-
- "!^_[^_].*"
70-
- "!^__.*__$"
7127
::: pytask.CollectionMetadata
72-
options:
73-
filters:
74-
- "!^_[^_].*"
75-
- "!^__.*__$"

docs/source/reference_guides/api/outcomes_reports_and_warnings.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,81 +3,29 @@
33
## Outcomes
44

55
::: pytask.ExitCode
6-
options:
7-
filters:
8-
- "!^_[^_].*"
9-
- "!^__.*__$"
106
show_root_heading: true
117
show_signature: true
128
::: pytask.CollectionOutcome
13-
options:
14-
filters:
15-
- "!^_[^_].*"
16-
- "!^__.*__$"
179
::: pytask.TaskOutcome
18-
options:
19-
filters:
20-
- "!^_[^_].*"
21-
- "!^__.*__$"
2210
::: pytask.Exit
23-
options:
24-
filters:
25-
- "!^_[^_].*"
26-
- "!^__.*__$"
2711
::: pytask.Persisted
28-
options:
29-
filters:
30-
- "!^_[^_].*"
31-
- "!^__.*__$"
3212
::: pytask.Skipped
33-
options:
34-
filters:
35-
- "!^_[^_].*"
36-
- "!^__.*__$"
3713
::: pytask.SkippedAncestorFailed
38-
options:
39-
filters:
40-
- "!^_[^_].*"
41-
- "!^__.*__$"
4214
::: pytask.SkippedUnchanged
43-
options:
44-
filters:
45-
- "!^_[^_].*"
46-
- "!^__.*__$"
4715
::: pytask.count_outcomes
4816

4917
## Reports
5018

5119
::: pytask.CollectionReport
52-
options:
53-
filters:
54-
- "!^_[^_].*"
55-
- "!^__.*__$"
5620
::: pytask.ExecutionReport
57-
options:
58-
filters:
59-
- "!^_[^_].*"
60-
- "!^__.*__$"
6121
::: pytask.DagReport
62-
options:
63-
filters:
64-
- "!^_[^_].*"
65-
- "!^__.*__$"
6622

6723
## Tracebacks
6824

6925
::: pytask.Traceback
70-
options:
71-
filters:
72-
- "!^_[^_].*"
73-
- "!^__.*__$"
7426

7527
## Warnings
7628

7729
::: pytask.WarningReport
78-
options:
79-
filters:
80-
- "!^_[^_].*"
81-
- "!^__.*__$"
8230
::: pytask.parse_warning_filter
8331
::: pytask.warning_record_to_str

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ site_description: pytask is a workflow management system that facilitates reprod
66

77
use_directory_urls: false
88
validation:
9-
unresolved_footnotes: false
109
# https://github.com/zensical/zensical/issues/600
1110
unresolved_references: false
1211
docs_dir: docs/source

0 commit comments

Comments
 (0)