Skip to content

Commit

Permalink
Merge pull request #1 from raucha/automated-documentation-update-6285…
Browse files Browse the repository at this point in the history
…828299

Automated documentation update
  • Loading branch information
raucha authored Sep 24, 2023
2 parents 4d15d79 + 46df67a commit 2b3f845
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
6 changes: 2 additions & 4 deletions src/color/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ A feature to remind you of your favorite color

```json
"features": {
"ghcr.io/devcontainers/feature-starter/color:1": {
"version": "latest"
}
"ghcr.io/raucha/devcontainer-features/color:1": {}
}
```

Expand All @@ -23,4 +21,4 @@ A feature to remind you of your favorite color

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/color/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/raucha/devcontainer-features/blob/main/src/color/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
6 changes: 2 additions & 4 deletions src/hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ A hello world feature

```json
"features": {
"ghcr.io/devcontainers/feature-starter/hello:1": {
"version": "latest"
}
"ghcr.io/raucha/devcontainer-features/hello:1": {}
}
```

Expand All @@ -23,4 +21,4 @@ A hello world feature

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/raucha/devcontainer-features/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
24 changes: 23 additions & 1 deletion src/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@

# pythoch feature
# Pytorch (pytorch)

pytorch feature

## Example Usage

```json
"features": {
"ghcr.io/raucha/devcontainer-features/pytorch:1": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|




---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/raucha/devcontainer-features/blob/main/src/pytorch/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 comments on commit 2b3f845

Please sign in to comment.