test_project.bar
tp.bar
# split
# split
Test project
============

.. autolink-preface:: import test_project
.. autolink-preface:: import test_project as tp
.. code:: python

   test_project.bar()
   tp.bar()

.. automodule:: test_project
