Skip to content

Commit

Permalink
Fixed typos in contrib_doc.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat1000Sharma authored Nov 17, 2024
1 parent b444ac2 commit a7b303e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/contributing/contrib_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Ensure that you have the latest files::
git pull
git status

Before commiting changes run Continious Integration Scripts locally to run tests. Refer
Before committing changes run Continuous Integration Scripts locally to run tests. Refer
:ref:`doc_ci` for instructions on the same.

Follow standard git procedures to upload your new and modified files. The following commands are
Expand Down Expand Up @@ -189,7 +189,7 @@ Intersphinx
ScanCode toolkit documentation uses `Intersphinx <http://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html>`_
to link to other Sphinx Documentations, to maintain links to other Aboutcode Projects.

To link sections in the same documentation, standart reST labels are used. Refer
To link sections in the same documentation, standard reST labels are used. Refer
`Cross-Referencing <http://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#ref-role>`_ for more information.

For example::
Expand All @@ -203,7 +203,7 @@ For example::

It refers to the section itself, see :ref:`my-reference-label`.

Now, using Intersphinx, you can create these labels in one Sphinx Documentation and then referance
Now, using Intersphinx, you can create these labels in one Sphinx Documentation and then reference
these labels from another Sphinx Documentation, hosted in different locations.

You just have to add the following in the ``conf.py`` file for your Sphinx Documentation, where you
Expand Down Expand Up @@ -242,7 +242,7 @@ For more information, refer this tutorial named

.. _doc_style_conv:

Style Conventions for the Documentaion
Style Conventions for the Documentation
--------------------------------------

1. Headings
Expand Down

0 comments on commit a7b303e

Please sign in to comment.