diff --git a/doc/create_doc_windows.ps1 b/doc/create_doc_windows.ps1 index 8ba39b514f..086264b279 100644 --- a/doc/create_doc_windows.ps1 +++ b/doc/create_doc_windows.ps1 @@ -18,9 +18,9 @@ $Env:PYMAPDL_START_INSTANCE="FALSE" $Env:PYDPF_COMPOSITES_DOCKER_CONTAINER_PORT=59992 $Env:SPHINXOPT_NITPICKY=0 # whether to skip the gallery (examples) -$Env:PYACP_DOC_SKIP_GALLERY=0 +$Env:PYACP_DOC_SKIP_GALLERY="0" # whether to skip the API documentation -$Env:PYACP_DOC_SKIP_API=0 +$Env:PYACP_DOC_SKIP_API="0" $ParentDir = Split-Path -Parent $PSScriptRoot $DockerComposeFile = Join-Path -Path $ParentDir -ChildPath "docker-compose/docker-compose-extras.yaml" diff --git a/examples/modeling_features/05-rosettes-ply-directions.py b/examples/modeling_features/002-rosettes-ply-directions.py similarity index 100% rename from examples/modeling_features/05-rosettes-ply-directions.py rename to examples/modeling_features/002-rosettes-ply-directions.py diff --git a/examples/modeling_features/02-simple-selection-rules.py b/examples/modeling_features/003-simple-selection-rules.py similarity index 100% rename from examples/modeling_features/02-simple-selection-rules.py rename to examples/modeling_features/003-simple-selection-rules.py diff --git a/examples/modeling_features/03-advanced-selection-rules.py b/examples/modeling_features/004-advanced-selection-rules.py similarity index 100% rename from examples/modeling_features/03-advanced-selection-rules.py rename to examples/modeling_features/004-advanced-selection-rules.py diff --git a/examples/modeling_features/06-ply-direction-lookup-table.py b/examples/modeling_features/005-ply-direction-lookup-table.py similarity index 100% rename from examples/modeling_features/06-ply-direction-lookup-table.py rename to examples/modeling_features/005-ply-direction-lookup-table.py diff --git a/examples/modeling_features/04-layup-thickness-definitions.py b/examples/modeling_features/006-layup-thickness-definitions.py similarity index 100% rename from examples/modeling_features/04-layup-thickness-definitions.py rename to examples/modeling_features/006-layup-thickness-definitions.py diff --git a/examples/modeling_features/01-sandwich-panel-layup.py b/examples/modeling_features/010-sandwich-panel-layup.py similarity index 99% rename from examples/modeling_features/01-sandwich-panel-layup.py rename to examples/modeling_features/010-sandwich-panel-layup.py index b2d37ea992..b87a8f39ab 100644 --- a/examples/modeling_features/01-sandwich-panel-layup.py +++ b/examples/modeling_features/010-sandwich-panel-layup.py @@ -21,7 +21,7 @@ # SOFTWARE. """ -.. _sandwich_panel: +.. _sandwich_panel_example: Sandwich panel ============== diff --git a/examples/modeling_features/07-imported-plies.py b/examples/modeling_features/030-imported-plies.py similarity index 100% rename from examples/modeling_features/07-imported-plies.py rename to examples/modeling_features/030-imported-plies.py diff --git a/examples/modeling_features/021-imported-solid-model.py b/examples/modeling_features/031-imported-solid-model.py similarity index 100% rename from examples/modeling_features/021-imported-solid-model.py rename to examples/modeling_features/031-imported-solid-model.py