| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
* Upgrade D3 version to v4
* Change CSS selector to match with the new svg format.
* Change href to point to the force folder
* New spring graph rendering script with draggable nodes
* Change the route to server root
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Found via `codespell -q 3 -I ../networkx-whitelist.txt` where whitelist consisted of:
```
ans
childs
iff
nd
te
```
|
| | |
|
| |
|
| |
Changes due to PR #2604
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fix unix_email and plot more examples
* Fix doctest
* Fix more examples
* Fix AntiGraph.degree generator error in examples
* Style/consistency changes and plot more examples
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Ensure valid rst file
* Edit text
* Update README and package docstring
* Add myself as a contributor
* Update gitwash
* Fix warnings/errors except citations/footnotes
* Remove old note about 3.0 incompatibility
* Remove stale ref to gh-pages
* Create top-level tools directory (standard practice)
* Use sphinx-gallery extension for examples
* Sphinx-gallery generates images for `plot_` examples
* Comply with pep8
* Don't save figures
|
| | |
|
| | |
|
| |
|
|
| |
Signed-off-by: Ianto Lin Xi <ianto@kite.com>
|
| |
|
|
|
| |
Also adjusts examples and docs
Cherry-pick from #1930
|
| |
|
|
| |
References to D3 now point to cdnjs.
|
| |
|
|
| |
The force.js example uses the "name" attribute for the mouse-over value.
|
| |
|