Commit Graph

147 Commits

Author SHA1 Message Date
David Thaler 1d8e574165 FIX #5485 Replaced missing plot_gp_regression with plot_gpr_co2 in carousel. 2015-12-16 19:53:11 -08:00
Rémy Léone 4d2fe36252 dict.has_key() deprecated 2015-11-19 17:16:44 +01:00
Joel Nothman 74d43342cd DOC don't show example thumbnails in latex docs 2015-08-29 19:07:53 +10:00
Nikolay Mayorov f4fe0f872b Support Python 2 and 3 2015-03-03 22:19:22 +01:00
Nikolay Mayorov 114062f764 Explicit encoding for opened files in gen_rst.py 2015-03-03 22:19:22 +01:00
Óscar Nájera 35e54116bf facecolor/edgecolor are passed arguments to savefig if they
differ from rcParam['figure.facecolor']
From nilearn
2014-12-11 00:16:40 +01:00
Óscar Nájera cc0a34ae0b fix gen_rst file extension 2014-12-02 00:02:43 +01:00
Óscar Nájera 2c0a6dbc8d gen_rst to use css tooltip instruction 2014-12-01 22:41:33 +01:00
Thomas Delteil daaec8ad63 reverted css to current stable, fixes the display bug 2014-11-30 12:25:58 +00:00
Dmitrijs Milajevs e52b7639d0 Don’t embed hyperlinks during latex file generation.
Should fix #3830
2014-11-29 13:30:54 +00:00
Óscar Nájera 68aa42b47f fix tab error 2014-11-18 22:25:35 +01:00
Óscar Nájera 6e904c8ec6 gen_rst informs file with missing documentation 2014-11-18 21:35:13 +01:00
jnothman 1100616187 Merge pull request #3571 from jnothman/fix-link-embedding
[MRG] DOC allow link embedding when some sites not available
2014-11-12 07:08:38 +11:00
Óscar Nájera 9be8718770 recovering deleted variable 2014-10-23 23:36:11 +02:00
Óscar Nájera 51d6fa2bc2 A short cleanup 2014-10-23 19:21:05 +02:00
Joel Nothman 787e4a0cea DOC extend documentation on sample generators
Also allow make_multilabel_classification to return underlying
distributions.
2014-08-25 19:36:58 +10:00
Joel Nothman c259c146da DOC allow link embedding to proceed when web sites unavailable 2014-08-25 00:19:41 +10:00
Joel Nothman 69ff0b21bd DOC fix link embedding regexp 2014-08-25 00:18:32 +10:00
Joel Nothman 3893cc3239 DOC move Attributes section to after Parameters and style likewise 2014-07-29 14:49:59 +10:00
Kyle Kastner 62f1f57ce5 Added directory checking for documentation builds, and corrected for Windows pathing 2014-07-23 16:31:23 +02:00
Olivier Grisel 7a7fca8a81 Merge pull request #2777 from jnothman/doc_linkcode
[MRG+2] DOC add links to github sourcecode in API reference
2014-07-21 16:18:48 +02:00
Joel Nothman 06b57ae5c3 DOC add links to github sourcecode in API reference 2014-07-21 23:27:10 +10:00
Joel Nothman 98f2275f33 DOC make neural networks example appear
Also make the absence of a README fail doc compilation
2014-07-21 18:23:06 +10:00
Joel Nothman 927de5ee10 DOC ensure longer underline 2014-07-20 01:32:42 +10:00
Joel Nothman 937f36cba7 DOC show referring examples on API reference pages 2014-07-20 01:32:42 +10:00
Joel Nothman e0d8c11409 COSMIT 2014-07-20 01:32:41 +10:00
Joel Nothman 1e42a6839b DOC link example gallery scripts rather than inline 2014-07-20 01:32:26 +10:00
Gael Varoquaux cfcb53da90 MAINT: more explicit glob pattern in doc generation 2014-07-14 15:47:17 +02:00
Olivier Grisel 2eb1e98eef MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
Olivier Grisel 6544ad27f9 FIX ensure that matplotlib.use('Agg') is called first when building the docs 2014-06-24 11:09:38 +02:00
jnothman aaefdbd3de Merge pull request #3165 from jnothman/links_in_examples
DOC more complete coverage of API linking in examples
2014-06-23 13:57:30 +10:00
Gael Varoquaux 67e0704421 FIX: examples with more than 10 images
Cc @ogrisel: I think this should make it to the release
2014-06-15 15:44:58 +02:00
Joel Nothman a30fafaefa TST remove dependencies for testing sphinxext 2014-06-06 14:12:42 +10:00
Joel Nothman 6f6a537d5f TST avoid nose running setup() in gen_rst.py 2014-06-05 23:44:53 +10:00
Joel Nothman aca4925ff4 TST add test for name identification in RST generation 2014-06-05 23:44:53 +10:00
Joel Nothman 875138aa8b DOC more complete coverage of API linking in examples
Previously ignored non-plot files.

Avoids some link over/undergeneration
2014-06-05 23:44:53 +10:00
Olivier Grisel bbd7d91ea6 PY3: more gen_rst.py fixes for Python 3 compat 2014-05-23 14:03:43 +02:00
Olivier Grisel 62e4975109 FIX: more Python 3 fixes for doc/gen_rst.py 2014-05-23 11:51:00 +02:00
Olivier Grisel 9f07963d4c FIX: typo in gen_rst.py 2014-04-17 09:03:01 -04:00
Olivier Grisel a32eb88d2d FIX: One more PY3 fix in the documentation generator 2014-04-16 18:02:16 -04:00
Olivier Grisel 3c1db1261f More Py3 fixes for sphinx build 2014-04-16 11:07:33 -04:00
Alyssa c039705ced [MRG] Addressed comment, fixed open-ended except
Except wile opening a URL now only catches AttributeError, eliminating an issue when
running Python 2 without internet connection.
2014-04-15 09:56:55 -04: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
Jaques Grobler 293c020411 change cache directory 2013-11-29 10:17:39 +01:00
Jaques Grobler 2373961459 speedup for docbuild using joblib 2013-11-28 23:45:03 +01:00
GaelVaroquaux 7b3e7c7c2f MAINT: make gen_rst more robust (minor) 2013-11-05 17:03:48 +01:00
Jaques Grobler 5c2a60f587 remove duplicate line 2013-10-14 13:36:16 +02:00
Jaques Grobler 616e026b30 remove writing of minutes/seconds 2013-10-14 11:29:18 +02:00
Jaques Grobler dde0ad9ffc cosmetic - shorten long line 2013-10-14 09:16:00 +02:00