Merge pull request #369 from carver/docs-travis-target

Add docs test to Travis CI
This commit is contained in:
Jason Carver
2019-11-27 10:36:15 -08:00
committed by GitHub
41 changed files with 1404 additions and 39 deletions

View File

@ -55,7 +55,7 @@ def initialize_default_kademlia_router(
:param alpha: The alpha parameter from the paper
:param id_opt: optional id for host
:param storage: An instance that implements
:interface:`~kademlia.storage.IStorage`
:class:`~kademlia.storage.IStorage`
:return: return a default kademlia instance
"""
if not id_opt: