Skip to content

Commit

Permalink
Merge branch 'doc/documenting-non_interactive' of https://github.com/…
Browse files Browse the repository at this point in the history
…pyansys/pymapdl into doc/documenting-non_interactive
  • Loading branch information
germa89 committed Nov 21, 2023
2 parents a59525c + dc1d5c4 commit 27ceeec
Show file tree
Hide file tree
Showing 38 changed files with 1,400 additions and 925 deletions.
1 change: 1 addition & 0 deletions .ci/start_mapdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ docker run \
-p $PYMAPDL_DB_PORT:50055 \
--shm-size=1gb \
-e I_MPI_SHM_LMT=shm \
-e P_SCHEMA=/ansys_inc/ansys/ac4/schema \
--oom-kill-disable \
--memory=6656MB \
--memory-swap=16896MB \
Expand Down
1 change: 1 addition & 0 deletions .ci/start_mapdl_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ docker run \
-p $PYMAPDL_DB_PORT:50055 \
--shm-size=1gb \
-e I_MPI_SHM_LMT=shm \
-e P_SCHEMA=/ansys_inc/v222/ansys/ac4/schema \
-w /jobs \
-u=0:0 \
--oom-kill-disable \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ jobs:
env:
ON_LOCAL: true
ON_UBUNTU: true
P_SCHEMA: "/ansys_inc/v222/ansys/ac4/schema"
PYTEST_TIMEOUT: 120 # seconds. Limit the duration for each unit test

steps:
Expand Down
92 changes: 0 additions & 92 deletions doc/source/api/building_example.rst

This file was deleted.

2 changes: 0 additions & 2 deletions doc/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ PyMAPDL, see :ref:`ref_mapdl_commands`.
Pyansys Math <https://math.docs.pyansys.com/version/stable/>
solution
xpl
building_example
unit_testing
174 changes: 0 additions & 174 deletions doc/source/api/unit_testing.rst

This file was deleted.

Loading

0 comments on commit 27ceeec

Please sign in to comment.