Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Website updates

Hi Nick,

I think it's a definite improvement.

As much as a memo for myself, standard pydoc generated html can be
obtained using:

pydoc -w <path/to/client.py>

This produces... interesting results:
http://h.ral.me/python/client.html  that don't *quite* :) fit in with
your theme and, hurrah, doesn't make use of CSS (there is an open bug
on the issue here: http://bugs.python.org/issue10716 )

Cheers,

Roger


On Sat, Feb 1, 2014 at 11:17 PM, Nicholas O'Leary <nick.oleary@xxxxxxxxx> wrote:
> Hi,
>
> as mentioned on the Paho call recently, I've begun working on a refresh of
> the Paho website.
>
> The intention is to have dedicated pages for each component that includes
> download links, getting-started guides, how-to build etc - something that is
> long overdue.
>
> I'll be looking to the owners of each component to help out once I've got a
> bit more of it in place. The goal is for consistency. I'm not so worried
> about getting auto-generated client docs looking the same (is the
> pydoc/jsdoc/javadoc stuff) but at the very least the landing pages for the
> clients need to be consistent in look and content.
>
> I am still working on an example component page (based on the JavaScript
> client, hence the rabbit hole of refactoring I emailed about earlier), but I
> have updated the main page. You can see it here:
> http://foo.knolleary.net/paho/
>
> Let me know what you think.
>
>
> Nick
>
>
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/paho-dev
>


Back to the top