Skip to content

Commit 812af11

Browse files
authored
Added link to low-level documentation to the README
1 parent 428b47e commit 812af11

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ It can be used to aid the construction of any componens with produces or consume
2525
```bash
2626
pip install openfloor
2727
```
28-
28+
## Detailed Documentation ##
29+
Detailed documentation for the Python code is at https://open-voice-interoperability.github.io/openfloor-python/.
2930
## Quick Tutorial
3031

3132
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
625626

626627
## Acknowledgments
627628

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

Comments
 (0)