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

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 19, 2019
1 parent 91dfcc3 commit 4132506
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
13 changes: 11 additions & 2 deletions HISTORY.rst
Expand Up @@ -5,11 +5,20 @@
History
=======

current - 2018-07-31 - 0.00Mb
current - 2019-09-19 - 0.00Mb
=============================

* `30`: add a None ordered parameter (2019-09-19)
* `31`: Remove strong dependency on qgrid (2019-09-19)
* `28`: Python 2 vs Python 3 (2019-02-02)
* `29`: StockPrice fails with pandas 0.24 (2019-02-02)
* `26`: update default antlr4 version to 4.7.1 (2018-10-25)
* `25`: update CSharp grammar (2018-10-25)

1.2.788 - 2018-07-31 - 0.48Mb
=============================

* `21`: remove underscores in subfolders (2018-07-31)
* `12`: [won't fix] add magic command for blockdiag (2018-06-16)
* `24`: fix download_data when url is a list or urls (2018-06-16)
* `23`: fix add_missing_indices failing due to more strict comparisons in pandas 0.23 (2018-05-21)
* `19`: velib collection, group files instead of having multiple files (moved to maydataapi) (2018-05-21)
Expand Down
12 changes: 12 additions & 0 deletions README.rst
Expand Up @@ -52,6 +52,18 @@ pyensae: hide complexity for teachings
:target: https://github.com/sdpython/pyensae/
:alt: Stars

.. image:: https://pepy.tech/badge/pyensae/month
:target: https://pepy.tech/project/pyensae/month
:alt: Downloads

.. image:: https://img.shields.io/github/forks/sdpython/pyensae.svg
:target: https://github.com/sdpython/pyensae/
:alt: Forks

.. image:: https://img.shields.io/github/stars/sdpython/pyensae.svg
:target: https://github.com/sdpython/pyensae/
:alt: Stars

This project contains helpers used at the `ENSAE <http://www.ensae.fr/>`_
for teachings available at
`ENSAE - Programmation - Xavier Dupré <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx3/index.html>`_.
Expand Down
16 changes: 12 additions & 4 deletions _doc/sphinxdoc/source/index.rst
Expand Up @@ -30,14 +30,22 @@ pyensae documentation
.. image:: https://codecov.io/github/sdpython/pyensae/coverage.svg?branch=master
:target: https://codecov.io/github/sdpython/pyensae?branch=master

.. image:: https://badge.waffle.io/sdpython/pyensae.png?label=ready&title=Ready
:alt: Waffle
:target: https://waffle.io/sdpython/pyensae

.. image:: nbcov.png
:target: http://www.xavierdupre.fr/app/pyensae/helpsphinx/all_notebooks_coverage.html
:alt: Notebook Coverage

.. image:: https://pepy.tech/badge/pyensae/month
:target: https://pepy.tech/project/pyensae/month
:alt: Downloads

.. image:: https://img.shields.io/github/forks/sdpython/pyensae.svg
:target: https://github.com/sdpython/pyensae/
:alt: Forks

.. image:: https://img.shields.io/github/stars/sdpython/pyensae.svg
:target: https://github.com/sdpython/pyensae/
:alt: Stars

**Links:** `pypi <https://pypi.python.org/pypi/pyensae/>`_,
`github <https://github.com/sdpython/pyensae/>`_,
`documentation <http://www.xavierdupre.fr/app/pyensae/helpsphinx/index.html>`_,
Expand Down

0 comments on commit 4132506

Please sign in to comment.