We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33985fc commit d560534Copy full SHA for d560534
doc/source/guidelines/dev_practices.rst
@@ -38,7 +38,7 @@ To submit new code to a PyAnsys repository:
38
to your computer.
39
40
#. In your local repository, create a branch. See :ref:`branch_naming`and
41
- and `Branching Model <#Branching Model>`__.
+ and :ref:`branching_model`.
42
43
#. Add your new feature and commit it locally. Be sure to commit
44
frequently as the ability to revert to past commits is often helpful,
@@ -220,6 +220,8 @@ tasks:
220
- Spelling and style verification
221
- Documentation build
222
223
+.. _branching_model:
224
+
225
Branching Model
226
---------------
227
The branching model for a PyAnsys project enables rapid development of
0 commit comments