-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from quarkslab/clean_doc
Improve documentation
- Loading branch information
Showing
5 changed files
with
29 additions
and
144 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 |
---|---|---|
|
@@ -4,5 +4,6 @@ idascript/ | |
python-bindiff/ | ||
python-binexport/ | ||
qbindiff/ | ||
quokka/ | ||
|
||
venv/ |
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 |
---|---|---|
@@ -1,82 +1,24 @@ | ||
@charset "utf-8"; | ||
|
||
|
||
.md-content dl dt { | ||
font-weight: 700; | ||
margin-bottom: 12px; | ||
} | ||
|
||
.md-content dt{ | ||
display: table; | ||
margin: 6px 0; | ||
font-size: 90%; | ||
line-height: normal; | ||
background: #e7f2fa; | ||
/*color: #2980b9;*/ | ||
border-top: 3px solid #6ab0de; | ||
padding: 6px; | ||
position: relative | ||
} | ||
|
||
.md-content code, .md-content tt, code { | ||
white-space: nowrap; | ||
max-width: 100%; | ||
background: #fff; | ||
border: 1px solid #e1e4e5; | ||
font-size: 75%; | ||
padding: 0 5px; | ||
font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace; | ||
color: #e74c3c; | ||
overflow-x: auto; | ||
} | ||
|
||
|
||
.md-content code, .md-content tt { | ||
font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace; | ||
padding: 2px 5px; | ||
} | ||
|
||
.md-content em { | ||
font-style: italic; | ||
color: #2980b9; | ||
} | ||
|
||
.md-content dl:not(.docutils) | ||
dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt, | ||
html.writer-html5 .md-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) | ||
dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt { | ||
margin-bottom: 6px; | ||
border: none; | ||
border-left: 3px solid #ccc; | ||
background: #f0f0f0; | ||
color: #555; | ||
} | ||
|
||
.md-content em.property, | ||
.md-content em.sig-param{ | ||
color: #555; | ||
div.sphinxsidebar p.caption { | ||
background: linear-gradient(90deg, rgba(232, 232, 237, 0) 0%, rgb(232, 232, 237) 17.6px, rgb(232, 232, 237) 100%); | ||
font-weight: bold; | ||
font-size: 15px; | ||
} | ||
|
||
span.sig-name.descname { | ||
color: #000; | ||
.relbar, | ||
.relbar>a:hover .direction { | ||
color: #7B7B7B; | ||
} | ||
|
||
|
||
html.writer-html4 .md-content dl:not(.docutils) .descclassname, | ||
html.writer-html4 .md-content dl:not(.docutils) .descname, | ||
html.writer-html4 .md-content dl:not(.docutils) .sig-name, | ||
html.writer-html5 .md-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .descclassname, | ||
html.writer-html5 .md-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .descname, | ||
html.writer-html5 .md-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .sig-name { | ||
font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace; | ||
color: #000; | ||
.nav-icon:visited { | ||
color: #E5E5E5; | ||
} | ||
|
||
|
||
.boldlink a { | ||
font-weight: bold; | ||
font-size: 120%; | ||
} | ||
.boldlink a > code { | ||
border-width: 0px; | ||
} | ||
#topbar button:hover, | ||
#titlebar .buttons> :hover, | ||
#titlebar a:hover, | ||
.relbar a:hover, | ||
.relbar a:hover .icon { | ||
color: #2D2D2D; | ||
} |
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