File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- # Python package template
1+ # Design descriptions and details for the Python package template
22
33> Author: Henry Webel
44
@@ -32,7 +32,8 @@ python_package
3232
3333## Core packaging files
3434
35- We will first look at [ ` pyproject.toml ` ] and it's relation to the [ ` src ` ] ( src ) directory. The
35+ We will first look at [ ` pyproject.toml ` ] ( pyproject.toml ) and it's relation to the
36+ [ ` src ` ] ( src ) directory. The
3637[ ` project.toml ` ] ( pyproject.toml ) file is the main configuration file for the Python package
3738and is used to specify the package metadata, dependencies, build tools and configurations.
3839The [ ` src ` ] ( src ) folder stores the actual source code of the package, where the package itself is
Original file line number Diff line number Diff line change 1+ ``` {include} ../developing.md
2+ :start-line: 0
3+ :relative-docs: www.rasmussenlab.com/python_package/docs
4+ :relative-images:
5+ ```
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ reference/python_package
3030:hidden: true
3131
3232README
33+ developing
3334```
3435
3536## Indices and tables
You can’t perform that action at this time.
0 commit comments