Skip to content

Commit fc7b864

Browse files
docs: reformat compactibility
1 parent d108bde commit fc7b864

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

doc/source/how-to/compatibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ higher than the threshold.
7474

7575
You can create a ``@max_version_supported`` decorator to implement this same
7676
kind of logic for forward incompatibility. Changing the ``@version_requires``
77-
decorator to ``@min_version_required`` is recommended.
77+
decorator to ``@min_version_required`` is recommended.

doc/source/how-to/setting-up.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,3 +515,13 @@ on the Microsoft Store.
515515
.. image:: images/windows_terminal.png
516516
:align: center
517517
:alt: Windows Terminal with different active shell sessions.
518+
519+
Next steps
520+
----------
521+
522+
With your development environment ready, you can:
523+
524+
* Read :doc:`contributing` to understand the PyAnsys coding standards and
525+
contribution workflow before opening your first pull request.
526+
* Read :doc:`supporting-python-versions` to decide which Python versions
527+
your library should support.

0 commit comments

Comments
 (0)