Skip to content

Commit

Permalink
docs(configurations): add path and project configurations with init, …
Browse files Browse the repository at this point in the history
…task, batch, and test files included
  • Loading branch information
entelecheia committed Jun 27, 2023
1 parent f0af38a commit f0aa8a6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/configs/path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Path Configurations

## `__init__.yaml`

```yaml
{% include "../../src/hyfi/conf/path/__init__.yaml" %}
```

## `__task__.yaml`

```yaml
{% include "../../src/hyfi/conf/path/__task__.yaml" %}
```

## `__batch__.yaml`

```yaml
{% include "../../src/hyfi/conf/path/__batch__.yaml" %}
```
13 changes: 13 additions & 0 deletions docs/configs/project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Project Configurations

## `__init__.yaml`

```yaml
{% include "../../src/hyfi/conf/project/__init__.yaml" %}
```

## `__test__.yaml`

```yaml
{% include "../../src/hyfi/conf/project/__test__.yaml" %}
```

0 comments on commit f0aa8a6

Please sign in to comment.