skarim / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
http://eventable.github.io/vobject/
254 stars 93 forks source link

Make the documentation available online #143

Open Mebus opened 5 years ago

Mebus commented 5 years ago

Is it possible to make the documentation of the package available for online reading, e.g. at https://readthedocs.org/ ?

Mebus

kruug commented 5 years ago

How do you access each attribute inside the vCard?

The document that we have available to us only shows: >>> v.n.value.family u'Harris'

But how do I get other things, like the version?

Mebus commented 5 years ago

How do you access each attribute inside the vCard?

The document that we have available to us only shows: >>> v.n.value.family u'Harris'

But how do I get other things, like the version?

This doesn't have anything todo with my ticket.

kruug commented 5 years ago

It does, indirectly. You're asking for online documentation. I'm giving an example of why it's needed.

We're both asking for the same thing.

h4knet commented 5 years ago

Currently the so called "doc" is the same page as the website... http://eventable.github.io/vobject/

mfrasca commented 3 years ago

in my opinion, this module is lacking usable documentation. I'm relying on https://github.com/enesser/vCards-JS, trying to find the equivalent here.