Skip to content

Commit 74b7edf

Browse files
committed
feat: corrections
1 parent 1d6f3d0 commit 74b7edf

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

doc/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from glob import glob
33
import os
44
from pathlib import Path
5-
import sys
65
import subprocess
76

87
from ansys_sphinx_theme import (

doc/source/getting_started/contribute/developer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Contributing as a developer
3030
Clone the repository
3131
====================
3232

33-
Clone and install the latest version of PyDPF-Core in
33+
Clone the latest version of PyDPF-Core in
3434
development mode by running this code:
3535

3636
.. code-block:: bash

doc/source/getting_started/contribute/documentarian.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Write documentation
3131

3232
The documentation generator used in PyDPF-Core is `Sphinx`_. Most of the documents
3333
are written in `reStructuredText`_. Some parts of the documentation, like the
34-
:ref:`examples <Examples>`, uses a mix of `reStructuredText`_ and Python, thanks to `Sphinx-Gallery`_.
34+
:ref:`examples <Examples>`, use a mix of `reStructuredText`_ and Python, thanks to `Sphinx-Gallery`_.
3535
If you are interested in writing examples, see the :ref:`writing examples <write-examples>`
3636
section.
3737

doc/source/getting_started/contributing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Overall guidance on contributing to a PyAnsys repository appears in
88
in the *PyAnsys Developer's Guide*. Ensure that you are thoroughly familiar
99
with this guide before attempting to contribute to PyDPF-Core.
1010

11-
The following contribution information is classified according to your role in the PyDPF-Core project.
12-
11+
The following contribution information is specific to PyDPF-Core. Start by selecting your role in the project:
1312
.. grid:: 1 1 3 3
1413

1514
.. grid-item-card:: :fa:`user` User

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pytest-sphinx==0.6.3
99
pyvista==0.44.2
1010
sphinx==7.4.7
1111
sphinx-copybutton==0.5.2
12-
sphinx-jinja==2.0.2
1312
sphinx-gallery==0.19.0
13+
sphinx-jinja==2.0.2
1414
sphinx-notfound-page==1.1.0
1515
sphinx-reredirects==0.1.3
1616
sphinx_design==0.6.1

0 commit comments

Comments
 (0)