From 2af3d462bf6bb9b2d33da4f515d087d3caef9920 Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Fri, 3 Jan 2020 08:32:15 -0800 Subject: [PATCH] Fixed formatting of the table in the tutorials --- docs/tutorials.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorials.rst b/docs/tutorials.rst index a54e2b8..bb8fb3f 100644 --- a/docs/tutorials.rst +++ b/docs/tutorials.rst @@ -9,16 +9,16 @@ If you are not sure how to do this, you can following the :doc:`sphinx:usage/quickstart` guide in the Sphinx documentation. The recommended way of installing AutoAPI is through a `virtualenv `_. -Once you have a virtualenv set up, you can install AutoAPI with the command:: +Once you have a virtualenv set up, you can install AutoAPI with the command: -========== ========================================================== +========== ====================================== Language Command -========== ========================================================== +========== ====================================== Python ``pip install sphinx-autoapi`` Go ``pip install sphinx-autoapi[go]`` Javascript ``pip install sphinx-autoapi`` .NET ``pip install sphinx-autoapi[dotnet]`` -========== ========================================================== +========== ====================================== Depending on which language you are trying to document, each language has a different set of steps for finishing the setup of AutoAPI: