Skip to content

Commit b5a915b

Browse files
committed
Fixing docs shields
1 parent e42f066 commit b5a915b

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ domdf_python_tools
3232
:target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest
3333
:alt: Documentation Status
3434

35-
.. |docs| image:: [Docs Check](https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
35+
.. |docs_check| image:: https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
3636
:target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Docs+Check%22
3737
:alt: Docs Check Status
3838

doc-source/Building.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Building from source
33
*********************
44

5-
To build the domdf_python_tools package from source using ``setuptools``, run the following command:
5+
To build the ``domdf_python_tools`` package from source using ``setuptools``, run the following command:
66

77
.. code-block:: bash
88
@@ -51,3 +51,9 @@ Different formats are available for built distributions
5151
:language: python
5252
:linenos:
5353

54+
**__pkginfo__.py**
55+
56+
57+
.. literalinclude:: ../__pkginfo__.py
58+
:language: python
59+
:linenos:

doc-source/Source.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Downloading source code
33
*******************************
44

5-
PyMS source code resides on publicly accessible GitHub servers,
6-
and can be accessed from the following URL: https://github.com/domdfcoding/domdf_python_tools/
5+
The ``domdf_python_tools`` source code resides on publicly accessible GitHub servers,
6+
and can be accessed from the following URL: https://github.com/domdfcoding/domdf_python_tools"
77

88
If you have ``git`` installed, you can clone the repository with the following command:
99

1010
.. code-block:: bash
1111
12-
$ git clone https://github.com/domdfcoding/domdf_python_tools/
13-
> Cloning into 'pyms'...
12+
$ git clone https://github.com/domdfcoding/domdf_python_tools"
13+
> Cloning into 'domdf_python_tools'...
1414
> remote: Enumerating objects: 47, done.
1515
> remote: Counting objects: 100% (47/47), done.
1616
> remote: Compressing objects: 100% (41/41), done.

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ domdf_python_tools
3333
:target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest
3434
:alt: Documentation Status
3535

36-
.. |docs| image:: [Docs Check](https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
36+
.. |docs_check| image:: https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
3737
:target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Docs+Check%22
3838
:alt: Docs Check Status
3939

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ changedir = {toxinidir}
6464
deps = setuptools >= 46.1.3
6565
pep517
6666
wheel >= 0.34.2
67-
commands = python -m pep517.build --source --binary
6867

68+
commands = python setup.py {posargs} sdist bdist_wheel
6969

7070

7171
[testenv:lint]

0 commit comments

Comments
 (0)