Skip to content

Commit

Permalink
Add a documentation chapter about the category theory module.
Browse files Browse the repository at this point in the history
The page currently doesn't currently do much beyond pulling in the
corresponding docstrings and, in fact, that's the purpose of adding the
chapter at this moment.
  • Loading branch information
scolobb committed Jun 15, 2012
1 parent 26debd8 commit 2723826
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions doc/src/modules/categories.txt
@@ -0,0 +1,27 @@
Category Theory Module
======================

.. module:: sympy.categories

Introduction
------------

The category theory module for SymPy will allow manipulating diagrams
within a single category, including drawing them in TikZ and deciding
whether they are commutative or not.

The module is yet in its pre-embryonic stage.

Base Class Reference
--------------------
.. autoclass:: Object
:members:

.. autoclass:: Morphism
:members:

.. autoclass:: Category
:members:

.. autoclass:: Diagram
:members:
1 change: 1 addition & 0 deletions doc/src/modules/index.txt
Expand Up @@ -47,6 +47,7 @@ access any SymPy module, or use this contens:
utilities/index.txt utilities/index.txt
parsing.txt parsing.txt
physics/index.txt physics/index.txt
categories.txt


Contributions to docs Contributions to docs
--------------------- ---------------------
Expand Down

0 comments on commit 2723826

Please sign in to comment.