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

Update Makefile to copy quickstart image in images/ folder #41

Merged
merged 3 commits into from
May 10, 2021

Conversation

vtaquet
Copy link
Member

@vtaquet vtaquet commented May 7, 2021

Description

Update doc Makefile to copy image generated by plot_toy_model.py in doc/images/ folder.

Type of change

Please check options that are relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • I have read the contributing guidelines
  • Not relevant. I have updated the HISTORY.rst and AUTHORS.rst files
  • Not relevant. Linting passes successfully : flake8 . --exclude=doc
  • Not relevant. Typing passes successfully : mypy mapie examples --strict --config-file mypy.ini
  • Not relevant. Unit tests pass successfully : pytest -vs --doctest-modules mapie
  • Not relevant. Coverage is 100% : pytest -vs --doctest-modules --cov-branch --cov=mapie --pyargs mapie
  • Documentation builds successfully : cd doc; make clean; make html

@codecov
Copy link

codecov bot commented May 7, 2021

Codecov Report

Merging #41 (c26b74d) into master (17d1cf1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #41   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          251       251           
  Branches        19        19           
=========================================
  Hits           251       251           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17d1cf1...c26b74d. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants