Added Documentation using Sphinx to the project

This commit is contained in:
Gustavo Henrique Santos Souza de Miranda 2025-05-20 02:40:54 -03:00
parent 41ae7bb43e
commit 3aa86298bb
4 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,4 @@
.. _goulag_sort_detailed_explanation:
Goulag Sort Explained
========================

View File

@ -0,0 +1,8 @@
goulag_sort Package
===================
.. automodule:: goulag_sort
:members:
:undoc-members:
:show-inheritance:

7
docs/source/modules.rst Normal file
View File

@ -0,0 +1,7 @@
goulag_sort
===========
.. toctree::
:maxdepth: 4
goulagsort_package

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
recommonmark~=0.7.1
pytest~=8.3.5
setuptools~=68.2.0