Skip to content

Commit

Permalink
RTD: more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Oct 6, 2014
1 parent c5d2eef commit 2f65c26
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 35 deletions.
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ myhtml:
make html

html:
python qe_apidoc.py
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
Expand Down
6 changes: 3 additions & 3 deletions docs/source/models/asset_pricing.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models.asset_pricing
====================
asset_pricing
=============

.. automodule:: quantecon.models.asset_pricing
.. automodule:: quantecon.asset_pricing
:members:
:undoc-members:
:show-inheritance:
6 changes: 3 additions & 3 deletions docs/source/models/career.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models.career
=============
career
======

.. automodule:: quantecon.models.career
.. automodule:: quantecon.career
:members:
:undoc-members:
:show-inheritance:
6 changes: 3 additions & 3 deletions docs/source/models/ifp.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models.ifp
==========
ifp
===

.. automodule:: quantecon.models.ifp
.. automodule:: quantecon.ifp
:members:
:undoc-members:
:show-inheritance:
6 changes: 3 additions & 3 deletions docs/source/models/jv.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models.jv
=========
jv
==

.. automodule:: quantecon.models.jv
.. automodule:: quantecon.jv
:members:
:undoc-members:
:show-inheritance:
6 changes: 3 additions & 3 deletions docs/source/models/lucastree.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models.lucastree
================
lucastree
=========

.. automodule:: quantecon.models.lucastree
.. automodule:: quantecon.lucastree
:members:
:undoc-members:
:show-inheritance:
6 changes: 3 additions & 3 deletions docs/source/models/odu.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models.odu
==========
odu
===

.. automodule:: quantecon.models.odu
.. automodule:: quantecon.odu
:members:
:undoc-members:
:show-inheritance:
6 changes: 3 additions & 3 deletions docs/source/models/optgrowth.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models.optgrowth
================
optgrowth
=========

.. automodule:: quantecon.models.optgrowth
.. automodule:: quantecon.optgrowth
:members:
:undoc-members:
:show-inheritance:
7 changes: 0 additions & 7 deletions docs/source/tools/linproc.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/tools/riccati.rst

This file was deleted.

0 comments on commit 2f65c26

Please sign in to comment.