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

Commit

Permalink
add manydataapi
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 5, 2018
1 parent b5aca47 commit a2e9b32
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions _doc/sphinxdoc/source/ci_status.rst
Expand Up @@ -224,6 +224,28 @@ Tableau de bord et statut des dépendances
- .. image:: http://www.xavierdupre.fr/app/lightmlrestapi/helpsphinx/_images/nbcov.png
:target: http://www.xavierdupre.fr/app/lightmlrestapi/helpsphinx/all_notebooks_coverage.html
:alt: Notebook Coverage
* - :epkg:`manydataapi`
- .. image:: https://travis-ci.org/sdpython/manydataapi.svg?branch=master
:target: https://travis-ci.org/sdpython/manydataapi
:alt: Build status
- .. image:: https://ci.appveyor.com/api/projects/status/hbi3d7kl4gde07o0?svg=true
:target: https://ci.appveyor.com/project/sdpython/manydataapi
:alt: Build Status Windows
- .. image:: https://circleci.com/gh/sdpython/manydataapi/tree/master.svg?style=svg
:target: https://circleci.com/gh/sdpython/manydataapi/tree/master
- .. image:: https://badge.fury.io/py/manydataapi.svg
:target: https://pypi.org/project/manydataapi
- .. image:: http://img.shields.io/pypi/pyversions/manydataapi.png
:alt: PYPI Package
:target: https://pypi.python.org/pypi/manydataapi
- .. image:: https://badge.waffle.io/sdpython/manydataapi.png?label=to%20do&title=to%20do
:alt: Waffle
:target: https://waffle.io/sdpython/manydataapi
- .. image:: https://codecov.io/github/sdpython/manydataapi/coverage.svg?branch=master
:target: https://codecov.io/github/sdpython/manydataapi?branch=master
- .. image:: http://www.xavierdupre.fr/app/manydataapi/helpsphinx/_images/nbcov.png
:target: http://www.xavierdupre.fr/app/manydataapi/helpsphinx/all_notebooks_coverage.html
:alt: Notebook Coverage
* - :epkg:`mlinsights`
- .. image:: https://travis-ci.org/sdpython/mlinsights.svg?branch=master
:target: https://travis-ci.org/sdpython/mlinsights
Expand Down Expand Up @@ -631,6 +653,8 @@ Outils
basé sur :epkg:`tornado`.
* - :epkg:`lightmlrestapi`
- Implémentation d'une :epkg:`REST API` avec :epkg:`falcon`.
* - :epkg:`manydataapi`
- Outils et bouts de codes pour accéder à différentes API de données.
* - :epkg:`mlinsights`
- Quelques fonctions pour jouer avec des modèles de machine learning.
* - :epkg:`mlprodict`
Expand Down
1 change: 1 addition & 0 deletions _doc/sphinxdoc/source/conf_base.py
Expand Up @@ -157,6 +157,7 @@
epkg_dictionary["mlinsights"] = 'http://www.xavierdupre.fr/app/mlinsights/helpsphinx/index.html'
epkg_dictionary["mlprodict"] = 'http://www.xavierdupre.fr/app/mlprodict/helpsphinx/index.html'
epkg_dictionary["machine learning"] = 'https://fr.wikipedia.org/wiki/Apprentissage_automatique'
epkg_dictionary["manydataapi"] = 'http://www.xavierdupre.fr/app/manydataapi/helpsphinx/index.html'
epkg_dictionary["matrice de confusion"] = "https://fr.wikipedia.org/wiki/Matrice_de_confusion"
epkg_dictionary["miniconda"] = 'https://conda.io/miniconda.html'
epkg_dictionary["MPI"] = 'https://en.wikipedia.org/wiki/Message_Passing_Interface'
Expand Down
2 changes: 1 addition & 1 deletion src/ensae_teaching_cs/automation/teaching_modules.py
Expand Up @@ -20,4 +20,4 @@ def get_teaching_modules():
"ensae_teaching_cs", "code_beatrix", "actuariat_python", "mlstatpy", "jupytalk",
"teachpyx", "tkinterquickhelper", "cpyquickhelper", "pandas_streaming",
"lightmlboard", "lightmlrestapi", "mlinsights", "pyenbc", "mlprodict",
"papierstat", "sparkouille"]
"papierstat", "sparkouille", "manydataapi"]

0 comments on commit a2e9b32

Please sign in to comment.