diff --git a/tutorials/bindings/index.rst b/tutorials/bindings/index.rst new file mode 100644 index 00000000..befd0698 --- /dev/null +++ b/tutorials/bindings/index.rst @@ -0,0 +1,23 @@ +.. _language-bindings: + +Language Bindings +================= + +We provide this set of external tutorials as complete project setups that demonstrate +using Flux from a different language, or (TBA) natively with C. Each of these tutorial +repositories provides: + + - A set of common use case examples or snippets 🗒️ + - A build setup for compiling the snippets 🏗️ + - A Developer environment (e.g., VSCode Devcontainers) for easy development 🐟️ + - Continuous integration with an automated container build and testing ⚙️ + - A web interface that renders the most up-to-date snippets 🖼️ + +Thus, it should be easy for you to fork or clone any repository, and get started with your +custom project that interacts with Flux. + + - ``Go Bindings``: `flux-go `_ + +These are a work in progress, and we ask you to `let us know `_ +if you have requests for examples, and please comment on the respective respositories above with +questions about any specific lagnuage. \ No newline at end of file diff --git a/tutorials/index.rst b/tutorials/index.rst index 444e0eee..2010e5c2 100644 --- a/tutorials/index.rst +++ b/tutorials/index.rst @@ -15,4 +15,5 @@ find a tutorial of interest. commands/index containers/index lab/index - integrations/index \ No newline at end of file + integrations/index + bindings/index \ No newline at end of file