Skip to content

No pydoc documentation #5

@larsks

Description

@larsks

The methods on an API client object have no documentation:

>>> import ipfsApi
>>> api = ipfsApi.Client()
>>> help(api.ls)

This yields documentation on the partial class, which isn't terribly helpful. It is also impossible to ask for documentation on these methods using pydoc:

$ pydoc ipfsApi.Client.ls
no Python documentation found for 'ipfsApi.Client.ls'

This all seems very developer-unfriendly.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions