Commit Graph

6 Commits

Author SHA1 Message Date
Bala Subrahmanyam Varanasi 36d0adb8c1 pep8 compliant 2011-12-17 00:48:40 +05:30
Lars Buitinck 28fe278df3 More mutable default args
Two more remain in this file, but I'm lazy; these methods should be
using super.
2011-07-23 21:17:18 +02:00
Lars Buitinck 9fe5e60733 avoid mutable default arguments
These may introduce nasty and subtle bugs when stored as attributes.
Use None instead.
2011-07-23 01:47:40 +02:00
Fabian Pedregosa bbce0fde18 FIX: add newline after autosummary:: sphinx directive. 2011-07-07 15:40:25 +02:00
Gael varoquaux 09851fcc05 DOC: Fix warnings
Patching the numpy docscraper to avoid the use of 'toctree' that create a
lot of warnings for little good.

Fix warnings throughout the docs.
2011-04-10 22:44:13 +02:00
Gael Varoquaux 62ac02846b ENH: Make sure docs build on older versions of sphinx 2010-09-06 09:41:49 +02:00