Skip to content

Commit

Permalink
Merge pull request #199 from pgrigorev/docs_plasticity
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode authored Nov 7, 2023
2 parents 785743f + eca68b3 commit 37ba323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: install_python
run: |
sudo apt-get update -qy
sudo apt-get install -y python3-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev
sudo apt-get install -y python3-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev libegl1 libopengl-dev
# Upgrade to latest meson and ninja
sudo pip install --upgrade meson ninja
Expand Down
2 changes: 1 addition & 1 deletion docs/applications/plasticity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation and tests
The majority of the tests (~70 %) are used during the development and adding new dislocations to the module. The idea is to check if `Dislocation analysis (DXA) <https://www.ovito.org/manual/reference/pipelines/modifiers/dislocation_analysis.html>`_ algorithm detects the same dislocation as we intend to create. These tests require `OVITO python interface <https://www.ovito.org/manual/python/index.html>`_ to be installed and are skipped if it is not detected. If you do not plan to add new structures to the module, you can safely ignore these tests.

Tutorials:
---------
----------

.. toctree::

Expand Down

0 comments on commit 37ba323

Please sign in to comment.