Skip to content

Commit 645f470

Browse files
committed
added docs folder
1 parent 6f347f7 commit 645f470

File tree

8 files changed

+11856
-0
lines changed

8 files changed

+11856
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Python package to interface an igus Robot Control via the CRI protocol.
2424
- CAN Bridge
2525

2626
# Getting Started
27+
An API documentation as HTML can be found in `docs`.
28+
2729
## Installation
2830
Using the library requires no additional libraries, only testing has external dependencies.
2931

docs/cri_lib.html

Lines changed: 329 additions & 0 deletions
Large diffs are not rendered by default.

docs/cri_lib/cri_controller.html

Lines changed: 5605 additions & 0 deletions
Large diffs are not rendered by default.

docs/cri_lib/cri_errors.html

Lines changed: 447 additions & 0 deletions
Large diffs are not rendered by default.

docs/cri_lib/cri_protocol_parser.html

Lines changed: 1679 additions & 0 deletions
Large diffs are not rendered by default.

docs/cri_lib/robot_state.html

Lines changed: 3741 additions & 0 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=./cri_lib.html"/>
6+
</head>
7+
</html>

docs/search.js

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)