From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: pycallgraph to org-mode Date: Wed, 05 Oct 2011 14:19:29 +0100 Message-ID: <4E8C5961.1090105@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBRNq-0002IW-7o for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 09:19:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBRNp-0001Ci-2f for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 09:19:38 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:48592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBRNo-0001Cb-UV for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 09:19:37 -0400 Received: by wwp14 with SMTP id 14so2099984wwp.30 for ; Wed, 05 Oct 2011 06:19:35 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm programming in Python and I have to understand how a quite complicated code base actually works. So I thought that using pycallgraph might help me, but the resulting figures are just normally too big, and also it's annoying to go and look at the code from the graph. So I had the following idea, add some functionalities to pycallgraph, to create a text file in org-mode format, where in every function there is also a link the actual file in the filesystem. I think it might come very handy, is there anything already to convert a graphviz directed graph into an org-mode file (it might speed up the process)? Or any code I should take a look at?