Hi

I am new to Sphinx. I have succeeded in generating information for my 
Python classes by
specifying the following in my index.rst:

Welcome to my GUI's documentation!
==================================

Contents:

.. toctree::
      :maxdepth: 2

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. automodule:: GuiRegMap
        :special-members: __init__
        :members:

.. currentmodule:: main
.. autofunction:: get_field

.. automodule:: main
        :special-members: __init__
        :members:

.. automodule:: MessageQueue
        :special-members: __init__
        :members:

etc.

This generates a long list of members, by class, on the front page of the 
documentation.
Is there a better way of organizing the information? For example, would it 
be a good idea
to put each class on a separate page? How would I do that?

Best regards

David

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to