diff --git a/.buildinfo b/.buildinfo index 7e0bbe5..a09ea87 100644 --- a/.buildinfo +++ b/.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: f4ed13ed34cc7b1f69ceaf744249b8b8 +config: 0ce5cfc3128298ad3a1c530d86a4235a tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip b/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip index 3799cac..2f7df18 100644 Binary files a/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip and b/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip differ diff --git a/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip b/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip index f1864d5..24d00e1 100644 Binary files a/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip and b/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip differ diff --git a/_sources/auto_examples/plot_classifier.rst.txt b/_sources/auto_examples/plot_classifier.rst.txt index 32407b5..513a079 100644 --- a/_sources/auto_examples/plot_classifier.rst.txt +++ b/_sources/auto_examples/plot_classifier.rst.txt @@ -110,7 +110,7 @@ Use scikit-learn to display the decision boundary .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 0.136 seconds) + **Total running time of the script:** (0 minutes 0.137 seconds) .. _sphx_glr_download_auto_examples_plot_classifier.py: diff --git a/_sources/auto_examples/plot_transformer.rst.txt b/_sources/auto_examples/plot_transformer.rst.txt index 8a52654..e009301 100644 --- a/_sources/auto_examples/plot_transformer.rst.txt +++ b/_sources/auto_examples/plot_transformer.rst.txt @@ -63,7 +63,7 @@ An example plot of :class:`skltemplate.template.TemplateTransformer` .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 0.063 seconds) + **Total running time of the script:** (0 minutes 0.061 seconds) .. _sphx_glr_download_auto_examples_plot_transformer.py: diff --git a/_sources/auto_examples/sg_execution_times.rst.txt b/_sources/auto_examples/sg_execution_times.rst.txt index 4e46d6c..82a49b8 100644 --- a/_sources/auto_examples/sg_execution_times.rst.txt +++ b/_sources/auto_examples/sg_execution_times.rst.txt @@ -6,7 +6,7 @@ Computation times ================= -**00:00.275** total execution time for 3 files **from auto_examples**: +**00:00.273** total execution time for 3 files **from auto_examples**: .. container:: @@ -33,11 +33,11 @@ Computation times - Time - Mem (MB) * - :ref:`sphx_glr_auto_examples_plot_classifier.py` (``plot_classifier.py``) - - 00:00.136 + - 00:00.137 - 0.0 * - :ref:`sphx_glr_auto_examples_plot_template.py` (``plot_template.py``) - 00:00.075 - 0.0 * - :ref:`sphx_glr_auto_examples_plot_transformer.py` (``plot_transformer.py``) - - 00:00.063 + - 00:00.061 - 0.0 diff --git a/_sources/quick_start.rst.txt b/_sources/quick_start.rst.txt index 0807e40..b624f09 100644 --- a/_sources/quick_start.rst.txt +++ b/_sources/quick_start.rst.txt @@ -134,6 +134,30 @@ In addition, you have a linter task to check the code consistency in terms of st pixi run lint +Activating the development environment +-------------------------------------- + +In the case that you don't want to use the `pixi run` commands and directly interact +with the usual python tools, you can activate the development environment: + +.. prompt:: bash $ + + pixi shell -e dev + +This will activate an environment containing the dependencies needed to run the linters, +tests, and build the documentation. So for instance, you can run the tests with: + +.. prompt:: bash $ + + pytest -vsl skltemplate + +In this case, you can even use pre-commit before using git. You will need to initialize +it with: + +.. prompt:: bash $ + + pre-commit install + Setup the continuous integration -------------------------------- diff --git a/_sources/sg_execution_times.rst.txt b/_sources/sg_execution_times.rst.txt index 52461ae..1476528 100644 --- a/_sources/sg_execution_times.rst.txt +++ b/_sources/sg_execution_times.rst.txt @@ -6,7 +6,7 @@ Computation times ================= -**00:00.275** total execution time for 3 files **from all galleries**: +**00:00.273** total execution time for 3 files **from all galleries**: .. container:: @@ -33,11 +33,11 @@ Computation times - Time - Mem (MB) * - :ref:`sphx_glr_auto_examples_plot_classifier.py` (``../examples/plot_classifier.py``) - - 00:00.136 + - 00:00.137 - 0.0 * - :ref:`sphx_glr_auto_examples_plot_template.py` (``../examples/plot_template.py``) - 00:00.075 - 0.0 * - :ref:`sphx_glr_auto_examples_plot_transformer.py` (``../examples/plot_transformer.py``) - - 00:00.063 + - 00:00.061 - 0.0 diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 7dcb0bd..a06ce0a 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.1.2.dev1+g939dd4e', + VERSION: '0.1.2.dev3+ga784506', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index 5e54fd7..a800578 100644 --- a/api.html +++ b/api.html @@ -8,7 +8,7 @@ -
[Text(0.5, 23.52222222222222, 'Feature 1'), Text(30.972222222222214, 0.5, 'Feature 2'), Text(0.5, 1.0, 'Template Classifier Decision Boundary')]
Total running time of the script: (0 minutes 0.136 seconds)
+Total running time of the script: (0 minutes 0.137 seconds)
@@ -432,7 +432,7 @@ plt.show() -Total running time of the script: (0 minutes 0.063 seconds)
+Total running time of the script: (0 minutes 0.061 seconds)