Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
854d0da8
Commit
854d0da8
authored
Mar 16, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved html font sizes and made things look slightly nicer.
parent
7f611ea7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
dlib.css
docs/docs/dlib.css
+19
-2
ml.xml
docs/docs/ml.xml
+1
-1
No files found.
docs/docs/dlib.css
View file @
854d0da8
...
...
@@ -20,9 +20,15 @@ body
{
margin
:
0px
;
background-color
:
#EDF3EE
;
width
:
62.
5
em
;
width
:
62.
0
em
;
margin-left
:
auto
;
margin-right
:
auto
;
font-size
:
17px
;
}
h1
,
h2
,
h3
{
line-height
:
1.2
;
}
#page_header
{
...
...
@@ -51,6 +57,7 @@ body
background-color
:
white
;
border
:
1px
solid
rgb
(
102
,
102
,
102
);
width
:
100%
;
line-height
:
1.3em
;
}
#main_text_title
{
...
...
@@ -92,6 +99,7 @@ div.menu_footer {
#bottom_content
{
line-height
:
1.3em
;
}
/* ============================================================= */
...
...
@@ -123,7 +131,7 @@ div.include_file_more_details_wrapper
}
div
.include_file
{
font-size
:
1.
8
em
;
font-size
:
1.
3
em
;
font-weight
:
bold
;
font-family
:
monospace
;
...
...
@@ -262,6 +270,15 @@ div.inc {
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
}
...
...
docs/docs/ml.xml
View file @
854d0da8
...
...
@@ -27,7 +27,7 @@
<h3>
Paper Describing dlib Machine Learning
</h3>
<pre>
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,
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