diff --git a/docs/build/doctrees/api.doctree b/docs/build/doctrees/api.doctree index 057ddd6..0d76097 100644 Binary files a/docs/build/doctrees/api.doctree and b/docs/build/doctrees/api.doctree differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 68cdd52..da590ab 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index a0885bd..d0814fd 100644 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/doctrees/usage.doctree b/docs/build/doctrees/usage.doctree index 0889150..ee89656 100644 Binary files a/docs/build/doctrees/usage.doctree and b/docs/build/doctrees/usage.doctree differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index e09ec8f..7a5437c 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 228a682d7073b1adc860314c5d4dd987 +config: 36e8dc9dac2db911651334c5543d871a tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/_sources/index.rst.txt b/docs/build/html/_sources/index.rst.txt index 7970ee1..b0dc0e9 100644 --- a/docs/build/html/_sources/index.rst.txt +++ b/docs/build/html/_sources/index.rst.txt @@ -1,5 +1,5 @@ -Welcome to pyoload's documentation! +Welcome to pyoload v|version| documentation! =================================== .. image:: https://github.com/ken-morel/pyoload/actions/workflows/python-publish.yml/badge.svg @@ -20,9 +20,12 @@ Welcome to pyoload's documentation! .. image:: https://readthedocs.org/projects/pyoload/badge/?version=latest :target: https://pyoload.readthedocs.io :alt: Documentation Status -.. image::https://img.shields.io/pypi/dd/pyoload +.. image:: https://img.shields.io/pypi/dd/pyoload :target: https://pypi.org/project/pyoload :alt: Pypi downloads +.. image:: https://ken-morel-api.up.railway.app/counters/pyoload-docs/add.svg + :target: https://portfolio-ken-morel-projects.vercel.app/ + :alt: Hit count welcome to pyoloads documentation, a python module for typechecking and diff --git a/docs/build/html/_sources/usage.rst.txt b/docs/build/html/_sources/usage.rst.txt index 19e5844..0566b74 100644 --- a/docs/build/html/_sources/usage.rst.txt +++ b/docs/build/html/_sources/usage.rst.txt @@ -61,14 +61,8 @@ The dictionary key under which the overloads was registered. It receives a type as argument, it is the type in which the object will cast. ->>> from pyoload import Cast ->>> caster = Cast(dict[str, list[tuple[float]]) - File "", line 1 - caster = Cast(dict[str, list[tuple[float]]) - ^ -SyntaxError: closing parenthesis ')' does not match opening parenthesis '[' >>> from pyoload import Cast >>> caster = Cast(dict[str, list[tuple[float]]]) >>> object = {237: (['1.0', 5], (5.0, 6.0))} ->>> caster(object) -{'237': [(1.0, 5.0), (5.0, 6.0)]} +>>> caster(object +){'237': [(1.0, 5.0), (5.0, 6.0)]} diff --git a/docs/build/html/_static/documentation_options.js b/docs/build/html/_static/documentation_options.js index ca548c4..7f51004 100644 --- a/docs/build/html/_static/documentation_options.js +++ b/docs/build/html/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '1.1.3', + VERSION: '2.0.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/build/html/api.html b/docs/build/html/api.html index 4ae29a9..f772cd6 100644 --- a/docs/build/html/api.html +++ b/docs/build/html/api.html @@ -7,9 +7,9 @@ -API | pyoload 1.1.3 documentation - - +API | pyoload 2.0.0 documentation + + @@ -33,7 +33,7 @@ Skip to content