Python VTE reference documentation

View: New views
5 Messages — Rating Filter:   Alert me  

Python VTE reference documentation

by László Monda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi List,

As absurd as it may seem I don't find the Python reference
documentation for VTE.

Could somebody give me a helping hand?

Thanks in advance!

--
Laci  <http://monda.hu>
_______________________________________________
pygtk mailing list   pygtk@...
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Re: Python VTE reference documentation

by René 'Necoro' Neumann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Just use the normal vte documentation and do some abstraction. 90% of
the API is just mapped from C to Python.

László Monda schrieb:
> Hi List,
>
> As absurd as it may seem I don't find the Python reference
> documentation for VTE.
>
> Could somebody give me a helping hand?
>
> Thanks in advance!
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkrqExgACgkQ4UOg/zhYFuC0BACbBsMTyBYIQcmEVIyR8FXMQKRl
jzkAn2upQN+zaj53U1xrHngzcIx5z0Mi
=QhNu
-----END PGP SIGNATURE-----
_______________________________________________
pygtk mailing list   pygtk@...
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Re: Python VTE reference documentation

by László Monda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's not a huge problem for me but that's not an excuse for not having
Pythonized documentation for VTE.

Coduln't it be generated somehow?

On Thu, Oct 29, 2009 at 11:11 PM, René 'Necoro' Neumann <lists@...> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Just use the normal vte documentation and do some abstraction. 90% of
> the API is just mapped from C to Python.
>
> László Monda schrieb:
>> Hi List,
>>
>> As absurd as it may seem I don't find the Python reference
>> documentation for VTE.
>>
>> Could somebody give me a helping hand?
>>
>> Thanks in advance!
>>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkrqExgACgkQ4UOg/zhYFuC0BACbBsMTyBYIQcmEVIyR8FXMQKRl
> jzkAn2upQN+zaj53U1xrHngzcIx5z0Mi
> =QhNu
> -----END PGP SIGNATURE-----
>



--
Laci  <http://monda.hu>
_______________________________________________
pygtk mailing list   pygtk@...
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Re: Python VTE reference documentation

by A.T.Hofkamp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

László Monda wrote:
> It's not a huge problem for me but that's not an excuse for not having
> Pythonized documentation for VTE.
>
> Coduln't it be generated somehow?

No doubt it can.
As with any open source project, there are a zillion things to do, and only a
limited number of developers.

So instead of complaining, look into it, and fix the issue. I am sure it will
be appreciated both by the developers and by many other users.

Albert
_______________________________________________
pygtk mailing list   pygtk@...
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Re: Python VTE reference documentation

by László Monda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Oct 30, 2009 at 10:19 AM, A.T.Hofkamp <a.t.hofkamp@...> wrote:

> László Monda wrote:
>>
>> It's not a huge problem for me but that's not an excuse for not having
>> Pythonized documentation for VTE.
>>
>> Coduln't it be generated somehow?
>
> No doubt it can.
> As with any open source project, there are a zillion things to do, and only
> a limited number of developers.
>
> So instead of complaining, look into it, and fix the issue. I am sure it
> will be appreciated both by the developers and by many other users.

I've fetched the python-vte source package and there is a python
directory in it in which vte.defs contains a declarative structure
represented in Scheme which may be usable for generating the
documentation.

Anybody knows which tool should I use for this purpose?

--
Laci  <http://monda.hu>
_______________________________________________
pygtk mailing list   pygtk@...
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/