Skip to content

Commit ec2bcac

Browse files
committed
Document /etc package folder
1 parent 3897e56 commit ec2bcac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/packages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Additional folders may include
2626

2727
```text
2828
bin/ command-line interface
29+
etc/ configuration files
2930
src/ source files requiring compilation
3031
scripts/ supporting scripts for building and maintaining a package
3132
```
@@ -47,7 +48,7 @@ Which additional folders and files to include depends on the type of package and
4748

4849
### docs
4950

50-
The [documentation][stdlib-snippets] folder includes all documentation beside the `README`. This includes REPL help text (**required**) and documentation assets, such as equation SVGs, plots, and other figures.
51+
The [documentation][stdlib-snippets] folder includes all documentation beside the `README`. This includes REPL help text (**required**), CLI help text, and documentation assets, such as equation SVGs, plots, and other figures.
5152

5253
### examples
5354

0 commit comments

Comments
 (0)