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

Clear melusine #151

Merged
merged 15 commits into from
Dec 12, 2023
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
45 changes: 0 additions & 45 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,45 +0,0 @@
name: Build & Test
on: push

jobs:
build_test_publish:
name: "Build & Test"
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
pip install flake8 pytest
if [ -f requirements_dev.txt ]; then pip install ".["all"]"; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
- name: Build python package
run: |
python setup.py sdist bdist_wheel
- name: Deploy to PyPI
if: success() && startsWith(github.ref, 'refs/tags') && matrix.python-version == 3.8
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

Binary file removed docs/_static/bert-model.png
Binary file not shown.
Binary file removed docs/_static/cnn-model.png
Binary file not shown.
Binary file removed docs/_static/demo_dashboard.gif
Binary file not shown.
Binary file removed docs/_static/demo_ethics_guide.gif
Binary file not shown.
Binary file removed docs/_static/logoMAIFnew.png
Binary file not shown.
Binary file removed docs/_static/logo_commun.png
Binary file not shown.
Binary file removed docs/_static/maif.png
Binary file not shown.
Binary file removed docs/_static/melusine.png
Binary file not shown.
Binary file removed docs/_static/quantmetry.png
Binary file not shown.
Binary file removed docs/_static/rnn-model.png
Binary file not shown.
Binary file removed docs/_static/schema_1.png
Binary file not shown.
Binary file removed docs/_static/schema_2.png
Binary file not shown.
Binary file removed docs/_static/tensorboard.png
Binary file not shown.
Binary file removed docs/_static/transformer-model.png
Binary file not shown.
12 changes: 0 additions & 12 deletions docs/api.rst

This file was deleted.

314 changes: 0 additions & 314 deletions docs/assets/css/style.css

This file was deleted.

Binary file removed docs/assets/images/contributing/clone_melusine.PNG
Binary file not shown.
Binary file removed docs/assets/images/contributing/fork_melusine.PNG
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/assets/images/logos/favicon.png
Binary file not shown.
Binary file removed docs/assets/images/logos/melusine.png
Binary file not shown.
Loading