Skip to content

Commit

Permalink
Small fixes on docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nazavode committed Oct 16, 2015
1 parent 2647768 commit b123818
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions automaton/graph.py
Expand Up @@ -46,6 +46,7 @@ def connected_components(edges):
set
The set containing the nodes grouped by connected components.
.. _Union Find: https://en.wikipedia.org/wiki/Disjoint-set_data_structure
"""
inbound = defaultdict(set)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Expand Up @@ -3,7 +3,7 @@ Automaton - Minimal Finite-state Machines
=========================================

Automaton is a minimal and easy to use finite-state machine definition package for Python.
The focus here is on *minimalism* and *not* on feature-packness.
The focus here is on *minimalism* and *not* on feature-richness.

Contents:

Expand Down
8 changes: 8 additions & 0 deletions docs/source/reference/automaton.rst
Expand Up @@ -16,6 +16,14 @@ automaton.automaton module
:undoc-members:
:show-inheritance:

automaton.graph module
----------------------

.. automodule:: automaton.graph
:members:
:undoc-members:
:show-inheritance:

automaton.exceptions module
---------------------------

Expand Down

0 comments on commit b123818

Please sign in to comment.