forked from explosion/spaCy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
119 changed files
with
6,174 additions
and
3,790 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,3 +107,5 @@ website/demos/sense2vec/ | |
# Website | ||
website/_deploy.sh | ||
website/package.json | ||
|
||
website/blog/announcement.jade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
//- ---------------------------------- | ||
//- 💫 404 ERROR | ||
//- ---------------------------------- | ||
include _includes/_mixins | ||
|
||
p.u-text-large.u-text-center Ooops, this page does not exist. Click #[a(href="javascript:history.go(-1)") here] to go back. | ||
+landing-header | ||
h1.c-landing__title.u-heading-0 | ||
| Ooops, this page#[br] | ||
| does not exist! | ||
|
||
h2.c-landing__title.u-heading-3.u-padding-small | ||
a(href="javascript:history.go(-1)") Click here to go back. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
{ | ||
"globals": { | ||
"title": "spaCy.io", | ||
"title": "spaCy", | ||
"description": "spaCy is a free open-source library featuring state-of-the-art speed and accuracy and a powerful Python API.", | ||
|
||
"SITENAME": "spaCy", | ||
"SLOGAN": "Industrial-strength Natural Language Processing", | ||
"SLOGAN": "Industrial-strength Natural Language Processing in Python", | ||
"SITE_URL": "https://spacy.io", | ||
"EMAIL": "[email protected]", | ||
|
||
"COMPANY": "Explosion AI", | ||
"COMPANY_URL": "https://explosion.ai", | ||
"DEMOS_URL": "https://demos.explosion.ai", | ||
|
||
"SPACY_VERSION": "1.1", | ||
|
||
"SOCIAL": { | ||
"twitter": "spacy_io", | ||
"github": "explosion", | ||
|
@@ -21,9 +23,39 @@ | |
"SCRIPTS" : [ "main", "prism" ], | ||
"DEFAULT_SYNTAX" : "python", | ||
"ANALYTICS": "UA-58931649-1", | ||
"MAILCHIMP": { | ||
"user": "spacy.us12", | ||
"id": "83b0498b1e7fa3c91ce68c3f1", | ||
"list": "89ad33e698" | ||
}, | ||
|
||
"NAVIGATION": { | ||
"Home": "/", | ||
"Docs": "/docs", | ||
"Demos": "/docs/usage/showcase", | ||
"Blog": "https://explosion.ai/blog" | ||
}, | ||
|
||
"FOOTER": { | ||
"spaCy": { | ||
"Usage": "/docs/usage", | ||
"API Reference": "/docs/api", | ||
"Tutorials": "/docs/usage/tutorials", | ||
"Showcase": "/docs/usage/showcase" | ||
}, | ||
"Support": { | ||
"Issue Tracker": "https://github.com/explosion/spaCy/issues", | ||
"StackOverflow": "http://stackoverflow.com/questions/tagged/spacy", | ||
"Reddit usergroup": "https://www.reddit.com/r/spacynlp/", | ||
"Gitter chat": "https://gitter.im/explosion/spaCy" | ||
}, | ||
"Connect": { | ||
"Twitter": "https://twitter.com/spacy_io", | ||
"GitHub": "https://github.com/explosion/spaCy", | ||
"Blog": "https://explosion.ai/blog", | ||
"Contact": "mailto:[email protected]" | ||
} | ||
} | ||
|
||
"SPACY_VERSION": "1.0", | ||
"SPACY_STARS": "2500", | ||
"GITHUB": { "user": "explosion", "repo": "spacy" } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
//- ---------------------------------- | ||
//- 💫 INCLUDES > FOOTER | ||
//- ---------------------------------- | ||
include _mixins | ||
|
||
footer.o-footer.o-inline-list.u-pattern.u-text-center.u-text-label.u-text-strong | ||
span © #{new Date().getFullYear()} #[+a(COMPANY_URL, true)=COMPANY] | ||
footer.o-footer.u-text.u-border-dotted | ||
+grid.o-content | ||
each group, label in FOOTER | ||
+grid-col("quarter") | ||
ul | ||
li.u-text-label.u-color-subtle=label | ||
|
||
+a(COMPANY_URL + "/legal", true) Legal / Imprint | ||
a(href="mailto:#{EMAIL}") #[+icon("mail", 16)] | ||
each url, item in group | ||
li | ||
+a(url)(target=url.includes("http") ? "_blank" : "")=item | ||
|
||
+a("https://twitter.com/" + SOCIAL.twitter)(aria-label="Twitter") | ||
+icon("twitter", 20) | ||
if SECTION != "docs" | ||
+grid-col("quarter") | ||
include _newsletter | ||
|
||
+a("https://github.com/" + SOCIAL.github + "/spaCy")(aria-label="GitHub") | ||
+icon("github", 20) | ||
if SECTION == "docs" | ||
.o-content.o-block.u-border-dotted | ||
include _newsletter | ||
|
||
.o-inline-list.u-text-center.u-text-tiny.u-color-subtle | ||
span © #{new Date().getFullYear()} #[+a(COMPANY_URL, true)=COMPANY] | ||
|
||
+a(COMPANY_URL, true) | ||
+svg("graphics", "explosion", 45).o-icon.u-color-theme.u-grayscale | ||
|
||
+a(COMPANY_URL + "/legal", true) Legal / Imprint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.