Skip to content

Commit

Permalink
Update docs: setup deps for algolia, modify pandera banner, fix API r…
Browse files Browse the repository at this point in the history
…ef (#1741)

* fix typing docs

Signed-off-by: cosmicBboy <[email protected]>

* add algolia docsearch to docs

Signed-off-by: cosmicBboy <[email protected]>

* clean up docs, dont use algolia yet

Signed-off-by: cosmicBboy <[email protected]>

---------

Signed-off-by: cosmicBboy <[email protected]>
  • Loading branch information
cosmicBboy authored Jul 16, 2024
1 parent 184fbef commit 50949b0
Show file tree
Hide file tree
Showing 31 changed files with 828 additions and 696 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,4 @@ consider citing the **paper** and/or **software package**.
## License and Credits

`pandera` is licensed under the [MIT license](license.txt) and is written and
maintained by Niels Bantilan (niels@pandera.ci)
maintained by Niels Bantilan (niels@union.ai)
34 changes: 18 additions & 16 deletions ci/requirements-py3.10-pandas1.5.3-pydantic1.10.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ beautifulsoup4==4.12.3
black==24.4.2
build==1.2.1
# via asv
certifi==2024.6.2
certifi==2024.7.4
# via
# httpcore
# httpx
Expand Down Expand Up @@ -65,7 +65,7 @@ comm==0.2.2
# via ipykernel
commonmark==0.9.1
# via recommonmark
coverage==7.5.4
coverage==7.6.0
# via pytest-cov
dask==2024.2.1
# via distributed
Expand All @@ -88,7 +88,7 @@ docutils==0.21.2
# sphinx
email-validator==2.2.0
# via fastapi
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# anyio
# hypothesis
Expand Down Expand Up @@ -131,8 +131,8 @@ httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via fastapi
hypothesis==6.104.2
identify==2.5.36
hypothesis==6.108.0
identify==2.6.0
# via pre-commit
idna==3.7
# via
Expand Down Expand Up @@ -180,7 +180,7 @@ jinja2==3.1.4
joblib==1.4.2
json5==0.9.25
# via asv
jsonschema==4.22.0
jsonschema==4.23.0
# via
# frictionless
# nbformat
Expand Down Expand Up @@ -256,7 +256,7 @@ nbformat==5.10.4
# nbclient
nest-asyncio==1.6.0
# via ipykernel
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
nodeenv==1.9.1
# via pre-commit
Expand Down Expand Up @@ -304,7 +304,7 @@ petl==1.7.15
# via frictionless
pexpect==4.9.0
# via ipython
pip==24.1.1
pip==24.1.2
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
Expand All @@ -315,7 +315,7 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via pytest
polars==1.0.0
polars==1.1.0
pre-commit==3.7.1
prompt-toolkit==3.0.47
# via ipython
Expand Down Expand Up @@ -389,8 +389,8 @@ pyzmq==26.0.3
# via
# ipykernel
# jupyter-client
ray==2.31.0
readme-renderer==43.0
ray==2.32.0
readme-renderer==44.0
# via twine
recommonmark==0.7.1
referencing==0.35.1
Expand All @@ -414,12 +414,12 @@ rich==13.7.1
# via
# twine
# typer
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
scipy==1.14.0
shapely==2.0.4
shapely==2.0.5
# via geopandas
shellingham==1.5.4
# via typer
Expand Down Expand Up @@ -452,11 +452,13 @@ sphinx==7.3.7
# sphinx-basic-ng
# sphinx-copybutton
# sphinx-design
# sphinx-docsearch
sphinx-autodoc-typehints==1.14.1
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
sphinx-design==0.6.0
sphinx-docsearch==0.0.7
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
Expand Down Expand Up @@ -497,7 +499,7 @@ tomli==2.0.1
# pylint
# pytest
# sphinx
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
toolz==0.12.1
# via
Expand Down Expand Up @@ -530,7 +532,7 @@ types-pkg-resources==0.1.3
types-pytz==2024.1.0.20240417
# via pandas-stubs
types-pyyaml==6.0.12.20240311
types-requests==2.32.0.20240622
types-requests==2.32.0.20240712
typing-extensions==4.12.2
# via
# anyio
Expand Down Expand Up @@ -559,7 +561,7 @@ uvicorn==0.30.1
# via fastapi
uvloop==0.19.0
# via uvicorn
validators==0.29.0
validators==0.32.0
# via frictionless
virtualenv==20.26.3
# via
Expand Down
34 changes: 18 additions & 16 deletions ci/requirements-py3.10-pandas1.5.3-pydantic2.3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ beautifulsoup4==4.12.3
black==24.4.2
build==1.2.1
# via asv
certifi==2024.6.2
certifi==2024.7.4
# via
# httpcore
# httpx
Expand Down Expand Up @@ -67,7 +67,7 @@ comm==0.2.2
# via ipykernel
commonmark==0.9.1
# via recommonmark
coverage==7.5.4
coverage==7.6.0
# via pytest-cov
dask==2024.2.1
# via distributed
Expand All @@ -90,7 +90,7 @@ docutils==0.21.2
# sphinx
email-validator==2.2.0
# via fastapi
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# anyio
# hypothesis
Expand Down Expand Up @@ -133,8 +133,8 @@ httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via fastapi
hypothesis==6.104.2
identify==2.5.36
hypothesis==6.108.0
identify==2.6.0
# via pre-commit
idna==3.7
# via
Expand Down Expand Up @@ -182,7 +182,7 @@ jinja2==3.1.4
joblib==1.4.2
json5==0.9.25
# via asv
jsonschema==4.22.0
jsonschema==4.23.0
# via
# frictionless
# nbformat
Expand Down Expand Up @@ -258,7 +258,7 @@ nbformat==5.10.4
# nbclient
nest-asyncio==1.6.0
# via ipykernel
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
nodeenv==1.9.1
# via pre-commit
Expand Down Expand Up @@ -306,7 +306,7 @@ petl==1.7.15
# via frictionless
pexpect==4.9.0
# via ipython
pip==24.1.1
pip==24.1.2
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
Expand All @@ -317,7 +317,7 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via pytest
polars==1.0.0
polars==1.1.0
pre-commit==3.7.1
prompt-toolkit==3.0.47
# via ipython
Expand Down Expand Up @@ -393,8 +393,8 @@ pyzmq==26.0.3
# via
# ipykernel
# jupyter-client
ray==2.31.0
readme-renderer==43.0
ray==2.32.0
readme-renderer==44.0
# via twine
recommonmark==0.7.1
referencing==0.35.1
Expand All @@ -418,12 +418,12 @@ rich==13.7.1
# via
# twine
# typer
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
scipy==1.14.0
shapely==2.0.4
shapely==2.0.5
# via geopandas
shellingham==1.5.4
# via typer
Expand Down Expand Up @@ -456,11 +456,13 @@ sphinx==7.3.7
# sphinx-basic-ng
# sphinx-copybutton
# sphinx-design
# sphinx-docsearch
sphinx-autodoc-typehints==1.14.1
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
sphinx-design==0.6.0
sphinx-docsearch==0.0.7
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
Expand Down Expand Up @@ -501,7 +503,7 @@ tomli==2.0.1
# pylint
# pytest
# sphinx
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
toolz==0.12.1
# via
Expand Down Expand Up @@ -534,7 +536,7 @@ types-pkg-resources==0.1.3
types-pytz==2024.1.0.20240417
# via pandas-stubs
types-pyyaml==6.0.12.20240311
types-requests==2.32.0.20240622
types-requests==2.32.0.20240712
typing-extensions==4.12.2
# via
# anyio
Expand Down Expand Up @@ -564,7 +566,7 @@ uvicorn==0.30.1
# via fastapi
uvloop==0.19.0
# via uvicorn
validators==0.29.0
validators==0.32.0
# via frictionless
virtualenv==20.26.3
# via
Expand Down
Loading

0 comments on commit 50949b0

Please sign in to comment.