Fixed formatting of the table in the tutorials

pull/199/head
Ashley Whetter 5 years ago
parent daa5ce24a5
commit 2af3d462bf

@ -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. you can following the :doc:`sphinx:usage/quickstart` guide in the Sphinx documentation.
The recommended way of installing AutoAPI is through a `virtualenv <https://virtualenv.pypa.io/>`_. The recommended way of installing AutoAPI is through a `virtualenv <https://virtualenv.pypa.io/>`_.
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 Language Command
========== ========================================================== ========== ======================================
Python ``pip install sphinx-autoapi`` Python ``pip install sphinx-autoapi``
Go ``pip install sphinx-autoapi[go]`` Go ``pip install sphinx-autoapi[go]``
Javascript ``pip install sphinx-autoapi`` Javascript ``pip install sphinx-autoapi``
.NET ``pip install sphinx-autoapi[dotnet]`` .NET ``pip install sphinx-autoapi[dotnet]``
========== ========================================================== ========== ======================================
Depending on which language you are trying to document, Depending on which language you are trying to document,
each language has a different set of steps for finishing the setup of AutoAPI: each language has a different set of steps for finishing the setup of AutoAPI:

Loading…
Cancel
Save