Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
a2787a0
- Move contents of `commands.py` to scripts in new `bin` directory an…
gvwilson Jul 10, 2025
3dced44
preload _plotly_utils
LiamConnors Jul 22, 2025
bc32c86
add docstrings directly to px functions
LiamConnors Dec 2, 2024
174b0e9
change docstring style
LiamConnors Jul 22, 2025
badb199
Merge pull request #5292 from plotly/plotly.express-docstrings
gvwilson Jul 22, 2025
86f69f1
Merge branch 'mkdocs-conversion' into preload-plotly-utils
gvwilson Jul 22, 2025
c0237f6
Merge pull request #5290 from plotly/preload-plotly-utils
gvwilson Jul 22, 2025
76b36dd
feat: numpy documentation style
gvwilson Jul 22, 2025
96af9f6
feat: regenerating Python code with .js fixes
gvwilson Jul 22, 2025
9525f6a
feat: converting doc/python/*.md using bin/run_markdown.py
gvwilson Jul 23, 2025
80792d8
better verbosity
gvwilson Jul 26, 2025
9386750
feat: conditionalize Makefile target for testing
gvwilson Jul 29, 2025
36b21ab
add missing imports and variable definitions
LiamConnors Jul 29, 2025
6d1e5c8
Merge remote-tracking branch 'origin/fix-docs' into mkdocs-conversion
gvwilson Jul 30, 2025
20c60ef
Merge remote-tracking branch 'origin/add-missing-imports' into mkdocs…
gvwilson Jul 30, 2025
a07ea45
feat: script to check all examples in doc/python.
gvwilson Jul 30, 2025
5cad013
use _parse_md function
LiamConnors Jul 30, 2025
2e38a9a
don't process code block in region sections
LiamConnors Jul 30, 2025
e45f54c
Merge pull request #5307 from plotly/update-script
gvwilson Jul 31, 2025
73a8291
modify tests to import from graph_objects
gvwilson Jul 30, 2025
36ee5e9
add trivial test to make sure plotly.graph_objects import works
gvwilson Aug 1, 2025
57d923c
updating notes
gvwilson Aug 1, 2025
ca37382
swapping graph_objs and graph_objects
gvwilson Aug 5, 2025
31b73ce
Added backslashes to descriptions with '[][]'
daexs Aug 12, 2025
fae9563
Fixed markdown formatting for valType 'info_array'
daexs Aug 14, 2025
c2e20c7
Added backslashes to descriptions with '[][]'
daexs Aug 12, 2025
0f9b311
Fixed markdown formatting for valType 'info_array'
daexs Aug 14, 2025
3f5ee9f
regenerating with latest changes
gvwilson Aug 14, 2025
f345aef
Fixed double bracket error for regular expressions
daexs Aug 14, 2025
f840f11
Minor code cleanup
daexs Aug 14, 2025
4a7873c
Fixed double bracket error in 'basedatatypes.py'
daexs Aug 14, 2025
b0cd2f9
Merge branch 'mkdocs-conversion' of https://github.com/plotly/plotly.…
daexs Aug 14, 2025
cd623aa
Regenerated code after basevalidators.py changes
daexs Aug 14, 2025
98fab98
Fix SyntaxWarning and adjusted valType 'enumerated' docstring format.
daexs Aug 14, 2025
9ddde0f
Fixed formatting issues with nested enumerated docstrings in info_arr…
daexs Aug 15, 2025
683643c
Fixed list format in 'Dash' and 'String' properties.
daexs Aug 18, 2025
efde201
Fixed formatting for 'Compound' and 'color' properties.
daexs Aug 18, 2025
01da1c6
Fixed formatting for 'Integer' types.
daexs Aug 18, 2025
8d12a05
Fixed formatting for 'Colorscale', 'CompoundArray', and 'BaseData' ty…
daexs Aug 19, 2025
6690116
Fixed confusing indentation & some formatting
daexs Aug 19, 2025
4154910
Fixed formatting issues and consistency
daexs Aug 19, 2025
df9cc3a
feat: allow `--schema path` option to code generation
gvwilson Aug 20, 2025
77d19bb
Merge pull request #17 from gvwilson/mkdocs-conversion
daexs Aug 20, 2025
bdd049b
Fixed code block and type annotation formatting.
daexs Aug 21, 2025
cbd983d
Minor code cleanup
daexs Aug 21, 2025
95ea818
Fixed example parsing error
daexs Aug 22, 2025
31c8a2f
Fixed formatting issues and modified json file for double bracket error.
daexs Aug 25, 2025
f35c9fa
Fixed **kwargs bold formatting issue
daexs Aug 26, 2025
eef950e
Fixed types for parameters 'annotation', 'annotation_position', and '…
daexs Aug 26, 2025
e339098
Merge branch 'main' into mkdocs-conversion
gvwilson Aug 27, 2025
3e5ee8b
Merge branch 'main' into mkdocs-conversion
gvwilson Aug 27, 2025
a943429
saving generated example files
gvwilson Aug 27, 2025
569b6d7
feat: build YAML table of contents for examples
gvwilson Aug 27, 2025
6d2f32f
fix: switch to relative paths in examples
gvwilson Aug 27, 2025
dc0418a
feat: fixing some dangling references in doc/python example files
gvwilson Aug 28, 2025
66208c6
Added pages to nav bar and extra css styling
daexs Aug 28, 2025
d116e27
Fixed warnings and errors
daexs Aug 29, 2025
8607d4a
feat: allow bin/run_markdown.py to take a single block number for tes…
gvwilson Aug 29, 2025
9a40907
Fixed small import and missing module errors
daexs Sep 2, 2025
b215b37
Fixed small missing import and variable errors. Also added 'getting-s…
daexs Sep 3, 2025
1847061
Added permalinks to replace empty md files
daexs Sep 3, 2025
9da9b2d
Fixed Image not JSON serializable error
daexs Sep 3, 2025
883c0d9
Edited comment for clarity
daexs Sep 3, 2025
63882d0
Fixed deprecation warning for 'type' found when county-choropleth.md …
daexs Sep 3, 2025
7e8a638
Fixed 403 Error from Wikimedia when reading image
daexs Sep 4, 2025
77e76af
Made variable state shared across codeblocks and cleaned up previous …
daexs Sep 4, 2025
1d1620c
Fixed html image rendering and reading image from wikimedia
daexs Sep 4, 2025
2310f66
Replaced image rendering from IPython's image display and overrided P…
daexs Sep 5, 2025
a673e59
Fixed pip install invalid syntax error
daexs Sep 5, 2025
0fa35da
Fixed some references and absolute links that were broken
daexs Sep 8, 2025
842ad01
feat: filter content for mkdocstrings
gvwilson Sep 17, 2025
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
Prev Previous commit
Next Next commit
Fixed formatting issues and consistency
  • Loading branch information
daexs committed Aug 19, 2025
commit 4154910cebc2e7f90b4db9b1c1602ec05dd0c8bc
Loading