Skip to content

I have fixed the typos in 2 files, kindly merge my PR as soon as possible #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributing to AboutCode
#########################

We welcome you and your interest in contributing to open source software! AboutCode
is always looking for enthusiatic contributors and we are happy to help with any questions
is always looking for enthusiastic contributors and we are happy to help with any questions
or comments. Here a few resources to get started:

1) Take a look through our public repos here: https://github.com/aboutcode-org/
Expand Down
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