Skip to content

Commit 834f9f3

Browse files
committed
Update of the documentation
1 parent 13b2d28 commit 834f9f3

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# add these directories to sys.path here. If the directory is relative to the
1313
# documentation root, use os.path.abspath to make it absolute, like shown here.
1414
#
15-
# import os
16-
# import sys
17-
# sys.path.insert(0, os.path.abspath('.'))
15+
import os
16+
import sys
17+
sys.path.insert(0, os.path.abspath('../'))
1818

1919
from re import compile as comp
2020

docs/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
The tool to convert domains to the famous IDNA format.
33
#######################################
44

5+
|Build Status| |Coverage Status| |license| |GitHub release| |Code style: black|
6+
7+
.. |Build Status| image:: https://travis-ci.com/funilrys/domain2idna.svg?branch=dev
8+
:target: https://travis-ci.com/funilrys/domain2idna
9+
.. |Coverage Status| image:: https://coveralls.io/repos/github/funilrys/domain2idna/badge.svg?branch=dev
10+
:target: https://coveralls.io/github/funilrys/domain2idna?branch=dev
11+
.. |license| image:: https://img.shields.io/github/license/funilrys/domain2idna.svg
12+
:target: https://github.com/funilrys/domain2idna/blob/dev/LICENSE
13+
.. |GitHub release| image:: https://img.shields.io/github/release/funilrys/domain2idna.svg
14+
:target: https://github.com/funilrys/domain2idna/releases/latest
15+
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
16+
:target: https://github.com/ambv/black
17+
518

619
Installation
720
************

domain2idna/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
from .core import Core
5454
from .helpers import File
5555

56-
VERSION = "1.4.0"
56+
VERSION = "1.4.1"
5757

5858

5959
def get(domain_to_convert):

0 commit comments

Comments
 (0)