Skip to content

Commit

Permalink
Documenting non-interactive (#2496)
Browse files Browse the repository at this point in the history
* * Adding `non_interactive` section. Documenting exceptions and how to work.
* Changing headers syntax.
* Adding tabs apdl/python.

* Avoiding retriving parameters in non_interactive

* Fixing vale

* Apply suggestions from code review

* Apply suggestions from code review

* Fixing vale

* Apply suggestions from code review

Co-authored-by: Camille <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixing vale and format issues

* Apply suggestions from code review

Co-authored-by: Kathy Pippert <[email protected]>

* Code review

* Apply suggestions from code review

Co-authored-by: Kathy Pippert <[email protected]>

* Apply suggestions from code review

Co-authored-by: Kathy Pippert <[email protected]>

* error typo

* fixing link

---------

Co-authored-by: Camille <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
4 people authored Nov 21, 2023
1 parent e1034f3 commit df48beb
Show file tree
Hide file tree
Showing 4 changed files with 345 additions and 139 deletions.
4 changes: 4 additions & 0 deletions doc/source/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,14 @@
.. _tds_article_web_app_1: https://towardsdatascience.com/ansys-in-a-python-web-app-part-1-post-processing-with-pydpf-44d2fbaa6135
.. _tds_article_web_app_2: https://towardsdatascience.com/ansys-in-a-python-web-app-part-2-pre-processing-solving-with-pymapdl-50428c18f8e7
.. _paraview_question_read_rst: https://discourse.paraview.org/t/reading-ansys-apdl-rst-results-in-paraview/9706
.. _python_context_manager: https://docs.python.org/3/reference/datamodel.html#with-statement-context-managers
.. _miktex: https://miktex.org
.. _numpydoc: https://numpydoc.readthedocs.io/en/latest/
.. _sphinx: https://www.sphinx-doc.org/en/master/
.. _vale: https://www.vale.sh
.. _vale_installation: https://vale.sh/docs/vale-cli/installation/


.. #Github links:
.. _gh_creating_pat: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token
.. _gh_centos_wsl_1: https://github.com/wsldl-pg/CentWSL/
Expand Down Expand Up @@ -161,6 +163,8 @@
.. _pymapdl_search_issues_pr: https://github.com/ansys/pymapdl/issues?q=
.. _pymapdl_latest_github_release: https://github.com/ansys/pymapdl/releases/latest
.. _pymapdl_latest_pdf_doc: https://github.com/ansys/pymapdl/releases/download/v%%PYMAPDLVERSION%%.0/pymapdl-Documentation-%%PYMAPDLVERSION%%.0.pdf
.. _pymapdl_discussion_speed_pymapdl_mapdl: https://github.com/ansys/pymapdl/discussions/757


.. #Python
.. _using_venv: https://docs.python.org/3/library/venv.html
Expand Down
Loading

0 comments on commit df48beb

Please sign in to comment.