Skip to content

Commit

Permalink
Sort examples (#719)
Browse files Browse the repository at this point in the history
* Sort examples
  • Loading branch information
roosre authored Nov 28, 2024
1 parent 751e393 commit 3ae9d16
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/create_doc_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SOFTWARE.

"""
.. _sandwich_panel:
.. _sandwich_panel_example:
Sandwich panel
==============
Expand Down

0 comments on commit 3ae9d16

Please sign in to comment.