Skip to content

Commit

Permalink
add logo, simplify doc index page
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Jun 3, 2020
1 parent 5aaf524 commit e574d15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Binary file added docs/_static/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ table.dataframe tr:nth-child(even) {
blockquote {
border-left: 5px solid #eeeeee;
padding: 10px 20px;
}

div.sphinxsidebarwrapper p.logo {
margin-bottom: 30px;
}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
# documentation.
#
html_theme_options = {
'logo': 'logo.png',
'page_width': '1380px',
'sidebar_width': '220px',
'github_user': 'usc-isi-i2',
Expand Down
3 changes: 0 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
RLTK: Record Linkage ToolKit
============================

.. include:: ./../README.rst
:start-after: begin-intro
:end-before: end-intro
Expand Down

0 comments on commit e574d15

Please sign in to comment.