From 94a9fc5f72d8e9d6d05313f113535361b2e2359a Mon Sep 17 00:00:00 2001 From: ocelot-inc <pgulutzan@ocelot.ca> Date: Tue, 21 Jun 2016 11:10:56 -0600 Subject: [PATCH] Fixes gh-1478 Mention R language driver --- doc/sphinx/book/connectors/__r.rst | 6 ++++++ doc/sphinx/book/connectors/index.rst | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 doc/sphinx/book/connectors/__r.rst diff --git a/doc/sphinx/book/connectors/__r.rst b/doc/sphinx/book/connectors/__r.rst new file mode 100644 index 0000000000..059ecf4932 --- /dev/null +++ b/doc/sphinx/book/connectors/__r.rst @@ -0,0 +1,6 @@ +===================================================================== + R +===================================================================== + +See https://github.com/thekvs/tarantoolr. + diff --git a/doc/sphinx/book/connectors/index.rst b/doc/sphinx/book/connectors/index.rst index 221178bd65..0000896f75 100644 --- a/doc/sphinx/book/connectors/index.rst +++ b/doc/sphinx/book/connectors/index.rst @@ -97,6 +97,8 @@ script: .. include:: __go.rst +.. include:: __r.rst + .. include:: __perl.rst .. include:: __php.rst -- GitLab