Skip to content

Commit 3367b68

Browse files
authored
Remove unused script from documentation generation (#152)
scripts/convert.py is no longer in use - references to it should be removed from the README
1 parent a63120c commit 3367b68

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

1.17/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ Running `scripts/generate.sh` will generate all dhall files from the kubernetes
373373
swagger specification, and copy them to `types` and `default`. It will also
374374
generate `README.md` from `docs/README.md.dhall`.
375375

376-
If you make changes to `scripts/convert.py` or `docs/README.md.dhall`, you need
377-
to run this command afterwards.
376+
If you make changes to `docs/README.md.dhall`, you need to run this command
377+
afterwards.
378378

379379

380380
[stack]: https://haskellstack.org/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ Running `scripts/generate.sh` will generate all dhall files from the kubernetes
393393
swagger specification, and copy them to `types` and `default`. It will also
394394
generate `README.md` from `docs/README.md.dhall`.
395395

396-
If you make changes to `scripts/convert.py` or `docs/README.md.dhall`, you need
397-
to run this command afterwards.
396+
If you make changes to `docs/README.md.dhall`, you need to run this command
397+
afterwards.
398398

399399

400400
[stack]: https://haskellstack.org/

docs/README.md.dhall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ Running `scripts/generate.sh` will generate all dhall files from the kubernetes
221221
swagger specification, and copy them to `types` and `default`. It will also
222222
generate `README.md` from `docs/README.md.dhall`.
223223

224-
If you make changes to `scripts/convert.py` or `docs/README.md.dhall`, you need
225-
to run this command afterwards.
224+
If you make changes to `docs/README.md.dhall`, you need to run this command
225+
afterwards.
226226

227227

228228
[stack]: https://haskellstack.org/

0 commit comments

Comments
 (0)