Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs #9

Merged
merged 7 commits into from
Mar 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,7 @@ coverage.xml
# Django stuff:
*.log

# Sphinx documentation
docs/_build
docs/_static
docs/_templates
docs/tutorial/*.rst
docs/tutorial/*_files
scratch
scratch.*
# IPython Notebook
.ipynb_checkpoints

# PyBuilder
Expand Down
2 changes: 1 addition & 1 deletion docs_source/Makefile → docs/_all_docs_source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _no_git_build
BUILDDIR = build

# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions docs_source/conf.py → docs/_all_docs_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Get the project root dir, which is the parent dir of this
cwd = os.getcwd()
project_root = os.path.dirname(cwd)
project_root = os.path.abspath('../../')#os.path.dirname(cwd)

# Insert the project root dir as the first element in the PYTHONPATH.
# This lets us ensure that the source package is imported, and that its
Expand All @@ -40,8 +40,8 @@

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.napoleon',
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
]

Expand Down Expand Up @@ -82,7 +82,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build']
exclude_patterns = ['_build', 'build']

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/algo.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/bezier.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/lsys.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/tests/test_algo.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/tests/test_bezier.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/tests/test_lsys.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/tests/test_validate.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/tests/test_viz.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/validate.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../contributing.html">Contributing</a></li>
</ul>


Expand Down
2 changes: 0 additions & 2 deletions docs/_modules/lsys/viz.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="../../readme.html">lsys</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../contributing.html">Contributing</a></li>
</ul>


Expand Down
1 change: 1 addition & 0 deletions docs/_sources/authors.rst.txt~HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../AUTHORS.rst
1 change: 1 addition & 0 deletions docs/_sources/authors.rst.txt~master
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../AUTHORS.rst
1 change: 1 addition & 0 deletions docs/_sources/contributing.rst.txt~HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../CONTRIBUTING.rst
1 change: 1 addition & 0 deletions docs/_sources/contributing.rst.txt~master
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../CONTRIBUTING.rst
1 change: 1 addition & 0 deletions docs/_sources/history.rst.txt~HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../HISTORY.rst
1 change: 1 addition & 0 deletions docs/_sources/history.rst.txt~master
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../HISTORY.rst
25 changes: 25 additions & 0 deletions docs/_sources/index.rst.txt~HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. lsys documentation master file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Welcome to lsys's documentation!
======================================

Contents:

.. toctree::
:maxdepth: 2

readme
installation
usage
contributing
authorshistory

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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
25 changes: 25 additions & 0 deletions docs/_sources/index.rst.txt~master
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. lsys documentation master file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Welcome to lsys's documentation!
======================================

Contents:

.. toctree::
:maxdepth: 2

readme
installation
usage
contributing
authorshistory

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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
51 changes: 51 additions & 0 deletions docs/_sources/installation.rst.txt~HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.. highlight:: shell

============
Installation
============


Stable release
--------------

To install lsys, run this command in your terminal:

.. code-block:: console

$ pip install lsys

This is the preferred method to install lsys, as it will always install the most recent stable release.

If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.

.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/


From sources
------------

The sources for lsys can be downloaded from the `Github repo`_.

You can either clone the public repository:

.. code-block:: console

$ git clone git://github.com/austinorr/lsys

Or download the `tarball`_:

.. code-block:: console

$ curl -OL https://github.com/austinorr/lsys/tarball/master

Once you have a copy of the source, you can install it with:

.. code-block:: console

$ python setup.py install


.. _Github repo: https://github.com/austinorr/lsys
.. _tarball: https://github.com/austinorr/lsys/tarball/master
51 changes: 51 additions & 0 deletions docs/_sources/installation.rst.txt~master
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.. highlight:: shell

============
Installation
============


Stable release
--------------

To install lsys, run this command in your terminal:

.. code-block:: console

$ pip install lsys

This is the preferred method to install lsys, as it will always install the most recent stable release.

If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.

.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/


From sources
------------

The sources for lsys can be downloaded from the `Github repo`_.

You can either clone the public repository:

.. code-block:: console

$ git clone git://github.com/austinorr/lsys

Or download the `tarball`_:

.. code-block:: console

$ curl -OL https://github.com/austinorr/lsys/tarball/master

Once you have a copy of the source, you can install it with:

.. code-block:: console

$ python setup.py install


.. _Github repo: https://github.com/austinorr/lsys
.. _tarball: https://github.com/austinorr/lsys/tarball/master
Loading