spaCy/website/docs/index.jade

26 lines
855 B
Plaintext
Raw Normal View History

2016-10-03 21:19:13 +03:00
//- 💫 DOCS
2016-03-31 17:24:48 +03:00
include ../_includes/_mixins
2016-10-31 21:04:15 +03:00
+aside("Help us improve the docs")
| Did you spot a mistake or come across explanations that
| are unclear? You can find a "Suggest edits" button at the
2017-03-26 12:14:44 +03:00
| bottom of each page that points you to the source.
2016-10-31 21:04:15 +03:00
| We always appreciate
| #[+a(gh("spaCy") + "/pulls") pull requests].#[br]#[br]
| Have you built something cool with spaCy, or did you
| write a tutorial to help others use spaCy?
| #[a(href="mailto:#{EMAIL}") Let us know!]
2016-03-31 17:24:48 +03:00
2016-10-31 21:04:15 +03:00
+grid
each details, title in sections
+card(false, false)
a(href=details.url)
+svg("graphics", details.svg, 300, 150).u-color-theme
2016-03-31 17:24:48 +03:00
2016-10-31 21:04:15 +03:00
a(href=details.url)
+h(3)=title
2016-03-31 17:24:48 +03:00
2016-10-31 21:04:15 +03:00
p=details.description
+button(details.url, true, "primary")(target="_self") View