Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16998

Re: Documentation for python-evolution - where?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!news-transit.tcx.org.uk!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'python': 0.08; 'api': 0.09; 'subject:python': 0.10; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'docstrings': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'gnome': 0.16; 'url:gnome': 0.16; 'mon,': 0.16; 'wrote:': 0.18; 'trying': 0.21; 'dec': 0.22; '(or': 0.22; 'header:In-Reply-To:1': 0.22; 'figure': 0.23; 'url:doc': 0.25; 'code.': 0.26; 'module': 0.26; "i'm": 0.26; 'beyond': 0.28; '(you': 0.28; 'bit': 0.28; 'message-id:@mail.gmail.com': 0.28; 'odd': 0.29; 'example': 0.29; 'chris': 0.30; '(as': 0.31; 'subject:?': 0.31; 'source': 0.31; "can't": 0.32; 'that,': 0.33; 'to:addr:python-list': 0.34; 'probably': 0.34; 'too': 0.34; 'anything': 0.34; 'external': 0.35; 'similar': 0.36; 'disk': 0.37; 'but': 0.37; 'received:google.com': 0.37; "there's": 0.37; 'patch': 0.38; 'received:209.85': 0.38; 'easier': 0.38; 'prepared': 0.39; 'url:org': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'once': 0.60; '2011': 0.61; 'your': 0.61; 'free': 0.64; 'here:': 0.66; 'money': 0.75; 'often,': 0.84; 'wanted,': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OXP+jiVo762yoYjaV2IGlmVzPw9WjnZe/kjwhLvKuaA=; b=bury0Z3SRGEWvo4Z5G+GkPlIJCpbGrkF9GfebqicexEpzGElNu/bjB9Ii5PQVQC9Za 3yC70rNrUhPSHqBSChOb4RS/l3zRVR53SkzIwwZzpCBAV8R12A87FLwg5atr4JYgwpAv sKGf+09qwFt7UvrFVaDOh6Rhk7/vtoFnxuGMM=
MIME-Version 1.0
In-Reply-To <3dnfr8-h6a.ln1@chris.zbmc.eu>
References <3dnfr8-h6a.ln1@chris.zbmc.eu>
Date Mon, 12 Dec 2011 12:13:32 +1100
Subject Re: Documentation for python-evolution - where?
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3523.1323652415.27778.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1323652415 news.xs4all.nl 6906 [2001:888:2000:d::a6]:55783
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:16998

Show key headers only | View raw


On Mon, Dec 12, 2011 at 9:28 AM,  <tinnews@isbd.co.uk> wrote:
> I'm trying to use the python evolution (as in Gnome Evolution) module
> but I can't find any documetation beyond the odd trivial example and
> the API documentation at http://doc.conduit-project.org/evolution-python/
> (or similar places presumably).

One of the downsides of software you don't pay money for is that, all
too often, there's little or no documentation. One of the upsides of
free software is that you can look at the source code. I don't know
anything about Python-Evolution, but if you're prepared to do a bit of
digging, you can probably find what you want here:

http://git.gnome.org/browse/gnome-python-desktop/tree/evolution/

(You probably have a copy of the same content on your own hard disk
somewhere, too.)

Once you figure out what you wanted, do consider sending a patch to
the maintainer(s), improving the docstrings and/or external
documentation, so the next person has an easier task. :)

Chris Angelico

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Documentation for python-evolution - where? tinnews@isbd.co.uk - 2011-12-11 22:28 +0000
  Re: Documentation for python-evolution - where? Chris Angelico <rosuav@gmail.com> - 2011-12-12 12:13 +1100
    Re: Documentation for python-evolution - where? tinnews@isbd.co.uk - 2011-12-12 16:40 +0000
      Re: Documentation for python-evolution - where? Chris Angelico <rosuav@gmail.com> - 2011-12-13 07:49 +1100

csiph-web