Added Documentation using Sphinx to the project
This commit is contained in:
parent
41ae7bb43e
commit
3aa86298bb
|
|
@ -0,0 +1,4 @@
|
||||||
|
.. _goulag_sort_detailed_explanation:
|
||||||
|
|
||||||
|
Goulag Sort Explained
|
||||||
|
========================
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
goulag_sort Package
|
||||||
|
===================
|
||||||
|
|
||||||
|
.. automodule:: goulag_sort
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
goulag_sort
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 4
|
||||||
|
|
||||||
|
goulagsort_package
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
recommonmark~=0.7.1
|
||||||
|
pytest~=8.3.5
|
||||||
|
setuptools~=68.2.0
|
||||||
Loading…
Reference in New Issue