mwchase/class-namespaces

View on GitHub
docs/index.rst

Summary

Maintainability
Test Coverage
.. Class Namespaces documentation master file, created by
   sphinx-quickstart on Sat Nov 19 19:29:22 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Class Namespaces's documentation!
============================================

Class Namespaces is a library for Python 3.3+, that allows you to break your
Python classes into distinct namespaces. If your classes have a bunch of
responsibilities, cushion the blow a bit by dividing methods, attributes, and
descriptors into those responsibilities.

Contents:

.. toctree::
   :maxdepth: 2

   namespaces
   compat



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

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