Xavier Tao
44a7c16c21
Add Python Node API metadata ( #101 )
* Add a `dora-python-operator` crate to hold utils functions for dora python
* Remove python serialisation and deserialisation from `dora-runtime`
* Update `python` documentation
3 years ago
Philipp Oppermann
51efe3e826
Update run instructions in example dataflows
3 years ago
Philipp Oppermann
074ed2db05
Document the dataflow `communication` field and explain the zenoh and iceoryx setup
3 years ago
Philipp Oppermann
a8db9f4073
Merge pull request #73 from dora-rs/ci
Make dora and its examples work on Windows and macOS
3 years ago
Philipp Oppermann
3fbe544115
Add shared library prefix and extension automatically
3 years ago
haixuanTao
b2ebb02368
fix python api
3 years ago
haixuanTao
2bfd069ae5
Fix documentation link
3 years ago
haixuanTao
b892e9f5d2
Fix `.next()` docs for python
3 years ago
haixuanTao
282983a864
Docs: making `Operator` recommended way of using `dora`
This commit also add more information within the example section of the c api
and take into account the PR review of #61 .
3 years ago
haixuanTao
41b40b5798
Adding method documentation and C node api
3 years ago
haixuanTao
be7c493752
fix typo in `SUMMARY.md`
3 years ago
haixuanTao
2de867fa69
Adding api documentation
3 years ago
haixuanTao
1bf59f67d6
fix documentation
3 years ago
haixuanTao
9fe69ccd67
Redesign of the `docs` as an `mdBook`
This initial commit moves many of the documentation into a `mdBook` format version for ease of readibility.
It includes a github action workflows that publish the book on the default `gh-pages` branch to be publish on github page.
3 years ago
haixuanTao
28a902d83a
Moving folders in correspondance with #41
Simply moving crate to mirror our discussion without touching at names
3 years ago