summaryrefslogtreecommitdiff
path: root/doc/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation dependencies (#4794)Jarrod Millman2021-05-121-0/+3
| | | | | * Update documentation dependencies * Speed up theme
* Use pydata sphinx theme (#4741)Jarrod Millman2021-04-151-9/+23
|
* Make main default branch (and remove gitwash) (#4649)Jarrod Millman2021-03-041-3/+0
|
* Add an FAQ to the developer guide for new contributors (#4556)Ross Barnowski2021-02-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add contributor faq to developer guide. * Add FAQ to developer guide toctree. * Fix internal links to development workflow. * Fix more broken links. * Replace nbplot with code-block for ipy example. * Add intersphinx link to sphinx-gallery. * General proofreading and add a few more links * Fix example naming convention. Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> * Remove confusing example heading. * Add git grep to convo on pattern-matching utils. * Add links to GH issues and discussions to FAQ. * Modify faq title to make clear it's for newcomers. * More descriptive filename for faq. * Add note to contributor guide for new OSS contributors. Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
* Less strict on mayavi constraint for doc building. (#4547)Ross Barnowski2021-01-211-4/+9
| | | | | Re-organize image scraper configuration for sphinx gallery so that the docs build will not completely fail if mayavi not installed.
* Gallery support for pygraphviz examples (#4464)Ross Barnowski2021-01-041-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add pygraphviz image scraper to doc config. * pgz gallery example - switch to agraph.draw * Move pygraphviz examples out to demo img scraper. * TEMP: point to pgz with scraper for CI. * Add support for comments in requirements files. * TEMP: remove extra deps from setup.py. Just to get CI running with un-deployed pygraphviz. * Two graphviz categories: layout and drawing. * Update deps to pgv1.7rc1. * Revert removal of key from 2fb3101 * Add pygraphviz to intersphinx mapping. Update intersphinx links and internal links to drawing modules. * Add links for drawing functionality. pygraphviz via intersphinx + write_dot.
* Update geospatial readme (#4504)Jarrod Millman2020-12-311-0/+1
|
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-4/+1
| | | | | | | * Setup for numpydoc. * Add to doc requirements. * Replace napoleon with numpydoc in conf.py. * DOC: Fixups from numpydoc.
* Collect graphviz examples (#4427)Jarrod Millman2020-12-071-1/+3
| | | | | | | * Collect graphviz examples * Sort examples by file name * Improve graphviz gallery layout
* Refactor gallery (#4422)Jarrod Millman2020-12-061-5/+2
| | | | | | | | | | | | | | | * Add external directory * Move Javascript and JIT * Remove application section * Consolidate and move pygraphviz examples * Clean up imports * Reorder * Fix subclass examples
* Use xetex for uft8 latex backend (#4326)Jon Crall2020-12-031-0/+2
| | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* Add additional libraries to intersphinx mapping (#4372)Ross Barnowski2020-11-191-2/+5
| | | | | | | * Add matplotlib to intersphinx mapping. * DOC: rm malformatted linking roles. * Add scipy and pandas intershpinx mappings too.
* Enable mayavi in sphinx gallery. (#4297)Ross Barnowski2020-11-141-0/+1
| | | | | | | | | | | | | | | | | | * Enable mayavi in sphinx gallery. * Add mayavi deps to example requirements. * Install vtk before mayavi * Don't popup Mayavi windows * Display offscreen * Borrow mayavi CI conf from sphinx-gallery * Grab dependencies as specified in sphinx-gallery conf. * Set up virtual frame buffer so mayavi can import/run headless. Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
* Deprecate nx_shp (#4298)Jarrod Millman2020-11-131-0/+1
| | | | | | | * Deprecate nx_shp * Add geospatial example stubs * Add link to gallery
* Update homepage URL (#4285)Jarrod Millman2020-10-251-2/+2
| | | | | | | | | * Update homepage URL * Using Ross's suggestion from PR #4258 * Use https * Fix NXEP link
* Add team gallery (#4117)Jarrod Millman2020-07-301-1/+1
| | | | | | | | | | | | | | * Add team gallery * Update team generation tool - Handle case where full user name is empty - Make image and name clickable - Add alt tag to image - Add lazy load attribute to image * Catch bad token in team loader Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
* Format w/ blackJarrod Millman2020-07-101-1/+1
|
* Add URLs/banner/titlebar to documentation (#4044)Jarrod Millman2020-07-051-1/+1
|
* Update links to Py3 docs (#4042)Jarrod Millman2020-07-021-2/+2
|
* Add logo to docsJarrod Millman2020-04-141-0/+2
|
* Fix Sphinx deprecationJarrod Millman2020-04-131-1/+1
|
* Refactor testsJarrod Millman2019-11-191-1/+3
|
* Update examplesJarrod Millman2019-11-111-2/+6
|
* Remove superfluous encoding informationJarrod Millman2019-11-111-16/+0
|
* Use canonical url to help search enginesJarrod Millman2019-11-051-15/+5
|
* Add back to galleryJarrod Millman2019-10-291-76/+81
|
* Finalize release notesJarrod Millman2019-10-151-0/+3
|
* Add missing exampleJarrod Millman2019-04-041-0/+1
|
* Clean up doc errors and add link to home page from docs (#3018)Dan Schult2018-06-171-0/+2
|
* Have travis-ci build pdfJarrod Millman2017-09-071-1/+1
|
* Fix some examples for python 3 compatibility (#2642)Michael Seifert2017-08-281-2/+2
|
* Use texext for math_dollarJarrod Millman2017-08-141-0/+1
|
* Revert "Use texext for math_dollar (#2588)"Jarrod Millman2017-08-061-1/+0
| | | | This reverts commit e679e196c5439c2bb3c0e1a1d20da1928e91b7dd.
* Use texext for math_dollar (#2588)Jarrod Millman2017-08-061-0/+1
|
* Update sphinx-gallery to v0.1.12 (#2573)Jarrod Millman2017-07-311-11/+11
| | | Update sphinx-gallery to v0.1.12
* Use nbplot directive (#2556)Jarrod Millman2017-07-311-0/+1
| | | Use nbplot directive
* Add copybutton.js from CPythonJarrod Millman2017-07-261-1/+6
|
* Add tutorial appendix to reference pdfJarrod Millman2017-07-261-5/+2
|
* Ensure `make html` doesn't fail build on exitJarrod Millman2017-07-211-1/+2
| | | | Mark `parallel_betweenness` as a known failure
* Revise docs (#2524)Jarrod Millman2017-07-191-42/+4
| | | | | | | | * Finish directory reorg and make minor text edits * Remove cruft from conf.py * Fix broken links and comply with pep8
* Flatten doc hierarchy (#2520)Jarrod Millman2017-07-171-0/+248
* Silence some sphinx warnings * Update structure of documentation See https://github.com/networkx/networkx/pull/2054