API DocumentationΒΆ

Entry point: API of alogos

This page documents the application programming interface (API) of the Python 3 package alogos, which means that it lists and explains all objects this package provides to programmers and other software. The content of the API documentation was automatically generated from source code and the docstrings within it with the tool sphinx-autoapi. The docstring of an object can also be viewed in a Python interpreter with the built-in help() function, as in following example:

import alogos

help(alogos.Grammar)