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


Groups > comp.lang.python > #67451

source code control and documentation

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rmorgan466@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'svn': 0.05; 'subject:code': 0.07; 'facts': 0.09; 'hooks': 0.09; 'python': 0.11; 'ideally,': 0.16; 'library': 0.18; 'trying': 0.19; 'commit': 0.19; 'to:name:python-list@python.org': 0.22; 'this?': 0.23; 'passes': 0.24; '(or': 0.24; '---': 0.24; 'source': 0.25; 'first,': 0.26; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'large.': 0.31; 'class': 0.32; 'run': 0.32; 'open': 0.33; "can't": 0.35; 'classes': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'subject:skip:d 10': 0.36; 'doing': 0.36; 'hi,': 0.36; 'so,': 0.37; 'project': 0.37; 'server': 0.38; 'skip:& 10': 0.38; 'to:addr :python-list': 0.38; 'rather': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; '8bit%:6': 0.40; 'how': 0.40; 'manually': 0.60; 'atm': 0.68; 'special': 0.74; 'subject:source': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GIzh2PoI4t41Yy+HxAxtBfPkUjnsS0xC8FBFlCxJeuw=; b=K6nCPQFVYuQI9tbbFvl3JJXS9aGPyYvcT7MNiDOqs6Xx+xt80uG5Z86RY129UwnTku dDiVBw7AngyLmZ+m1vFvSKPlq5QovuRCGxhtpdxa4QcoTUDRTRDuscAsYsMgWi5jvo28 woecfgDai1DRV+LG2W9plyfJyZ0w7MloVzMkYFs/fZGO4HvkVzjD7eLUvj2kbYIXt//j n8hy//22VLxaBC+q/vtwuPd/ySWu0D2JuYwwGAPwuiGcPMdEvXM0MyyV8nnvUArSrCEe slnNgYS4NBQN9C/KICds22viVlHIpsuY4cnY3GUdIDAtrqAO5XDqV2WJPYcEgynZbWWe MDHA==
MIME-Version 1.0
X-Received by 10.60.132.142 with SMTP id ou14mr474960oeb.48.1393775816466; Sun, 02 Mar 2014 07:56:56 -0800 (PST)
Date Sun, 2 Mar 2014 10:56:56 -0500
Subject source code control and documentation
From Rita <rmorgan466@gmail.com>
To "python-list@python.org" <python-list@python.org>
Content-Type multipart/alternative; boundary=047d7b4724a26fe78a04f3a1b8b1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.7583.1393775825.18130.python-list@python.org> (permalink)
Lines 65
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1393775825 news.xs4all.nl 2873 [2001:888:2000:d::a6]:47237
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:67451

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,


I am trying to achieve this, every time I commit to svn I automatically
 run hooks to test my libraries, ATM I am doing this manually

cd libs
PYTHONPATH=. python test_lib.py

and if everything passes I do a svn commit -m 'committing code'

I don't have access to my svn server so I can't create my own hooks (or can
I?)

Also, I would like to auto-document my library and project so, when I do a
svn commit I would like to generate a sphinix-doc (and I am open to
suggestions).  In the source code do I need to do anything special to my
Classes and Functions?

class myClass(object):
  ""do I need to do anything special here"""?

Ideally, I would like to automatically draw a UML diagram since my codebase
is rather large.




How do people achieve this?



-- 
--- Get your facts first, then you can distort them as you please.--

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


Thread

source code control and documentation Rita <rmorgan466@gmail.com> - 2014-03-02 10:56 -0500

csiph-web