From fe2650c66fa0806d5265d7a6884ac317b50769c2 Mon Sep 17 00:00:00 2001 From: Haytham Abuelfutuh Date: Thu, 6 May 2021 13:39:53 -0700 Subject: [PATCH] Update README.rst Signed-off-by: Eduardo Apolinario --- flyteidl/README.rst | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/flyteidl/README.rst b/flyteidl/README.rst index 13ec8834370..21bc60d71e1 100644 --- a/flyteidl/README.rst +++ b/flyteidl/README.rst @@ -5,26 +5,25 @@ This is one of the core repositories of Flyte and contains the Specification of the Flyte Lanugage. The Specification is maintained using Googles fantastic Protcol buffers library. The code and docs are auto-generated. - - [flyte.org](https://flyte.org) - - [Flyte Docs](http://flyte.readthedocs.org/) - - [FlyteIDL Docs](http://flyteidl.readthedocs.org) +* [flyte.org](https://flyte.org) +* [Flyte Docs](http://flyte.readthedocs.org/) +* [FlyteIDL Docs](http://flyteidl.readthedocs.org) Generate Code from protobuf ---------------------------- -#. Make sure docker is installed locally. -#. Once installed run, ``make generate`` to generate all the code and mock - client for FlyteAdmin Service +#. Run ``make download_tooling`` to install generator dependencies .. prompt:: bash - make generate + make download_tooling -#. You might have to run, ``make download_tooling`` to install generator - dependencies +#. Make sure docker is installed locally. +#. Once installed, run ``make generate`` to generate all the code and mock + client for FlyteAdmin Service .. prompt:: bash - make download_tooling + make generate #. To add new dependencies for a doc, modify ``doc_requirements.in`` and then