From ffe74a174951ab9c69c0b36a97ea603b82da7ec5 Mon Sep 17 00:00:00 2001 From: Andreas Brodersen Date: Tue, 14 Mar 2023 12:20:06 +0100 Subject: [PATCH] docs: add Code Generation to table of contents (#421) --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 1b04d26e..1a647fb6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,6 +32,10 @@ and :ref:`asyncio ` implementations. EdgeDB Python types documentation. +* :ref:`edgedb-python-codegen` + + Python code generation command-line tool documentation. + * :ref:`edgedb-python-advanced` Advanced usages of the state and optional customization.