Skip to content

Commit

Permalink
Draft of guides/wordnet (#48)
Browse files Browse the repository at this point in the history
Related to #37
  • Loading branch information
yoyo-go authored Dec 15, 2020
1 parent 09420c1 commit 106ed19
Show file tree
Hide file tree
Showing 7 changed files with 1,273 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/_static/css/svg.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
svg {
width: 500px;
height: 300px;

position: relative;
left: 20%;
-webkit-transform: translateX(-20%);
-ms-transform: translateX(-20%);
transform: translateX(-20%);

}

3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = [
'css/svg.css',
]

# Don't offer to show the source of the current page
html_show_sourcelink = False
Expand Down
216 changes: 216 additions & 0 deletions docs/guides/images/sense-sense.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 106ed19

Please sign in to comment.