Skip to content

Commit

Permalink
Update source.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 1, 2023
1 parent 3763073 commit 94ec895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example_docs/code/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Adding Your Code

All source code (i.e. your various modules, functions, classes, and so on) should be placed in the [`/src/<MyPackageName>`] directory. A sample file named `examples/sample.py` is included here as a representative example, which you should replace.
All source code (i.e. your various modules, functions, classes, and so on) should be placed in the `/src/<MyPackageName>` directory. A sample file named `examples/sample.py` is included here as a representative example, which you should replace.

All the code in the `src` directory can be imported now that you have installed your package.

Expand Down

0 comments on commit 94ec895

Please sign in to comment.