Skip to content

Commit 807a3db

Browse files
authored
Merge pull request #392 from tomato42/RtD-badge
RtD badge/docs fixes
2 parents d16a686 + 472b89f commit 807a3db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
tlslite-ng version 0.8.0-alpha36 (2020-01-17)
22

33
[![Build Status](https://travis-ci.org/tomato42/tlslite-ng.svg?branch=master)](https://travis-ci.org/tomato42/tlslite-ng)
4+
[![Read the Docs](https://img.shields.io/readthedocs/tlslite-ng)](https://tlslite-ng.readthedocs.io/en/latest/)
45
[![Coverage Status](https://coveralls.io/repos/tomato42/tlslite-ng/badge.svg?branch=master)](https://coveralls.io/r/tomato42/tlslite-ng?branch=master)
5-
[![Code Health](https://landscape.io/github/tomato42/tlslite-ng/master/landscape.svg?style=flat)](https://landscape.io/github/tomato42/tlslite-ng/master)
66
[![Code Climate](https://codeclimate.com/github/tomato42/tlslite-ng/badges/gpa.svg)](https://codeclimate.com/github/tomato42/tlslite-ng)
77

88
[![Build history](https://buildstats.info/travisci/chart/tomato42/tlslite-ng?branch=master&includeBuildsFromPullRequest=false)](https://travis-ci.org/tomato42/tlslite-ng/builds)

tlslite/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
1919
from tlslite.api import *
2020
21-
Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
22-
(Or, use one of the integration classes in L{tlslite.integration}).
21+
Then use the :py:class:`TLSConnection` class with a socket.
22+
(Or, use one of the integration classes in :py:mod:`tlslite.integration`).
2323
"""
2424

2525
from tlslite.api import *

0 commit comments

Comments
 (0)