Good documentation should include two distinct elements - a Guide and an API:
- The Guide builds concepts, providing examples, etc.
GitBook is well suited to
| <html> | |
| <head> | |
| <title>Checkbox</title> | |
| <style> | |
| input[type=checkbox] { | |
| display:none; | |
| } | |
| input[type=checkbox] + label | |
| { |
| <head>((?!</head>).|\n)+</head> |
| """ | |
| Simply display the contents of the webcam with optional mirroring using OpenCV | |
| via the new Pythonic cv2 interface. Press <esc> to quit. | |
| """ | |
| import cv2 | |
| def show_webcam(mirror=False): | |
| cam = cv2.VideoCapture(0) |
Good documentation should include two distinct elements - a Guide and an API:
GitBook is well suited to