Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
854d0da8
"src/vscode:/vscode.git/clone" did not exist on "d8a16635f47ac455abd61879bcc6be32dfeaa561"
Commit
854d0da8
authored
Mar 15, 2016
by
Davis King
Browse files
Improved html font sizes and made things look slightly nicer.
parent
7f611ea7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
docs/docs/dlib.css
docs/docs/dlib.css
+19
-2
docs/docs/ml.xml
docs/docs/ml.xml
+1
-1
No files found.
docs/docs/dlib.css
View file @
854d0da8
...
@@ -20,9 +20,15 @@ body
...
@@ -20,9 +20,15 @@ body
{
{
margin
:
0px
;
margin
:
0px
;
background-color
:
#EDF3EE
;
background-color
:
#EDF3EE
;
width
:
62.
5
em
;
width
:
62.
0
em
;
margin-left
:
auto
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-right
:
auto
;
font-size
:
17px
;
}
h1
,
h2
,
h3
{
line-height
:
1.2
;
}
}
#page_header
{
#page_header
{
...
@@ -51,6 +57,7 @@ body
...
@@ -51,6 +57,7 @@ body
background-color
:
white
;
background-color
:
white
;
border
:
1px
solid
rgb
(
102
,
102
,
102
);
border
:
1px
solid
rgb
(
102
,
102
,
102
);
width
:
100%
;
width
:
100%
;
line-height
:
1.3em
;
}
}
#main_text_title
#main_text_title
{
{
...
@@ -92,6 +99,7 @@ div.menu_footer {
...
@@ -92,6 +99,7 @@ div.menu_footer {
#bottom_content
#bottom_content
{
{
line-height
:
1.3em
;
}
}
/* ============================================================= */
/* ============================================================= */
...
@@ -123,7 +131,7 @@ div.include_file_more_details_wrapper
...
@@ -123,7 +131,7 @@ div.include_file_more_details_wrapper
}
}
div
.include_file
div
.include_file
{
{
font-size
:
1.
8
em
;
font-size
:
1.
3
em
;
font-weight
:
bold
;
font-weight
:
bold
;
font-family
:
monospace
;
font-family
:
monospace
;
...
@@ -262,6 +270,15 @@ div.inc {
...
@@ -262,6 +270,15 @@ div.inc {
border-bottom
:
black
solid
2px
;
border-bottom
:
black
solid
2px
;
}
}
tt
{
padding
:
0.3em
;
font-size
:
13px
;
font-family
:
monospace
;
background
:
rgb
(
240
,
240
,
240
);
color
:
black
;
}
.bdotted
{
border-bottom
:
1px
dotted
}
.bdotted
{
border-bottom
:
1px
dotted
}
...
...
docs/docs/ml.xml
View file @
854d0da8
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<h3>
Paper Describing dlib Machine Learning
</h3>
<h3>
Paper Describing dlib Machine Learning
</h3>
<pre>
<pre>
Davis E. King.
<a
href=
"http://jmlr.csail.mit.edu/papers/volume10/king09a/king09a.pdf"
>
Dlib-ml: A Machine Learning Toolkit
</a>
.
Davis E. King.
<a
href=
"http://jmlr.csail.mit.edu/papers/volume10/king09a/king09a.pdf"
>
Dlib-ml: A Machine Learning Toolkit
</a>
.
<i>
Journal of Machine Learning Research
</i>
10, pp. 1755-1758
, 2009
<i>
Journal of Machine Learning Research
</i>
, 2009
@Article{dlib09,
@Article{dlib09,
author = {Davis E. King},
author = {Davis E. King},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment