Commit 993be8d8 authored by Dom31's avatar Dom31
Browse files

people documentation

parent 40a6a249
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ help:

apidocs:
	sphinx-apidoc -o source/ ../pypkgtemp
	sphinx-apidoc -o source/ ../people


.PHONY: help Makefile

+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ REM %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%

:apidocs
echo "Making project documentation"
sphinx-apidoc -o source/ ../people
sphinx-apidoc -o source/ ../pypkgtemp
goto end

+3 −3
Original line number Diff line number Diff line
pypkgtemp
=========
people
======

.. toctree::
   :maxdepth: 4

   pypkgtemp
   people
+22 −0
Original line number Diff line number Diff line
people.GUI package
==================

Submodules
----------

people.GUI.menu module
----------------------

.. automodule:: people.GUI.menu
   :members:
   :undoc-members:
   :show-inheritance:


Module contents
---------------

.. automodule:: people.GUI
   :members:
   :undoc-members:
   :show-inheritance:

docs/source/people.rst

0 → 100644
+45 −0
Original line number Diff line number Diff line
people package
==============

Subpackages
-----------

.. toctree::

   people.GUI

Submodules
----------

people.Human module
-------------------

.. automodule:: people.Human
   :members:
   :undoc-members:
   :show-inheritance:

people.ListOfHumans module
--------------------------

.. automodule:: people.ListOfHumans
   :members:
   :undoc-members:
   :show-inheritance:

people.main module
------------------

.. automodule:: people.main
   :members:
   :undoc-members:
   :show-inheritance:


Module contents
---------------

.. automodule:: people
   :members:
   :undoc-members:
   :show-inheritance:
Loading