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

add copy button to docs #448

Merged
merged 1 commit into from
Mar 29, 2021
Merged

add copy button to docs #448

merged 1 commit into from
Mar 29, 2021

Conversation

jeffzi
Copy link
Collaborator

@jeffzi jeffzi commented Mar 28, 2021

This PR adds a copy button to python snippets in the docs.

image

@codecov
Copy link

codecov bot commented Mar 28, 2021

Codecov Report

Merging #448 (3c0b157) into dev (45aaa2c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #448   +/-   ##
=======================================
  Coverage   99.45%   99.45%           
=======================================
  Files          21       21           
  Lines        2571     2571           
=======================================
  Hits         2557     2557           
  Misses         14       14           

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 45aaa2c...3c0b157. Read the comment docs.

@cosmicBboy cosmicBboy merged commit 7753e31 into unionai-oss:dev Mar 29, 2021
cosmicBboy pushed a commit that referenced this pull request Apr 4, 2021
cosmicBboy pushed a commit that referenced this pull request May 5, 2021
@jeffzi jeffzi deleted the docs branch July 11, 2021 16:24
cosmicBboy added a commit that referenced this pull request Sep 5, 2021
* add copy button to docs (#448)

* Add missing inplace arg to SchemaModel's validate (#450)

* link documentation to github (#449)

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* intermediate commit for review by @cosmicBboy

* link documentation to github (#449)

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* intermediate commit for review by @cosmicBboy

* WIP

* fix test errors, re-factor allow_duplicates handling

* fix io tests

* fix docs, remove _allow_duplicates private var

* update unique type signature in strategies

* completing tests for setters and lazy evaluation of unique kw

* small fix for the linting errors

* support dataframe-level uniqueness in strategies

* add docs, fix error formatting, add multiindex support

Co-authored-by: Jean-Francois Zinque <jzinque@gmail.com>
Co-authored-by: tfwillems <tfwillems@users.noreply.github.com>
Co-authored-by: fkroll8 <13244820+fkrull8@users.noreply.github.com>
Co-authored-by: fkroll8 <kent.troutman@tuta.io>
cosmicBboy added a commit that referenced this pull request Sep 9, 2021
* Unique keyword arg (#580)

* add copy button to docs (#448)

* Add missing inplace arg to SchemaModel's validate (#450)

* link documentation to github (#449)

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* intermediate commit for review by @cosmicBboy

* link documentation to github (#449)

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* intermediate commit for review by @cosmicBboy

* WIP

* fix test errors, re-factor allow_duplicates handling

* fix io tests

* fix docs, remove _allow_duplicates private var

* update unique type signature in strategies

* completing tests for setters and lazy evaluation of unique kw

* small fix for the linting errors

* support dataframe-level uniqueness in strategies

* add docs, fix error formatting, add multiindex support

Co-authored-by: Jean-Francois Zinque <jzinque@gmail.com>
Co-authored-by: tfwillems <tfwillems@users.noreply.github.com>
Co-authored-by: fkroll8 <13244820+fkrull8@users.noreply.github.com>
Co-authored-by: fkroll8 <kent.troutman@tuta.io>

* Add support for timezone-aware datetime strategies (#595)

* add support for Any annotation in schema model (#594)

* add support for Any annotation in schema model

the motivation behind this feature is to support column annotations
that can have any type, to support use cases like the one described
in #592, where
custom checks can be applied to any column except for ones that
are explicitly defined in the schema model class attributes

* update pylint, fix lint

* Docs/scaling - Bring Pandera to Spark and Dask (#588)

* scaling.rst

* edited conf

* finished first pass

* removing FugueWorkflow

* Update index.rst

* Update docs/source/scaling.rst

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* add support for timezone-aware datetime strategies

* fix le/ge strategies with datetime

* fix mypy errors

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>
Co-authored-by: Kevin Kho <kdykho@gmail.com>

* support frictionless primary keys with multiple fields

Co-authored-by: Jean-Francois Zinque <jzinque@gmail.com>
Co-authored-by: tfwillems <tfwillems@users.noreply.github.com>
Co-authored-by: fkroll8 <13244820+fkrull8@users.noreply.github.com>
Co-authored-by: fkroll8 <kent.troutman@tuta.io>
Co-authored-by: Kevin Kho <kdykho@gmail.com>
cosmicBboy added a commit that referenced this pull request Sep 10, 2021
* Unique keyword arg (#580)

* add copy button to docs (#448)

* Add missing inplace arg to SchemaModel's validate (#450)

* link documentation to github (#449)

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* intermediate commit for review by @cosmicBboy

* link documentation to github (#449)

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* intermediate commit for review by @cosmicBboy

* WIP

* fix test errors, re-factor allow_duplicates handling

* fix io tests

* fix docs, remove _allow_duplicates private var

* update unique type signature in strategies

* completing tests for setters and lazy evaluation of unique kw

* small fix for the linting errors

* support dataframe-level uniqueness in strategies

* add docs, fix error formatting, add multiindex support

Co-authored-by: Jean-Francois Zinque <jzinque@gmail.com>
Co-authored-by: tfwillems <tfwillems@users.noreply.github.com>
Co-authored-by: fkroll8 <13244820+fkrull8@users.noreply.github.com>
Co-authored-by: fkroll8 <kent.troutman@tuta.io>

* Add support for timezone-aware datetime strategies (#595)

* add support for Any annotation in schema model (#594)

* add support for Any annotation in schema model

the motivation behind this feature is to support column annotations
that can have any type, to support use cases like the one described
in #592, where
custom checks can be applied to any column except for ones that
are explicitly defined in the schema model class attributes

* update pylint, fix lint

* Docs/scaling - Bring Pandera to Spark and Dask (#588)

* scaling.rst

* edited conf

* finished first pass

* removing FugueWorkflow

* Update index.rst

* Update docs/source/scaling.rst

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>

* add support for timezone-aware datetime strategies

* fix le/ge strategies with datetime

* fix mypy errors

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>
Co-authored-by: Kevin Kho <kdykho@gmail.com>

* schemas with multi-index columns correctly report errors (#600)

fixes #589

* strategies module supports undefined checks in regex columns (#599)

* Add support for empty data type annotation in SchemaModel (#602)

* remove artifacts of py3.6 support

* add support for empty data type annotation in SchemaModel

* fix frictionless version in dev dependencies

* fix setuptools version instead of frictionless

* fix setuptools pinning

* remove frictionless from core pandera deps (#609)

* support frictionless primary keys with multiple fields (#608)

* fix validation of check raising error without message (#613)

* docs/requirements.txt pin setuptools (#611)

* bump version 0.7.1

Co-authored-by: Jean-Francois Zinque <jzinque@gmail.com>
Co-authored-by: tfwillems <tfwillems@users.noreply.github.com>
Co-authored-by: fkroll8 <13244820+fkrull8@users.noreply.github.com>
Co-authored-by: fkroll8 <kent.troutman@tuta.io>
Co-authored-by: Kevin Kho <kdykho@gmail.com>
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