-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG][DOC] Fixes almost all warnings in the docs (#338)
* Update API names, unuse depretaed html4 * Fixes a lot of warning. Add Methods doctree * More warnings solved * Fix docs dependencies * New style for Example Code and References * Add all Methods to all classes in docstrings, in alphabetical order * Add MetricTransformer and MahalanobisMixin to auto-docs * Delete unused vars in docs. Use simple quotes * Fix identation * Fix Github CI instead of old Travis CI * References Lists are now numbered * RemoveExample Code body almost everywhere * Removed Methods directive. Kept warnings * Deprecated directive now is red as in sklearn
- Loading branch information
Showing
16 changed files
with
175 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.hatnote { | ||
border-color: #e1e4e5 ; | ||
border-style: solid ; | ||
border-width: 1px ; | ||
font-size: x-small ; | ||
font-style: italic ; | ||
margin-left: auto ; | ||
margin-right: auto ; | ||
margin-bottom: 24px; | ||
padding: 12px; | ||
} | ||
.hatnote-gray { | ||
background-color: #f5f5f5 | ||
} | ||
.hatnote li { | ||
list-style-type: square; | ||
margin-left: 12px !important; | ||
} | ||
.hatnote ul { | ||
list-style-type: square; | ||
margin-left: 0px !important; | ||
margin-bottom: 0px !important; | ||
} | ||
.deprecated { | ||
color: #b94a48; | ||
background-color: #F3E5E5; | ||
border-color: #eed3d7; | ||
margin-top: 0.5rem; | ||
padding: 0.5rem; | ||
border-radius: 0.5rem; | ||
margin-bottom: 0.5rem; | ||
} | ||
|
||
.deprecated p { | ||
margin-bottom: 0 !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.