You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ It can be used to aid the construction of any componens with produces or consume
25
25
```bash
26
26
pip install openfloor
27
27
```
28
-
28
+
## Detailed Documentation ##
29
+
Detailed documentation for the Python code is at https://open-voice-interoperability.github.io/openfloor-python/.
29
30
## Quick Tutorial
30
31
31
32
The `openfloor` library allows you to construct, interrogate and alter payloads that meet the Open-floor messaging standard. It saves you from having to worry too much about the underlying JSON and provides a level of type-safety and checking. If you use the library properly you should always be constructing payloads that meet the standard.
@@ -625,4 +626,4 @@ This project is licensed under the Apache License Version 2.0, - see the [LICENS
625
626
626
627
## Acknowledgments
627
628
628
-
This implementation is based on the Open Floor specification developed by the Open Voice Interoperability Initiative operating within the Linux Foundation AI & Data Foundation.
629
+
This implementation is based on the Open Floor specification developed by the Open Voice Interoperability Initiative operating within the Linux Foundation AI & Data Foundation.
0 commit comments