Skip to content

Commit

Permalink
Fixed minore doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 6, 2023
1 parent a8180aa commit 4cc505e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
12 changes: 6 additions & 6 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Questions

If you have any question about the Python binding itself, you can

* `chat with us <https://discord.gg/BmUkEdMuFp>`_ on Discord,
* or `open an issue <https://github.com/wanadev/yoga/issues>`_ on Github.
* `chat with us <https://discord.gg/BmUkEdMuFp>`__ on Discord,
* or `open an issue <https://github.com/wanadev/pyguetzli/issues>`__ on Github.

If you have a question related to Guetzli, please look at the original Guetzli
repository:
Expand All @@ -23,7 +23,7 @@ Bugs
----

If you found a bug in the Python binding itself, please `open an issue
<https://github.com/wanadev/pyguetzli/issues>`_ on Github with as much
<https://github.com/wanadev/pyguetzli/issues>`__ on Github with as much
information as possible:

* How you installed PyGuetzli (Git, PyPI, Static build,...),
Expand All @@ -32,19 +32,19 @@ information as possible:
* ...

If you found a bug in Guetzli, please `open an issue
<https://github.com/google/guetzli/issues>`_ on its Github project.
<https://github.com/google/guetzli/issues>`__ on its Github project.


Pull Requests
-------------

Please consider `filing a bug <https://github.com/wanadev/pyguetzli/issues>`_
Please consider `filing a bug <https://github.com/wanadev/pyguetzli/issues>`__
before starting to work on a new feature. This will allow us to discuss the
best way to do it. This is, of course, not necessary if you just want to fix
some typo in the documentation or small errors in the code.

Please note that your code must pass tests and follow the coding style defined
by the `pep8 <https://pep8.org/>`_.
by the `pep8 <https://pep8.org/>`__.


Installing Development Dependencies
Expand Down

0 comments on commit 4cc505e

Please sign in to comment.