Skip to content

Commit e463858

Browse files
correct readme
1 parent 89c1b86 commit e463858

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Welcome to apipkg!
2-
------------------------
1+
Welcome to apipkg !
2+
-------------------
33

44
With apipkg you can control the exported namespace of a Python package and
55
greatly reduce the number of imports for your users.
@@ -17,6 +17,7 @@ Tutorial example
1717
Here is a simple ``mypkg`` package that specifies one namespace
1818
and exports two objects imported from different modules::
1919

20+
2021
# mypkg/__init__.py
2122
import apipkg
2223
apipkg.initpkg(__name__, {
@@ -76,11 +77,11 @@ Feedback?
7677

7778
If you have questions you are welcome to
7879

79-
* join the #pytest channel `on irc.libera.chat
80-
<ircs://irc.libera.chat:6697/#pytest>`_ (using an IRC client, `via webchat
81-
<https://web.libera.chat/#pytest>`_, or `via Matrix
82-
<https://matrix.to/#/%23pytest:libera.chat>`_).
83-
* create an issue on https://github.com/pytest-dev/apipkg/issues
80+
* join the **#pytest** channel on irc.libera.chat_
81+
(using an IRC client, via webchat_, or via Matrix_).
82+
* create an issue on the bugtracker_
8483

85-
have fun,
86-
holger krekel
84+
.. _irc.libera.chat: ircs://irc.libera.chat:6697/#pytest
85+
.. _webchat: https://web.libera.chat/#pytest
86+
.. _matrix: https://matrix.to/#/%23pytest:libera.chat
87+
.. _bugtracker: https://github.com/pytest-dev/apipkg/issues

0 commit comments

Comments
 (0)