From 3000227a769e1e0b6e2d39f36f9fffafe34b71a8 Mon Sep 17 00:00:00 2001 From: Morten Engen Date: Fri, 12 Jun 2026 08:32:35 +0200 Subject: [PATCH 1/3] Update reference to group_label attr in geometry classes --- docs/api/geometry/geometry_creation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/api/geometry/geometry_creation.md b/docs/api/geometry/geometry_creation.md index 0edbcf25..3c78a2c6 100644 --- a/docs/api/geometry/geometry_creation.md +++ b/docs/api/geometry/geometry_creation.md @@ -15,6 +15,7 @@ .. autoproperty:: x .. autoproperty:: y .. autoproperty:: point + .. autoproperty:: group_label .. automethod:: translate .. automethod:: rotate @@ -34,6 +35,7 @@ .. autoproperty:: area .. autoproperty:: centroid .. autoproperty:: density + .. autoproperty:: group_label .. automethod:: translate .. automethod:: rotate @@ -95,6 +97,7 @@ In this section the classes and methods for creating special and common geometri .. autoproperty:: height .. autoproperty:: width + .. autoproperty:: group_label ``` @@ -105,6 +108,7 @@ In this section the classes and methods for creating special and common geometri .. autoproperty:: radius .. autoproperty:: diameter + .. autoproperty:: group_label ``` @@ -133,6 +137,5 @@ In this section the classes and methods for creating special and common geometri .. automethod:: __init__ .. autoproperty:: name - .. autoproperty:: group_label ``` From 5075f661d150ab69996a689f7c70765c82413e58 Mon Sep 17 00:00:00 2001 From: Morten Engen Date: Fri, 12 Jun 2026 08:42:36 +0200 Subject: [PATCH 2/3] Add tip about using python install manager --- docs/installation/index.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index 608c7a74..28664cc5 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -12,7 +12,7 @@ python -m pip install structuralcodes ::: :::: -::::{tab-item} Python launcher +::::{tab-item} Python install manager :sync: py :::{code-block} pwsh @@ -32,11 +32,17 @@ python -m pip install --upgrade structuralcodes ::: :::: -::::{tab-item} Python launcher +::::{tab-item} Python install manager :sync: py :::{code-block} pwsh py -m pip install --upgrade structuralcodes ::: :::: -::::: \ No newline at end of file +::::: + +:::{tip} + +If you are on Windows, we recommend using [Python install manager]() for installing and managing Python runtimes. Install the Python install manager with `winget` by typing `winget install python.pythoninstallmanager`. + +::: \ No newline at end of file From 781deb6b53e739bfd3cab77b6d664077b1775709 Mon Sep 17 00:00:00 2001 From: Morten Engen Date: Fri, 12 Jun 2026 08:57:54 +0200 Subject: [PATCH 3/3] Add link to python install manager --- docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index 28664cc5..507f7408 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -43,6 +43,6 @@ py -m pip install --upgrade structuralcodes :::{tip} -If you are on Windows, we recommend using [Python install manager]() for installing and managing Python runtimes. Install the Python install manager with `winget` by typing `winget install python.pythoninstallmanager`. +If you are on Windows, we recommend using [Python install manager](https://docs.python.org/3/using/windows.html#python-install-manager) for installing and managing Python runtimes. Install the Python install manager with `winget` by typing `winget install python.pythoninstallmanager`. ::: \ No newline at end of file