<div class="gmail_quote">On 28 November 2011 10:50, Tiago Coutinho <span dir="ltr"><<a href="mailto:coutinhotiago@gmail.com">coutinhotiago@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><br></div><div>Is there any way to remove the header or configure which parts of the header to show?</div>
<div>I was browsing through the 0.11 code for pdoc but could not find a easy way to do it besides rewriting pdoc.</div></blockquote><div><br>Note that it's pinfo which prints all that out, not pdoc.<br><br>I don't think it's configurable, but I think the simplest thing is to transform "ascan?" to "pdoc ascan" rather than "pinfo ascan". Have a look at the code here:<br>
<a href="https://github.com/ipython/ipython/blob/master/IPython/core/inputsplitter.py#L554">https://github.com/ipython/ipython/blob/master/IPython/core/inputsplitter.py#L554</a><br><br>Thomas<br></div></div><br>