Monkey patching for AutoAPI Sphinx module.

Monkey patching for AutoAPI Sphinx module.

Arrange .rst files by their summaries. Write path in the first line of docstring to add .rst file. For example, "Classes/My Cool Class" will be placed in "/classes/my-cool-class/index.rst".

It patches autoapi.mappers.python.objects.PythonPythonMapper.include_dir(), autoapi.mappers.python.objects.PythonPythonMapper.pathname(), autoapi.mappers.python.mapper.PythonSphinxMapper.output_rst().

API - _extensions.autoapi_sweetalert

_extensions.autoapi_sweetalert.PythonPythonMapper_include_dir(self: PythonPythonMapper, root)
_extensions.autoapi_sweetalert.PythonPythonMapper_pathname(self: PythonPythonMapper)
_extensions.autoapi_sweetalert.PythonSphinxMapper_output_rst(self: PythonSphinxMapper, root, source_suffix)
_extensions.autoapi_sweetalert.extension_build_finished(app, exception)
_extensions.autoapi_sweetalert.setup(app)