spaCy/website
2015-10-19 12:56:00 +11:00
..
src Merge pull request #137 from henningpeters/master 2015-10-10 01:40:29 +11:00
create_code_samples * Pedantic edits to website/create_code_samples. Make it use plac for interface, remove unnecessary regex, ensure unicode is handled correctly under Python 2. 2015-10-19 12:56:00 +11:00
Makefile * Don't build old license page 2015-10-09 14:58:45 +11:00
README.md Create README.md 2015-09-24 03:23:48 -07:00

Source for spacy.io

This directory contains the source for official spaCy website at http://spacy.io/.

Fixes, updates and suggestions are welcome.

Releases

Changes made to this directory go live on spacy.io. <When / how often?>

The Stack

The site is built with the Jade template language.

See the Makefile for more

Developing

To make and test changes

  npm install jade --global
  cd website
  make
  python -m SimpleHTTPServer 8000

Then visit localhost:8000/src/...