Skip to content

Commit d560534

Browse files
committed
Fix use of both interpreted text role prefix and reference suffix
1 parent 33985fc commit d560534

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/guidelines/dev_practices.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To submit new code to a PyAnsys repository:
3838
to your computer.
3939

4040
#. In your local repository, create a branch. See :ref:`branch_naming`and
41-
and `Branching Model <#Branching Model>`__.
41+
and :ref:`branching_model`.
4242

4343
#. Add your new feature and commit it locally. Be sure to commit
4444
frequently as the ability to revert to past commits is often helpful,
@@ -220,6 +220,8 @@ tasks:
220220
- Spelling and style verification
221221
- Documentation build
222222

223+
.. _branching_model:
224+
223225
Branching Model
224226
---------------
225227
The branching model for a PyAnsys project enables rapid development of

0 commit comments

Comments
 (0)