Commit Graph

161 Commits

Author SHA1 Message Date
Aidan Fitzgerald 7dffa20363 [MRG+1] Fix typos in documentation (#9878)
* Fix grammatical error in

* Correct capitalization of "GitHub"

Used command `find . -type f -exec sed -i 's/Github/GitHub/g' {} \;` (h/t: https://stackoverflow.com/a/15402972)
2017-10-07 16:06:18 +02:00
Andreas Mueller 08ec7be764 MAINT Stop vendoring sphinx-gallery (#9403) 2017-09-11 07:39:37 +10:00
Andreas Mueller 71408e09e4 [MRG] update numpydoc to upstream, include fix for line numbers (#7355) 2017-07-18 19:34:54 +02:00
Óscar Nájera 7a23b2493f Update to Sphinx-Gallery v0.1.11 (#8222) 2017-06-06 16:35:24 +02:00
Loïc Estève fdfdbf025f Test sphinx extensions doctests only on Circle. (#8228)
Some sphinx extensions import sphinx in their doctests.
2017-01-25 22:40:47 +01:00
Óscar Nájera bddda7bc69 [MRG + 2] [MAINT] Update to Sphinx-Gallery 0.1.7 (#7986)
and use latest version of sphinx in CircleCI
2017-01-17 23:43:40 +01:00
Aman Dalmia c56925a350 [MRG + 1] DOC adding :user: role to whats_new (#7818)
* DOC adding :user: role to whats_new

* DOC correcting the improper username

* DOC adding exceptions for ImportError in sphinx_issues.py

* DOC added import for split_explicit_title

* DOC reverting to the old format for core devs

* DOC reverting changes for more users

* DOC removing extra lines and blank lines

* DOC Adding missing link target for user

* DOC fixing more links

* DOC adding missing links for new contributions

* DOC adding space before brackets in the user links

* DOC reverting a wrong change

* DOC adding final changes
2016-11-09 02:39:28 +01:00
Joel Nothman 3f4524e85e [MRG] DOC :issue: role to simplify what's news (#7657) 2016-10-26 00:04:35 +11:00
Óscar Nájera 1054e072da [MAINT] Upgrade to Sphinx-Gallery 0.1.4 (#7354)
* [MAINT] Upgrade to Sphinx-Gallery 0.1.4

* Don't run flake8 on Sphinx-Gallery

* Sphinx-Gallery loads the stylesheet not the layout

* Delete old css file of the gallery

* Incorporate scikit-learn css to wrap download buttons

* flake8 message that sphinx-gallery is not checked
2016-09-16 10:58:31 +02:00
Óscar Nájera e2e17edfb1 [MAINT] update to sphinx-gallery v0.1.2 2016-08-03 20:23:50 +02:00
Óscar Nájera 96f6162cb0 [MAINT] Update to sphinx-gallery v0.1.1 2016-08-03 20:23:50 +02:00
Óscar Nájera 17885af9b7 conf.py integrate sphinx-gallery 2016-08-03 20:23:50 +02:00
Óscar Nájera ca4e8023e4 [MAINT] Install sphinx-gallery v0.1.0 2016-08-03 20:23:50 +02:00
Joel Nothman 1870d6d2b9 DOC If git is not installed, need to catch OSError
Fixes #6860
2016-06-21 23:30:37 +10:00
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