Skip to content

Commit

Permalink
Merge pull request #5 from erictleung/start-documentation
Browse files Browse the repository at this point in the history
Start documentation
  • Loading branch information
erictleung committed May 29, 2017
2 parents 24ade3f + 70e0acb commit 4fffa6a
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
****
lalg
****

.. include:: overview.rst

Table of Contents
=================

.. toctree::
:glob:
:maxdepth: 2
:caption: Contents:

Quickstart <quickstart>
27 changes: 27 additions & 0 deletions docs/lalg.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
lalg package
============

.. automodule:: lalg
:members:
:undoc-members:
:show-inheritance:

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

.. toctree::

lalg.test

Submodules
----------

lalg\.vectors module
--------------------

.. automodule:: lalg.vectors
:members:
:undoc-members:
:show-inheritance:


20 changes: 20 additions & 0 deletions docs/lalg.test.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
lalg\.test package
==================

.. automodule:: lalg.test
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

lalg\.test\.test\_vectors module
--------------------------------

.. automodule:: lalg.test.test_vectors
:members:
:undoc-members:
:show-inheritance:


20 changes: 20 additions & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Quickstart
==========

Requirements
------------

- Python 3
- Numpy

Installation
------------

Install from GitHub
...................

To get the latest version on GitHub::

git clone https://github.com/erictleung/lalg
cd lalg
pip install .

0 comments on commit 4fffa6a

Please sign in to comment.