diff --git a/.github/images/infographic.svg b/.github/images/infographic.svg new file mode 100644 index 000000000..95b4b1c88 --- /dev/null +++ b/.github/images/infographic.svg @@ -0,0 +1 @@ +production scalingbuild prototypes and deploy to production at scale in minutesin-built best practicesapply beautiful visual design and engineering forpowerfulfeaturesopen-source toolsenjoy the freedom of open source with the flexibility of Plotly, Dash and Pydanticlow-codeuse a few lines of simple configuration to build apps quickly and easilyefficient communicationshare insights without needing advanced engineering or visual design expertisecode extensionsenable customization for advanced users using Python, JavaScript, HTML and CSS diff --git a/.github/images/logo_watermarks.svg b/.github/images/logo_watermarks.svg new file mode 100644 index 000000000..6b4baba31 --- /dev/null +++ b/.github/images/logo_watermarks.svg @@ -0,0 +1 @@ +enabled by:built and maintained by:plotly& dashpythonpydantic diff --git a/.github/images/toolkit_dashboard_examples.png b/.github/images/toolkit_dashboard_examples.png new file mode 100644 index 000000000..6e0c37885 Binary files /dev/null and b/.github/images/toolkit_dashboard_examples.png differ diff --git a/.github/images/toolkit_framework.svg b/.github/images/toolkit_framework.svg new file mode 100644 index 000000000..1751d5c74 --- /dev/null +++ b/.github/images/toolkit_framework.svg @@ -0,0 +1 @@ + diff --git a/.github/images/toolkit_visual_vocabulary.png b/.github/images/toolkit_visual_vocabulary.png new file mode 100644 index 000000000..cb6045ca1 Binary files /dev/null and b/.github/images/toolkit_visual_vocabulary.png differ diff --git a/.github/images/toolkit_vizro_ai.gif b/.github/images/toolkit_vizro_ai.gif new file mode 100644 index 000000000..b7f8c7c56 Binary files /dev/null and b/.github/images/toolkit_vizro_ai.gif differ diff --git a/pyproject.toml b/pyproject.toml index 2a1469171..3c3b4570e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ exclude_dirs = ["tests"] [tool.codespell] builtin = "clear,rare,en-GB_to_en-US" ignore-words-list = "grey,ned,sav,Thur" -skip = "*.min.css.map,*.min.css,.vale/*, *assets/*" +skip = "*.min.css.map,*.min.css,.vale/*, *assets/*,.github/*" [tool.mypy] # strict checks : strict = true