-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Documentation conversion into Mkdocs #5384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
+565,318
−447,658
Open
Changes from 1 commit
Commits
Show all changes
176 commits
Select commit
Hold shift + click to select a range
a2787a0
- Move contents of `commands.py` to scripts in new `bin` directory an...
gvwilson 3dced44
preload _plotly_utils
LiamConnors bc32c86
add docstrings directly to px functions
LiamConnors 174b0e9
change docstring style
LiamConnors badb199
Merge pull request #5292 from plotly/plotly.express-docstrings
gvwilson 86f69f1
Merge branch 'mkdocs-conversion' into preload-plotly-utils
gvwilson c0237f6
Merge pull request #5290 from plotly/preload-plotly-utils
gvwilson 76b36dd
feat: numpy documentation style
gvwilson 96af9f6
feat: regenerating Python code with .js fixes
gvwilson 9525f6a
feat: converting doc/python/*.md using bin/run_markdown.py
gvwilson 80792d8
better verbosity
gvwilson 9386750
feat: conditionalize Makefile target for testing
gvwilson 6d1e5c8
Merge remote-tracking branch 'origin/fix-docs' into mkdocs-conversion
gvwilson 20c60ef
Merge remote-tracking branch 'origin/add-missing-imports' into mkdocs...
gvwilson a07ea45
feat: script to check all examples in doc/python.
gvwilson 5cad013
use _parse_md function
LiamConnors 2e38a9a
don't process code block in region sections
LiamConnors e45f54c
Merge pull request #5307 from plotly/update-script
gvwilson 73a8291
modify tests to import from graph_objects
gvwilson 36ee5e9
add trivial test to make sure plotly.graph_objects import works
gvwilson 57d923c
updating notes
gvwilson ca37382
swapping graph_objs and graph_objects
gvwilson 31b73ce
Added backslashes to descriptions with '[][]'
daexs fae9563
Fixed markdown formatting for valType 'info_array'
daexs c2e20c7
Added backslashes to descriptions with '[][]'
daexs 0f9b311
Fixed markdown formatting for valType 'info_array'
daexs 3f5ee9f
regenerating with latest changes
gvwilson f345aef
Fixed double bracket error for regular expressions
daexs f840f11
Minor code cleanup
daexs 4a7873c
Fixed double bracket error in 'basedatatypes.py'
daexs b0cd2f9
Merge branch 'mkdocs-conversion' of https://github.com/plotly/plotly....
daexs cd623aa
Regenerated code after basevalidators.py changes
daexs 98fab98
Fix SyntaxWarning and adjusted valType 'enumerated' docstring format.
daexs 9ddde0f
Fixed formatting issues with nested enumerated docstrings in info_arr...
daexs 683643c
Fixed list format in 'Dash' and 'String' properties.
daexs efde201
Fixed formatting for 'Compound' and 'color' properties.
daexs 01da1c6
Fixed formatting for 'Integer' types.
daexs 8d12a05
Fixed formatting for 'Colorscale', 'CompoundArray', and 'BaseData' ty...
daexs 6690116
Fixed confusing indentation & some formatting
daexs 4154910
Fixed formatting issues and consistency
daexs df9cc3a
feat: allow `--schema path` option to code generation
gvwilson 77d19bb
Merge pull request #17 from gvwilson/mkdocs-conversion
daexs bdd049b
Fixed code block and type annotation formatting.
daexs cbd983d
Minor code cleanup
daexs 95ea818
Fixed example parsing error
daexs 31c8a2f
Fixed formatting issues and modified json file for double bracket error.
daexs f35c9fa
Fixed **kwargs bold formatting issue
daexs eef950e
Fixed types for parameters 'annotation', 'annotation_position', and '...
daexs e339098
Merge branch 'main' into mkdocs-conversion
gvwilson 3e5ee8b
Merge branch 'main' into mkdocs-conversion
gvwilson a943429
saving generated example files
gvwilson 569b6d7
feat: build YAML table of contents for examples
gvwilson 6d2f32f
fix: switch to relative paths in examples
gvwilson dc0418a
feat: fixing some dangling references in doc/python example files
gvwilson 66208c6
Added pages to nav bar and extra css styling
daexs d116e27
Fixed warnings and errors
daexs 8607d4a
feat: allow bin/run_markdown.py to take a single block number for tes...
gvwilson 9a40907
Fixed small import and missing module errors
daexs b215b37
Fixed small missing import and variable errors. Also added 'getting-s...
daexs 1847061
Added permalinks to replace empty md files
daexs 9da9b2d
Fixed Image not JSON serializable error
daexs 883c0d9
Edited comment for clarity
daexs 63882d0
Fixed deprecation warning for 'type' found when county-choropleth.md ...
daexs 7e8a638
Fixed 403 Error from Wikimedia when reading image
daexs 77e76af
Made variable state shared across codeblocks and cleaned up previous ...
daexs 1d1620c
Fixed html image rendering and reading image from wikimedia
daexs 2310f66
Replaced image rendering from IPython's image display and overrided P...
daexs a673e59
Fixed pip install invalid syntax error
daexs 0fa35da
Fixed some references and absolute links that were broken
daexs 1d89e17
Removed ' install' and added versions. Also changed the umap module i...
daexs 373e1bc
Removed from the navigation bar and reverted previous changes to pac...
daexs 6e300ad
Configured mkdocs to be able to resolve absolute links and set them r...
daexs c3a98b6
Edited navigation bar to make section names more user friendly.
daexs 64b30da
Reorganized the navigation bar to match the existing Python docs.
daexs 8f43c74
add some links, css, and restructure content
LiamConnors e712a01
Update is-plotly-free.md
LiamConnors 6aeb223
Update mkdocs.yml
LiamConnors 1fadabe
Update mkdocs.yml
LiamConnors d970523
Update is-plotly-free.md
LiamConnors 3514472
Manually added new script that generates the API Reference markdown p...
daexs 8beee0d
Excluded some markdown files from docs nav bar build to prevent log m...
daexs a4dc547
Merge branch 'mkdocs-conversion' into update-names
LiamConnors 6c8ea1b
Merge pull request #48 from daexs/update-names
LiamConnors d6fc630
Fix lists not rendering properly in some examples
daexs 4f0c61a
Fixed minor mistake in the Makefile when running 'examples-force'
daexs 566c835
Added syntax highlighting to python code blocks
daexs 430e485
add plotly studio and dash club info
LiamConnors 5deca22
Update mkdocs.yml
LiamConnors b4c5cb4
delete generated images
LiamConnors 0c3d202
add dataset from docs generation
LiamConnors 259a8e1
only generate html
LiamConnors 0fac168
update html generation
LiamConnors 6cf3ff4
move examples
LiamConnors ee82f48
remove duplicate files
LiamConnors 8de444f
regen files
LiamConnors b8319de
Reinclude pages not directly accessible from navigation and suppress ...
daexs 7994893
Merge pull request #68 from daexs/add-banner
LiamConnors d74a371
Merge pull request #70 from daexs/add-gh-repo
LiamConnors c6099ed
Merge branch 'mkdocs-conversion' into restructure-2
LiamConnors 0d19bd5
Merge pull request #72 from daexs/restructure-2
LiamConnors d88da53
add missing reference pages
LiamConnors c24f7d6
Update mkdocs.yml
LiamConnors a2d466e
Update mkdocs.yml
LiamConnors d077940
Fixed internal links for axes.md
daexs ecc2b1f
Fixed some internal links and fixed 'figure-structure.md' content bei...
daexs 816001b
Merge pull request #73 from daexs/add-back-missing-ref
LiamConnors 36bd491
Changed 'https://plotly.com/python/' links into internal links and fi...
daexs fb5d918
removing out-of-date notes
gvwilson 4fdae5b
Changed links pointing to 'https://plot.ly' into internal links
daexs 402d03f
Merge branch 'mkdocs-conversion' of https://github.com/daexs/plotly.p...
daexs ea587d9
refactor: small cleanups to build process
gvwilson 1d2046a
Remove image base64 conversion code from the examples
daexs 28d14dd
feat: remove unused metadata in Markdown files
gvwilson c1e1a1b
Replaced all links to 'https://plotly.com/python-api-reference/' into...
daexs 44e72d0
Update run_markdown.py
LiamConnors 4d2be36
Fixed missing import statements for plotly.express and urllib.request
daexs f6bf056
Fixed links rendering as regular text and lists not rendering correctly.
daexs 8db0756
Added custom formatter and styling to hide code blocks with 'hide_cod...
daexs 9161db0
Fixed 'docs' rule
daexs a265548
Changed the docstring style of the plotly figure_factory module to numpy
daexs f17cb33
Fixed links to correctly reference their respective files and render ...
daexs 362eba4
Fixed html rendering in codeblocks
daexs b7b3f28
Reformatted dash code blocks to allow the code snippets and charts to...
daexs 01036e1
Remove previously added custom formatter to hide Dash code
daexs 3ba7f1e
Added styling to remove maplibre controls container under the interac...
daexs 16f34ec
Merge pull request #81 from daexs/fix-mathjax
LiamConnors a79bdb8
add redirects
LiamConnors 064a52f
Merge pull request #88 from daexs/add-redirects
daexs a5a1c00
Added plotly studio image to the nav bar.
daexs 108933b
Cleaned up 'plotly-styles.css' file and removed the arrow indicating ...
daexs e2464dd
Fixed dash_bio figures not rendering in 'doc/python/bio-clustergram.md'.
daexs db53d9b
Merge branch 'mkdocs-conversion' of https://github.com/daexs/plotly.p...
daexs 8cc3b51
Fixed headings that weren't rendering in Markdown properly.
daexs 4bc8eed
Added back orca-management.md into the navigation
daexs 29e6b84
Resolved more links and added a new redirect for 'mapbox-layers'
daexs abb898f
Added footer and adjusted height of plotly studio image
daexs 38e69f4
Fixed minor link typo in footer
daexs 68c6d16
Added header and dash banner image
daexs 03120e6
Minor fix to navigation page titles
daexs d8e18b2
Merge pull request #86 from daexs/fix-plotly-module-formatting
daexs 66eea0e
Merge pull request #87 from daexs/fix-html-and-dash-render
daexs 270fade
Merging mkdocs-conversion into this branch and resolving merge conflicts
daexs 001cb53
Merge pull request #80 from daexs/remove-unused-metadata
daexs e22fbb7
Adjusted title of pages in graph_objects module figure overview
daexs 0fa6e72
Merge pull request #98 from daexs/adjust-styling-and-format
daexs 37aacd4
Fixed minor naming error for header div.
daexs 55db0a6
Added index pages to each category in the nav bar.
daexs 3204832
Converted redirect links into internal links.
daexs 51eb8fc
Resolved links and removed Dash banner from the bottom of the 'Overvi...
daexs faf9bfb
Added dash examples to select index pages and updated dash banner logic
daexs 622af18
Added more redirects, changed redirect links in markdown files, resol...
daexs ef612af
Redisplay external link arrows on dash banner and plotly studio ad. S...
daexs e64dc40
Changed the text for all internal links that used to be 'https://plot...
daexs 3caa780
Remove page that was accidentally added.
daexs 2eb1590
Changed name of 'migrate-to-maplibre.md' to remain consistent with li...
daexs 79f7440
Updated page name reference for mapbox to maplibre migration.
daexs 654fde1
Resolved more links, added a redirect, and fixed list render
daexs 9ff8730
Fix list rendering
daexs eb6ed26
Added styling for footer text when page is in dark mode.
daexs ae2f80b
Added extensions to allow proper LaTeX rendering
daexs ae54f18
Converted callouts into admonitions
daexs a7a5122
Fixed graph rendering in creating-and-updating-figures.md
daexs e1ac526
Added more admonitions
daexs 3f03d07
Remove empty python blocks
daexs 9fe8873
Added more admonitions, including those for warning messages
daexs 9643249
Updated plotly ad on nav bar
daexs 2c8f030
Added css styling to keep tables within the width of the page's body/
daexs fea9b38
Added an 'edit this page' button
daexs edf2b1a
Fixed styling of icon in edit button
daexs 3ae43db
Merge branch 'mkdocs-conversion' into update-link-text
daexs 89b3dd4
Merge pull request #102 from daexs/update-link-text
daexs 87da393
Merge remote-tracking branch 'upstream/live-docs' into mkdocs-conversion
daexs c28d17a
Update meta descriptions for files in pages/, rename markdown files i...
daexs 305e674
Minor formatting change and added missing function into 'plotly/expre...
daexs fe05438
Fixed graph rendering
daexs f5a4c3e
Patched img.show to embed the images generated properly.
daexs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove page that was accidentally added.
- Loading branch information
There are no files selected for viewing
48 changes: 0 additions & 48 deletions
doc/python/mapbox-to-maplibre.md
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.