Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/source/_static/images/book-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/_static/images/books-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/source/_static/images/coding-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions docs/source/_static/images/light-bulb-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,27 @@ gutter: 3
:text-align: center
:img-top: _static/images/light-bulb.svg
:class-img-top: index-card-image
:class-item: only-light
:shadow: md

```{button-link} tutorials/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Tutorials
```

Tutorials help you to get started with pytask and how you manage your first project.

````

````{grid-item-card}
:text-align: center
:img-top: _static/images/light-bulb-light.svg
:class-img-top: index-card-image
:class-item: only-dark
:shadow: md

```{button-link} tutorials/index.html
Expand All @@ -76,6 +97,28 @@ Tutorials help you to get started with pytask and how you manage your first proj
:text-align: center
:img-top: _static/images/book.svg
:class-img-top: index-card-image
:class-item: only-light
:shadow: md

```{button-link} how_to_guides/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
How-to Guides
```

How-to guides provide instructions for very specific and advanced tasks and document
best-practices.

````

````{grid-item-card}
:text-align: center
:img-top: _static/images/book-light.svg
:class-img-top: index-card-image
:class-item: only-dark
:shadow: md

```{button-link} how_to_guides/index.html
Expand All @@ -96,6 +139,27 @@ best-practices.
:text-align: center
:img-top: _static/images/books.svg
:class-img-top: index-card-image
:class-item: only-light
:shadow: md

```{button-link} explanations/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Explanations
```

Explanations deal with key topics and concepts which underlie the package.

````

````{grid-item-card}
:text-align: center
:img-top: _static/images/books-light.svg
:class-img-top: index-card-image
:class-item: only-dark
:shadow: md

```{button-link} explanations/index.html
Expand All @@ -115,6 +179,27 @@ Explanations deal with key topics and concepts which underlie the package.
:text-align: center
:img-top: _static/images/coding.svg
:class-img-top: index-card-image
:class-item: only-light
:shadow: md

```{button-link} reference_guides/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Reference Guides
```

Reference guides explain the implementation and provide an entry-point for developers.

````

````{grid-item-card}
:text-align: center
:img-top: _static/images/coding-light.svg
:class-img-top: index-card-image
:class-item: only-dark
:shadow: md

```{button-link} reference_guides/index.html
Expand Down