File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11tlslite-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 )
Original file line number Diff line number Diff line change 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
2525from tlslite .api import *
You can’t perform that action at this time.
0 commit comments