Skip to content

Instantly share code, notes, and snippets.

@freeman-lab
Created April 5, 2016 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freeman-lab/3c409bf2792302678ece78a5da6d3b17 to your computer and use it in GitHub Desktop.
Save freeman-lab/3c409bf2792302678ece78a5da6d3b17 to your computer and use it in GitHub Desktop.
minidocs highlight js test
```python
# create shifted copies
from numpy import arange
from scipy.ndimage.interpolation import shift
```
```python
# create shifted copies
from numpy import arange
from scipy.ndimage.interpolation import shift
reference = arange(9).reshape(3, 3)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment