8000 Revert "DOC Update contributing style (#12998)" · xhluca/scikit-learn@403d508 · GitHub
[go: up one dir, main page]

Skip to content

Commit 403d508

Browse files
author
Xing
authored
Revert "DOC Update contributing style (scikit-learn#12998)"
This reverts commit 8652734.
1 parent 7f8daaf commit 403d508

File tree

2 files changed

+24
-30
lines changed

2 files changed

+24
-30
lines changed

doc/developers/contributing.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -385,28 +385,28 @@ and Cython optimizations.
385385
sections.
386386

387387
Continuous Integration (CI)
388-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
389-
390-
* Travis is used for testing on Linux platforms
391-
* Appveyor is used for testing on Windows platforms
392-
* CircleCI is used to build the docs for viewing, for linting with flake8, and
393-
for testing with PyPy on Linux
394-
395-
Please note that if one of the following markers appear in the latest commit
396-
message, the following actions are taken.
397-
398-
====================== ===================
399-
Commit Message Marker Action Taken by CI
400-
---------------------- -------------------
401-
[scipy-dev] Add a Travis build with our dependencies (numpy, scipy, etc ...) development builds
402-
[ci skip] CI is skipped completely
403-
[doc skip] Docs are not built
404-
[doc quick] Docs built, but excludes example gallery plots
405-
[doc build] Docs built including example gallery plots
406-
====================== ===================
388+
............................
389+
390+
* Travis is used for testing on Linux platforms
391+
* Appveyor is used for testing on Windows platforms
392+
* CircleCI is used to build the docs for viewing, for linting with flake8, and
393+
for testing with PyPy on Linux
394+
395+
Please note that if one of the following markers appear in the latest commit
396+
message, the following actions are taken.
397+
398+
====================== ===================
399+
Commit Message Marker Action Taken by CI
400+
---------------------- -------------------
401+
[scipy-dev] Add a Travis build with our dependencies (numpy, scipy, etc ...) development builds
402+
[ci skip] CI is skipped completely
403+
[doc skip] Docs are not built
404+
[doc quick] Docs built, but excludes example gallery plots
405+
[doc build] Docs built including example gallery plots
406+
====================== ===================
407407

408408
Stalled pull requests
409-
^^^^^^^^^^^^^^^^^^^^^
409+
......................
410410

411411
As contributing a feature can be a lengthy process, some
412412
pull requests appear inactive but unfinished. In such a case, taking

doc/themes/scikit-learn/static/nature.css_t

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,7 @@ div.body h6 {
504504

505505
div.body h1,
506506
div.body h2,
507-
div.body h3,
508-
div.body h4 {
507+
div.body h3 {
509508
padding: 10px;
510509
text-align: center;
511510
border-radius: 10px;
@@ -514,8 +513,7 @@ div.body h4 {
514513
}
515514

516515
div.body h2,
517-
div.body h3,
518-
div.body h4 {
516+
div.body h3 {
519517
text-align: left;
520518
}
521519

@@ -539,13 +537,9 @@ div.body h3 {
539537
background-color: #eee;
540538
padding: 5px;
541539
border-radius: 10px;
540+
542541
}
543-
div.body h4 {
544-
font-size: 110%;
545-
background-color: #F4F4F4;
546-
padding: 5px;
547-
border-radius: 10px;
548-
}
542+
div.body h4 { font-size: 110%; background-color: #F4F4F4; }
549543
div.body h5 { font-size: 100%; background-color: #F4F4F4; }
550544
div.body h6 { font-size: 100%; background-color: #F4F4F4; }
551545

0 commit comments

Comments
 (0)
0