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 ``` diff --git a/docs/installation/index.md b/docs/installation/index.md index 608c7a74..507f7408 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](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