Skip to content

Commit 3ba8502

Browse files
committed
🎨 add design document to Sphinx documentation
1 parent e09d610 commit 3ba8502

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

developing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
3738
and is used to specify the package metadata, dependencies, build tools and configurations.
3839
The [`src`](src) folder stores the actual source code of the package, where the package itself is

docs/developing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
```{include} ../developing.md
2+
:start-line: 0
3+
:relative-docs: www.rasmussenlab.com/python_package/docs
4+
:relative-images:
5+
```

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ reference/python_package
3030
:hidden: true
3131
3232
README
33+
developing
3334
```
3435

3536
## Indices and tables

0 commit comments

Comments
 (0)