Skip to content

Instantly share code, notes, and snippets.

View nocomplexity's full-sized avatar

Maikel Mardjan nocomplexity

View GitHub Profile
@nocomplexity
nocomplexity / spacy_intro.ipynb
Created February 22, 2018 11:11 — forked from aparrish/spacy_intro.ipynb
NLP Concepts with spaCy. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nocomplexity
nocomplexity / conf.py.rst
Created April 25, 2017 19:22 — forked from mgedmin/conf.py.rst
HOWTO add "Show on GitHub" and "Edit on GitHub" links to the Sphinx sidebar

Edit on GitHub links for Sphinx

Create _ext/ and _templates/ subdirectories.

Move edit_on_github.py into the _ext/ subdirectory.

Move sourcelink.html into the _templates/ subdirectory.

Add the following after the import sys, os line :