Skip to content

Commit b326af2

Browse files
committed
Update docs
1 parent 3a60497 commit b326af2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ For information on installing and using `pyml_bindgen`, check out the [docs](htt
6565

6666
Additionally, you can find examples in the [examples](https://github.com/mooreryan/ocaml_python_bindgen/tree/main/examples) directory. One neat thing about these examples is that you can see how to write Dune [rules](https://dune.readthedocs.io/en/stable/dune-files.html#rule) to automatically generate your `pyml` bindings.
6767

68+
You may also want to check out my [blog post](https://www.tenderisthebyte.com/blog/2022/04/12/ocaml-python-bindgen/) introducing `pyml_bindgen`.
69+
6870
## Installing from sources
6971

7072
If you want to install from sources, e.g., to track the main branch or a development branch, but you do not want to install all the test and development packages, clone the repository, checkout the branch you want to follow and run opam install manually:

_docs_src/src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ $ ocamlformat --enable-outside-detected-project lib.ml
104104

105105
Check out the examples for more info about using and running `pyml_bindgen`. Then, check out the rules that you have to follow when writing value specifications that `pyml_bindgen` can read.
106106

107+
Additionally, you may want to check out this [blog post](https://www.tenderisthebyte.com/blog/2022/04/12/ocaml-python-bindgen/) introducing `pyml_bindgen`.
108+
107109
## License
108110

109111
### Software

0 commit comments

Comments
 (0)