On Wednesday, 28 January 2015 03:49:45 UTC-4, Gonzalo Peña-Castellanos wrote: > > > > > *Online help* > André raises a good point, but it looks so ugly!!! any alternative to this? > maybe styling the output with a custom css to make it look consistent > and pretty with Spyder then?? >
Hard-coded colors and style information are used in pydoc.py which serves pages as HTML4 document. I've removed all the hard-coded styling information and used html5 syntax to create a modified version: https://github.com/aroberge/mod_pydoc This work was essentially inspired by this discussion. The new styling is a quick-and-dirty job which could definitely be improved upon. Cheers, André -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
