Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
website:
sidebar:
- id: validmind-reference
title: "ValidMind Library"
title: "ValidMind Library Python API"
collapsed: false
collapse-level: 2
contents:
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/module.qmd.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% import "macros/navigation.jinja2" as nav %}
{% import "macros/signatures.jinja2" as signatures %}
---
title: "{% if module.name == "validmind" %}ValidMind Library{% else %}[validmind](/validmind/validmind.qmd).{{ module.name }}{% endif +%}"
title: "{% if module.name == "validmind" %}ValidMind Library Python API{% else %}[validmind](/validmind/validmind.qmd).{{ module.name }}{% endif +%}"
{% if module.name == "validmind" %}
aliases:
- index.html
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/sidebar.qmd.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
website:
sidebar:
- id: validmind-reference
title: "ValidMind Library"
title: "ValidMind Library Python API"
collapsed: false
collapse-level: 2
contents:
Expand Down
2 changes: 1 addition & 1 deletion docs/validmind.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "ValidMind Library"
title: "ValidMind Library Python API"
aliases:
- index.html
sidebar: validmind-reference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1816,8 +1816,14 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "ValidMind Library",
"language": "python",
"name": "validmind"
},
"language_info": {
"name": "python"
"name": "python",
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
8 changes: 4 additions & 4 deletions notebooks/tutorials/intro_for_model_developers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"\n",
"Learn how to use ValidMind for your end-to-end model documentation process based on common model development scenarios with our *ValidMind for model development* series of four introductory notebooks:\n",
"\n",
"1. [101 Set up the ValidMind Library](/notebooks/tutorials/model_development/101-set_up_validmind.ipynb)\n",
"2. [102 Start the model development process](/notebooks/tutorials/model_development/102-start_development_process.ipynb)\n",
"3. [103 Integrate custom tests](/notebooks/tutorials/model_development/103-integrate_custom_tests.ipynb)\n",
"4. [104 Finalize testing and documentation](/notebooks/tutorials/model_development/104-finalize_testing_documentation.ipynb)\n",
"1. [1 — Set up the ValidMind Library](/notebooks/tutorials/model_development/1-set_up_validmind.ipynb)\n",
"2. [2 — Start the model development process](/notebooks/tutorials/model_development/2-start_development_process.ipynb)\n",
"3. [3 — Integrate custom tests](/notebooks/tutorials/model_development/3-integrate_custom_tests.ipynb)\n",
"4. [4 — Finalize testing and documentation](/notebooks/tutorials/model_development/4-finalize_testing_documentation.ipynb)\n",
"\n",
"<div class=\"alert alert-block alert-info\" style=\"background-color: #B5B5B510; color: black; border: 1px solid #083E44; border-left-width: 5px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);border-radius: 5px;\"><span style=\"color: #083E44;\"><b>Or, take our Developer Fundamentals course which walks you through the basics of ValidMind paired with this notebook series.</b></span>\n",
"<br></br>\n",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "ValidMind Library"
license = "Commercial License"
name = "validmind"
readme = "README.pypi.md"
version = "2.8.18"
version = "2.8.19"

[tool.poetry.dependencies]
aiohttp = {extras = ["speedups"], version = "*"}
Expand Down
2 changes: 1 addition & 1 deletion validmind/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.18"
__version__ = "2.8.19"