Skip to content

Commit 7c048e6

Browse files
committed
fix: rearrange
1 parent 03c20be commit 7c048e6

3 files changed

Lines changed: 26 additions & 21 deletions

File tree

docs/source/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,3 @@ If you want to know more about pytask, dive into one of the following topics.
7070
<p>API and implementation details for developers and plugin authors.</p>
7171
</a>
7272
</div>
73-
74-
For command-line usage, see the [command reference](reference_guides/commands.md).

docs/source/reference_guides/api/utilities_and_typing.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22

33
## Path Utilities
44

5-
::: pytask.path.import_path options: show_root_heading: true show_signature: true :::
6-
pytask.get_state_of_path ::: pytask.path.hash_path
5+
::: pytask.path.import_path
6+
options:
7+
show_root_heading: true
8+
show_signature: true
9+
::: pytask.get_state_of_path
10+
::: pytask.path.hash_path
711

812
## Tree Utilities
913

10-
::: pytask.tree_util.tree_flatten_with_path ::: pytask.tree_util.tree_leaves :::
11-
pytask.tree_util.tree_map ::: pytask.tree_util.tree_map_with_path :::
12-
pytask.tree_util.tree_structure
14+
::: pytask.tree_util.tree_flatten_with_path
15+
::: pytask.tree_util.tree_leaves
16+
::: pytask.tree_util.tree_map
17+
::: pytask.tree_util.tree_map_with_path
18+
::: pytask.tree_util.tree_structure
1319

1420
## Typing Helpers
1521

16-
::: pytask.Product ::: pytask.is_task_function
22+
::: pytask.Product
23+
::: pytask.is_task_function

mkdocs.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,22 @@ nav:
6262
- Pluggy: explanations/pluggy.md
6363
- Reference Guides:
6464
- Overview: reference_guides/index.md
65+
- API:
66+
- Overview: api/index.md
67+
- CLI Imports: api/cli_and_programmatic.md
68+
- Functional Interfaces: api/functional_interfaces.md
69+
- Core Classes And Exceptions: api/core_classes_and_exceptions.md
70+
- Marks: api/marks.md
71+
- Nodes And Tasks: api/nodes_and_tasks.md
72+
- Outcomes, Reports, And Warnings: api/outcomes_reports_and_warnings.md
73+
- Utilities And Typing: api/utilities_and_typing.md
6574
- Commands: reference_guides/commands.md
6675
- Configuration: reference_guides/configuration.md
67-
- Lockfile: reference_guides/lockfile.md
6876
- Hook Specifications: reference_guides/hookspecs.md
69-
- Type Hints: type_hints.md
70-
- Developer's Guide: developers_guide.md
71-
- Glossary: glossary.md
72-
- API:
73-
- Overview: api/index.md
74-
- CLI Imports: api/cli_and_programmatic.md
75-
- Functional Interfaces: api/functional_interfaces.md
76-
- Core Classes And Exceptions: api/core_classes_and_exceptions.md
77-
- Marks: api/marks.md
78-
- Nodes And Tasks: api/nodes_and_tasks.md
79-
- Outcomes, Reports, And Warnings: api/outcomes_reports_and_warnings.md
80-
- Utilities And Typing: api/utilities_and_typing.md
77+
- Lockfile: reference_guides/lockfile.md
78+
- Type Hints: reference_guides/type_hints.md
79+
- Developer's Guide: reference_guides/developers_guide.md
80+
- Glossary: reference_guides/glossary.md
8181
- Plugin List: plugin_list.md
8282
- Changelog: changes.md
8383

0 commit comments

Comments
 (0)