Add write_file and copy_file docs to README (#291)

This commit is contained in:
Christopher Sauer 2021-03-31 12:34:15 -07:00 committed by GitHub
parent f80bc733d4
commit b3ce9e70e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ s = shell.quote(p)
* [analysis_test](docs/analysis_test_doc.md)
* [build_test](docs/build_test_doc.md)
* [copy_file](docs/copy_file_doc.md)
* [write_file](docs/write_file_doc.md)
## Writing a new module