https://github.com/robertknight/using-hypothesis
Slides for a tutorial explaining how to use Hypothesis as a user and developer
https://github.com/robertknight/using-hypothesis
Last synced: 2 days ago
JSON representation
Slides for a tutorial explaining how to use Hypothesis as a user and developer
- Host: GitHub
- URL: https://github.com/robertknight/using-hypothesis
- Owner: robertknight
- Created: 2015-11-08T13:14:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T14:44:55.000Z (over 9 years ago)
- Last Synced: 2024-10-25T13:34:33.451Z (6 months ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Hypothesis
This repository contains slides for a brief
talk explaining how to use Hypothesis as a user
and developer for:* Annotating and discussing web pages
* Sharing annotations
* Getting public annotations from the API
* Adding annotation tools to your own web pages## Building the Slides
```
npm install .
make
python -m SimpleHTTPServer 8000
open http://localhost:8000/slides-cleaver.html
```