Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add notebooks to documentation + method to_excel + graph chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 20, 2014
1 parent 1417da8 commit eb257fe
Show file tree
Hide file tree
Showing 10 changed files with 1,058 additions and 3,738 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -224,3 +224,4 @@ out_*
version.txt
*/sphinxdoc/source/pyensae/*
*/sphinxdoc/source/all*.rst
*/sphinxdoc/source/notebooks/*
9 changes: 6 additions & 3 deletions README.rst
Expand Up @@ -74,10 +74,13 @@ Started in 2013/08.
Versions
--------

* **v0.5 - 2014/04/20**
* **new:** add notebooks to the documentation
* **new:** add function :meth:`to_excel <finance.astock.StockPrices.to_excel>` to StockPrices
* **v0.4 - 2014/04/05**
* the method :meth:`finance.astock.StockPrices.draw` works now with others fields than ``Close``, it also works with two fields in a list, see `pyensae et notebook <http://www.xavierdupre.fr/blog/notebooks/example%20pyensae.html>`_
* the method :meth:`finance.astock.StockPrices.draw` does better with dates
* the class :class:`finance.astock.StockPrices` overlaods operator ``__getitem__``, see `pyensae et notebook <http://www.xavierdupre.fr/blog/notebooks/example%20pyensae.html>`_
* **change:** the method :meth:`finance.astock.StockPrices.draw` works now with others fields than ``Close``, it also works with two fields in a list, see `pyensae et notebook <http://www.xavierdupre.fr/blog/notebooks/example%20pyensae.html>`_
* **change:** the method :meth:`finance.astock.StockPrices.draw` does better with dates
* **new:** the class :class:`finance.astock.StockPrices` overloads operator ``__getitem__``, see `pyensae et notebook <http://www.xavierdupre.fr/blog/notebooks/example%20pyensae.html>`_



942 changes: 942 additions & 0 deletions _doc/notebooks/pyensae StockPrices.ipynb

Large diffs are not rendered by default.

18 changes: 7 additions & 11 deletions _doc/sphinxdoc/source/index.rst
Expand Up @@ -84,14 +84,10 @@ About this documentation
Indices and tables
==================

+------------------+---------------------+------------------+------------------+------------------------+---------------------+
| :ref:`l-modules` | :ref:`l-functions` | :ref:`l-classes` | :ref:`l-methods` | :ref:`l-staticmethods` | :ref:`l-properties` |
+------------------+---------------------+------------------+------------------+------------------------+---------------------+
| :ref:`genindex` | :ref:`modindex` | :ref:`search` | :ref:`l-license` | :ref:`l-changes` | :ref:`l-README` |
+------------------+---------------------+------------------+------------------+------------------------+---------------------+
| :ref:`l-example` | :ref:`l-FAQ` | | | | |
+------------------+---------------------+------------------+------------------+------------------------+---------------------+




+------------------+---------------------+---------------------+------------------+------------------------+---------------------+
| :ref:`l-modules` | :ref:`l-functions` | :ref:`l-classes` | :ref:`l-methods` | :ref:`l-staticmethods` | :ref:`l-properties` |
+------------------+---------------------+---------------------+------------------+------------------------+---------------------+
| :ref:`genindex` | :ref:`modindex` | :ref:`search` | :ref:`l-license` | :ref:`l-changes` | :ref:`l-README` |
+------------------+---------------------+---------------------+------------------+------------------------+---------------------+
| :ref:`l-example` | :ref:`l-FAQ` | :ref:`l-notebooks` | | | |
+------------------+---------------------+---------------------+------------------+------------------------+---------------------+

0 comments on commit eb257fe

Please sign in to comment.