--- a +++ b/docs/source/index.rst @@ -0,0 +1,37 @@ +Welcome to Medical Trial Classification Documentation +================================================= + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + guides/installation + guides/quickstart + tutorials/index + api/index + +Overview +-------- + +This project implements a machine learning system for classifying medical trial descriptions into different disease categories. + +Key Features +----------- + +* Text classification of medical trials +* REST API using Flask +* JSON structured logging +* Comprehensive test coverage +* Black code formatting + +Getting Started +-------------- + +Check out our :doc:`guides/quickstart` guide to get started. + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` \ No newline at end of file