summaryrefslogtreecommitdiff
path: root/examples/external
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in readme file (#6312)Tina Oberoi2023-01-051-1/+1
| | | Co-authored-by: Tina <tina@Tinas-MacBook-Air.local>
* Update precommit hooks (#5923)Jarrod Millman2022-08-091-1/+1
|
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
| | | | | | | | | | | * Fix links, use DOI links, wayback machine where required * Add nx-guides to intersphinx mapping. * Replace external mpl link w/ intersphinx. * Update mpl intersphinx mapping. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* make plots less dense, enable plotting for igraph (#4791)Mridul Seth2021-05-141-11/+18
| | | Make igraph plotting example render in gallery
* Make main default branch (and remove gitwash) (#4649)Jarrod Millman2021-03-041-1/+1
|
* JavaScript example: fix link (#4450)Sebastiaan Lokhorst2020-12-121-1/+1
|
* Deprecate jit (#4428)Jarrod Millman2020-12-101-37/+0
| | | | | * Remove example * Deprecate jit_graph / jit_data
* Collect graphviz examples (#4427)Jarrod Millman2020-12-071-91/+0
| | | | | | | * Collect graphviz examples * Sort examples by file name * Improve graphviz gallery layout
* Add igraph example (#4404)Jarrod Millman2020-12-071-0/+44
| | | | | * Add igraph example * Update comment to mention upcoming igraph release
* Refactor gallery (#4422)Jarrod Millman2020-12-068-0/+288
* Add external directory * Move Javascript and JIT * Remove application section * Consolidate and move pygraphviz examples * Clean up imports * Reorder * Fix subclass examples