Skip to content

Commit 5f197ce

Browse files
authored
Correct the link toward Google style guide. (#58)
* Correct the link toward Google style guide. * Fix the underline length.
1 parent e50b631 commit 5f197ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/source/guidelines/doc_practices.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Documentation Practices
44
=======================
55
PyAnsys documentation must not only be written but also maintained. If you are
66
new to writing developer documentation, see the `Google Developer Documentation
7-
Style Guide <https://developers.google.com/style/articles>`_. It provides
7+
Style Guide <https://developers.google.com/style>`_. It provides
88
editorial guidelines for writing clear and consistent developer documentation,
99
allowing this guide to supply guidance specific to PyAnsys library
1010
documentation.
@@ -186,7 +186,7 @@ Cloning a GitHub Repository
186186
---------------------------
187187
Contributing to a GitHub repository requires that you first clone the repository. While developers
188188
likely know many ways to do this, technical documentation specialists may need to review the
189-
following instructions for using either Windows PowerShell or GitBash to clone a GitHub repository.
189+
following instructions for using either Windows PowerShell or Git Bash to clone a GitHub repository.
190190

191191
Using Windows PowerShell to Clone a GitHub Repository
192192
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -218,12 +218,12 @@ To use Windows PowerShell to clone a GitHub repository:
218218
.. note::
219219
In PowerShell, typing ``dir`` is the equivalent to typing ``ls``.
220220

221-
Using GitBash to Clone a GitHub Repository
222-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
223-
To use GitBash to clone a GitHub repository:
221+
Using Git Bash to Clone a GitHub Repository
222+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
223+
To use Git Bash to clone a GitHub repository:
224224

225225
#. In the directory where you want to clone PyAnsys repositories, right-click and
226-
select ``GitBash Here``.
226+
select ``Git Bash Here``.
227227

228228
#. Type ``git clone`` followed by the address of the repo to clone.
229229

@@ -347,7 +347,7 @@ the GitHub PR:
347347

348348
If your PR is ready for review, select ``Create pull request``. Otherwise,
349349
select ``Create draft pull request`` and mark it as ready for review once
350-
you it includes all of your changes and you are satisfied with it.
350+
it includes all of your changes and you are satisfied with it.
351351

352352
If you need to change a PR title, to its right, click the ``Edit`` button,
353353
which becomes a ``Save`` button while you are in editing mode.

0 commit comments

Comments
 (0)