test_project
test_project.bar
test_project.Foo
test_project
test_project.Baz
# split
# split
Test project
============

.. autolink-concat::
.. autolink-concat:: section

.. code:: python

   import test_project

   test_project.bar()

.. code:: python

   test_project.Foo

Subsection
----------

.. code:: python

   import test_project

.. code:: python

   test_project.Baz

.. automodule:: test_project
