Dimitri Papadopoulos Orfanos
3d4ee9e9dc
MNT Remove utf-8 encoding declarations ( #21260 )
...
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-14 17:59:36 +01:00
puhuk
337e0d234b
DOC Use :doi: and :arxiv: directives for references ( #21099 )
2021-10-20 13:53:25 -04:00
Thomas J. Fan
3ae7c76153
STY Enables black with experimental_string_processing=true ( #20412 )
2021-06-29 09:47:04 +02:00
Thomas J. Fan
82df48934e
MNT Applies black formatting to most of the code base ( #18948 )
2021-06-17 14:21:09 -04:00
Chiara Marmo
173cf5352c
DOC Mark add_toctree_function safe for parallel read and write ( #18123 )
2020-08-08 15:14:20 -04:00
Thomas J. Fan
cc7e6dbe6b
DOC Improves sidebar navigation for user guide ( #16964 )
2020-08-02 23:07:48 +10:00
Thomas J. Fan
903c82e118
Revert "ENH Patches sphinx.ext.autosummary for case insensitive file systems ( #13022 )" ( #17780 )
...
This reverts commit 8a695d7d85 .
2020-07-01 13:18:02 +02:00
Thomas J. Fan
dad615ae7a
MNT Fix extension for sphinx 3.0 ( #17724 )
2020-06-25 17:57:59 +02:00
Thomas J. Fan
8a695d7d85
ENH Patches sphinx.ext.autosummary for case insensitive file systems ( #13022 )
...
* ENH: Patches autosummary for case insensitive file systems
* DOC: More details
* REV
2020-06-25 14:49:42 +02:00
Juan Carlos Alfaro Jiménez
0ba19ad2d8
MNT Fix incorrect source code link for wrapped objects ( #17247 )
2020-05-16 22:19:13 -04:00
Adrin Jalali
69dbdf4f9b
MNT DOC don't warn if a ref with single backtick is not found ( #14040 )
2019-06-08 15:58:26 +04:00
Joel Nothman
a241d1e546
DOC use :pr: rather than :issue: in what's new ( #13701 )
2019-04-25 13:55:38 +02:00
Thomas J Fan
eeaaf94458
MNT Warns when reference can not be found. ( #13365 )
...
* DOC Adds term to column_transformer
* DOC Adjusts sphinx resolution
* DEV Adds comment
* ENH Uses python instead of css
2019-03-03 16:26:18 +01:00
Thomas J Fan
db2290ce38
MNT Fixes cross-reference and no reference issues in sphinx ( #13000 )
...
* DOC: Fixes cross references
* RFC: Minimizes diffs
* REV: Removes default-role
* ENH: Process python domain first
* ENH: Support sphinx 1.6.2
* RFC: Only reorder for python classes
* RFC: Adds early exit
* DOC: Uses term for ColumnTransformer
* REV: Removes styling from term
* ENH: Handle no references case
* ENH: Adds RuntimeError
* RFC: Adds runtime error message
* DOC: Adds comment on default_role
* CLN Removes term
2019-02-28 19:17:38 +01:00
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