Basic Syntax Examples ==== There are basically two different types of links available. Here is an example of the link to another file named :doc:`tutorial`. Here is an example of the link to a specific section named :ref:`installation`. Below is an example of Note! .. note:: This project is under active development. Here is also an example of code-block. .. code-block:: console $ pip install openfst-python Here is an example of python codes: >>> import openfst_python as fst >>> fst.compose() ['The composition result'] Here are some examples of showing the :python:`help()` information. .. autofunction:: openfst_python.compose This is an autoclass. .. autoclass:: openfst_python.Fst