Skip to content

Commit 80b9b77

Browse files
committed
fix for lint
1 parent 2ad874d commit 80b9b77

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

AUTHORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Original
1010

1111
This utility derived from these projects.
1212

13-
* https://bitbucket.org/tk0miya/sphinx-gettext-helper
14-
* https://bitbucket.org/shimizukawa/sphinx-transifex
13+
* ``https://bitbucket.org/tk0miya/sphinx-gettext-helper``
14+
* ``https://bitbucket.org/shimizukawa/sphinx-transifex``

doc/basic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You need to use `tx` command for below features:
2727
* ``tx push -s`` : push pot (translation catalogs) to transifex.
2828
* ``tx pull -l ja`` : pull po (translated catalogs) from transifex.
2929

30-
.. _transifex-client: https://github.com/transifex/cli
30+
.. _Transifex Client: https://github.com/transifex/cli
3131

3232

3333
Installation
@@ -38,5 +38,5 @@ It is strongly recommended to use virtualenv/venv for this procedure::
3838
$ pip install sphinx-intl
3939

4040
If you want to use `Optional Features`_, you need install Transifex CLI tool.
41-
Please refer to `Installation instructions <https://github.com/transifex/cli#installation>`_.
41+
Please refer to `Installation instructions <https://github.com/transifex/cli>`_.
4242

doc/dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Setup development environment
2121
$ pip install -U pip setuptools wheel setuptools_scm
2222
$ pip install -r requirements-dev.txt
2323

24-
* Install Transifex CLI tool (refer to `Installation instructions <https://github.com/transifex/cli#installation>`_)::
24+
* Install Transifex CLI tool (refer to `Installation instructions <https://github.com/transifex/cli>`_)::
2525

2626
$ curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
2727

doc/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This section describe how to translate with Sphinx_ and `sphinx-intl` command.
2929

3030
`locale_dirs` is required and `gettext_compact` is optional.
3131

32-
refs `example <https://github.com/sphinx-doc/sphinx-intl/blob/master/doc/conf.py#L29>`__.
32+
refs `example <https://github.com/sphinx-doc/sphinx-intl/blob/master/doc/conf.py>`__.
3333

3434
3. Extract document's translatable messages into pot files::
3535

0 commit comments

Comments
 (0)