mirror of https://github.com/Textualize/rich.git
docs requirements
This commit is contained in:
parent
7aab1896be
commit
e9e3749882
|
@ -14,5 +14,6 @@ formats: all
|
|||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
- method: pip
|
||||
path: .
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
.. Rich documentation master file, created by
|
||||
sphinx-quickstart on Thu Dec 26 17:03:20 2019.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to Rich's documentation!
|
||||
================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
introduction.rst
|
||||
console.rst
|
||||
style.rst
|
||||
markup.rst
|
||||
tables.rst
|
||||
markdown.rst
|
||||
syntax.rst
|
||||
text.rst
|
||||
protocol.rst
|
||||
|
||||
reference.rst
|
||||
appendix.rst
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
Loading…
Reference in New Issue