Skip to content

Commit 6265cd6

Browse files
committed
fix twine errors
1 parent 89765d2 commit 6265cd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ API-client for https://github.com/axllent/mailpit written in Python
88
:Authors:
99
Lars Liedtke <corvan@gmx.de>
1010
:Version:
11-
0.1.0
11+
0.10.1
1212

1313
----------
1414
Motivation
@@ -28,7 +28,7 @@ this library - as is Mailpit - is mostly meant for testing. Giving the url of Ma
2828
Client
2929
------
3030

31-
The client itself consists of the class :py:class:`API` in `mailpit/client/api.py <mailpit/client/api.py>`_, that offers methods, which query the API-Endpoints and are named respectively.
31+
The client itself consists of the class ``API`` in `mailpit/client/api.py <mailpit/client/api.py>`_, that offers methods, which query the API-Endpoints and are named respectively.
3232
To use this class, simply try something like this.
3333
You have to have Mailpit running on localhost for this [1]_ .
3434

@@ -45,14 +45,14 @@ For example with
4545
4646
messages = api.get_messages()
4747
48-
messages will be an instance of :py:class:`mailpit.client.models.Messages` , which you can find in link:mailpit/client/models/messages.py[mailpit/client/models.py]. +
48+
messages will be an instance of ``mailpit.client.models.Messages`` , which you can find in link:mailpit/client/models/messages.py[mailpit/client/models.py]. +
4949
The model-classes' attributes are named the same as Mailpit's responses, as documented in the API's `README.md <https://github.com/axllent/mailpit/blob/develop/docs/apiv1/README.md>`_, but as is convention in Python in Snakecase.
5050

5151
For examples have a look at the link:tests[tests]
5252

5353
== Testing
5454

55-
To make testing easier I plan to provide testhelpers like TestCase-classes of py:module:`unittest` and py:module:`pytest`-fixtures.
55+
To make testing easier I plan to provide testhelpers like TestCase-classes of ``unittest`` and ``pytest``-fixtures.
5656

5757
=== unittest
5858
tbd

0 commit comments

Comments
 (0)