From 169f1bd9c9f80a1ebb1c4808e2b1a4eb40c31803 Mon Sep 17 00:00:00 2001 From: James Clarke Date: Tue, 5 Mar 2024 21:20:26 +0000 Subject: [PATCH] Convert more client lib links to refs --- docs/clients/dart/index.rst | 2 ++ docs/clients/dotnet/index.rst | 2 ++ docs/guides/tutorials/phoenix_github_oauth.rst | 4 ++-- docs/intro/clients.rst | 6 +++--- docs/intro/quickstart.rst | 6 +++--- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/clients/dart/index.rst b/docs/clients/dart/index.rst index 7c154cd450b..073632aca15 100644 --- a/docs/clients/dart/index.rst +++ b/docs/clients/dart/index.rst @@ -1,3 +1,5 @@ +.. _edgedb-dart-intro: + ==== Dart ==== diff --git a/docs/clients/dotnet/index.rst b/docs/clients/dotnet/index.rst index df9789d7e4d..d5818190afe 100644 --- a/docs/clients/dotnet/index.rst +++ b/docs/clients/dotnet/index.rst @@ -1,3 +1,5 @@ +.. _edgedb-dotnet-intro: + ==== .NET ==== diff --git a/docs/guides/tutorials/phoenix_github_oauth.rst b/docs/guides/tutorials/phoenix_github_oauth.rst index 0c7d2adbf1d..5c09f020771 100644 --- a/docs/guides/tutorials/phoenix_github_oauth.rst +++ b/docs/guides/tutorials/phoenix_github_oauth.rst @@ -9,8 +9,8 @@ Phoenix In this tutorial, we'll look at how you can create an application with authorization through GitHub using -`Phoenix `_ and `the official EdgeDB Elixir -driver `. +`Phoenix `_ and :ref:`the official EdgeDB Elixir +driver `. This tutorial is a simplified version of the `LiveBeats `_ application from diff --git a/docs/intro/clients.rst b/docs/intro/clients.rst index 5e6f2787b24..c5c6c16e2a6 100644 --- a/docs/intro/clients.rst +++ b/docs/intro/clients.rst @@ -35,12 +35,12 @@ To execute queries from your application code, use one of EdgeDB's *client libraries* for the following languages. - :ref:`JavaScript/TypeScript ` -- `Go `__ +- :ref:`Go ` - :ref:`Python ` - :ref:`Rust ` -- `C# and F# `__ +- :ref:`C# and F# ` - :ref:`Java ` -- `Dart `__ +- :ref:`Dart ` - :ref:`Elixir ` Usage diff --git a/docs/intro/quickstart.rst b/docs/intro/quickstart.rst index 13d4527e3ac..a27f8691e4d 100644 --- a/docs/intro/quickstart.rst +++ b/docs/intro/quickstart.rst @@ -438,12 +438,12 @@ EdgeDB UI is a useful development tool, but in practice your application will likely be using one of EdgeDB's *client libraries* to execute queries. EdgeDB provides official libraries for :ref:`JavaScript/TypeScript `, -`Go `__, +:ref:`Go `, :ref:`Python `, :ref:`Rust `, -`C# and F# `__, +:ref:`C# and F# `, :ref:`Java `, -`Dart `__, and +:ref:`Dart `, and :ref:`Elixir `. Check out the :ref:`Clients