Commit Graph

11 Commits

Author SHA1 Message Date
Rémy Léone 4d2fe36252 dict.has_key() deprecated 2015-11-19 17:16:44 +01:00
Joel Nothman 3893cc3239 DOC move Attributes section to after Parameters and style likewise 2014-07-29 14:49:59 +10:00
Joel Nothman a30fafaefa TST remove dependencies for testing sphinxext 2014-06-06 14:12:42 +10:00
Alyssa 2c17db1359 [MRG] Addressed comments 2014-04-14 19:52:13 -04:00
Alyssa 2e03618a0f <MRG> Doc generation works in Python 2 and 3
Documentation can be generated using Python 2 or Python 3 and sphinx
2014-04-14 17:53:01 -04:00
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