Skip to content

Commit

Permalink
Merge branch 'main' into feat/exposing-some-params
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie authored Aug 14, 2023
2 parents 1682654 + 45d22be commit 2ffbcad
Show file tree
Hide file tree
Showing 21 changed files with 507 additions and 110 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you want to build your own docker image, visit the following link
Develop on a remote container
=============================

.. note:: If you are an Ansys employee or collaborator and want to use this development method, please email |pyansys_contact|.
.. note:: If you are an Ansys employee or collaborator and want to use this development method, please email `PyAnsys Core team <pyansys_core_>`_.

To use a `remote container <https://code.visualstudio.com/docs/devcontainers/containers>`_, you must install:

Expand Down Expand Up @@ -111,5 +111,5 @@ You can launch a container which all the required tools and start to work in cou
This is an easy way to get started with PyMAPDL development.

.. warning:: This method is only applicable and allowed to Ansys employees or collaborators.
If you are an Ansys employee and wants use this development method, please email |pyansys_contact|.
If you are an Ansys employee and wants use this development method, please email `PyAnsys Core team <pyansys_core_>`_.

4 changes: 4 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@
- name: Won't fix
description: ""
color: ffffff

- name: reminder
description: "Label for the reminder bot"
color: c5def5
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
PROJECT_NAME: 'PyMAPDL'
MAIN_PYTHON_VERSION: '3.9'
MAIN_PYTHON_VERSION: '3.10'
PACKAGE_NAME: 'ansys-mapdl-core'
PACKAGE_NAMESPACE: 'ansys.mapdl.core'
DOCUMENTATION_CNAME: 'mapdl.docs.pyansys.com'
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
name: "Build documentation"
runs-on: ubuntu-latest
needs: doc-style
timeout-minutes: 35
timeout-minutes: 45
outputs:
PYMAPDL_VERSION: ${{ steps.version.outputs.PYMAPDL_VERSION }}
env:
Expand All @@ -105,7 +105,7 @@ jobs:
- name: "Install OS packages"
run: |
sudo apt update
sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz
sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex
- name: "Test virtual framebuffer"
run: |
Expand Down
4 changes: 4 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
suppress_warnings = ["label.*"]
# supress_warnings = ["ref.option"]

# Graphviz diagrams configuration
graphviz_output_format = "png"

# numpydoc configuration
numpydoc_use_plots = True
Expand Down Expand Up @@ -285,6 +287,8 @@
# -- Options for LaTeX output ------------------------------------------------
latex_elements = {}

latex_engine = "xelatex"

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
Expand Down
2 changes: 1 addition & 1 deletion doc/source/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ These links refers to the following GitHub repository where you can find all of

If you find a missing or broken link, open an issue in
GitHub (`PyMAPDL Issues <pymapdl_issues_>`_)
or send an email to |pyansys_contact|.
or send an email to `PyAnsys Core team <pyansys_core_>`_.
2 changes: 1 addition & 1 deletion doc/source/getting_started/contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use these issue templates:

If your issue does not fit into one of these categories, create your own issue.

To reach the project support team, email |pyansys_contact|.
To reach the project support team, email `PyAnsys Core team <pyansys_core_>`_.

Viewing PyMAPDL documentation
=============================
Expand Down
Loading

0 comments on commit 2ffbcad

Please sign in to comment.