Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update configuration; use Enthought sphinx template if available. * [WIP] new content, some re-organizaition of existing content * Update license dates. * [WIP] Start developer reference proper. * More WIP * Add index for api docs. * FIX: Add missing imports to api Adds missing imports of SegmentPlot and TextPlot to api.py. * DOC: Fix missing link warnings * DOX: Fix line header length warnings * DOC: Fix missing link to installation instructions * DOC: Remove link to Enthought wiki * DOC: Fix broken link to mappers * DOC: Fix broken formatting in renderer index * DOC: Remove empty tutorial_wx file * DOC: Mark already-referenced as :orphan: Mark index documents are orphans to silence warnings that they aren't included in any TOC. * DOC: Fix RST link in ToolbarPlot * DOC: CLN: Remove links to old webinars * DOC: CLN: Remove resource.rst and move contents Remove the `user_guide/resource.rst` because it only contained redundant contents and broken links. The only relevant bit of text was about the SciPy 2008 tutorial, which is covered by `chaco_tutorial.rst` so I moved some of the text there. * CLN: Remove and update links to code.enthought.com Either point to a different location if relevant, or straight out remove the link if it's broken. * DOC: CLN: Fix warnings to unescaped * and broken link * DOC: Link tutorials from User Guide * DOC: Fix layout of modules_and_classes * DOC: Move programmers_reference documents into user guide * DOC: Clean up quickstart for formatting and links * DOC: Use proper TOC for How do I * DOC: Fix indentation in quickstart * DOC: Move architecture_overview to dev reference Move the architecture_overview doc to developer_reference, and move some of the contents into the introduction document. * DOC: Fix RST in data_sources * FIX: Fix circular import in transform_color_mapper The fix is to import ColorMapper directly from chaco.color_mapper * DOC:CLN: Remove mention of PolarMapper * DOC: Fix RST links for data sources * DOC: Fix RST links for mappers * DOC: Fix RST links for data ranges * DOC: Fix RST links for plot types and renderers * FIX: Circular import in toolbar_plot * DOC: Fix API doc links for plot_factories * FIX: Circular imports in tools I used .imports to be consistent with other files in the chaco.tools. * DOC: Fix API doc links for tools * DOC: Fix API doc links for axis.rst * DOC: Fix API doc links for visual components * DOC: Fix API doc links for containers * DOC: Add support for intersphinx for enable * DOC: Add missing MinorPlotAxis to API docs * DOC: Fix RST formatting * DOC: Add curstor tools to API docs * DOC: Add SelectableLegend to API docs * DOC: Fix API links in user guide * DOC: Fix formatting in quickstart * Add Quickstart to userguide * DOC: Use unique RST name for API docs * DOC: Link to PDF version of 2008 tutorial slides * Remove duplicate entry in user_guide/index * FIX: Enable disabling sidebar with new theme * fix broken links and typos in fundamentals.rst * bunch more typo and broken link fixes * more typos and links * more clean up, remove repeated sections * remove empty sections of user guide introduction (they are covered later in the user guide) * re-order usermanual a bit * tools and overlays are on separate pages * tool page title fix * suggest pyqt5 not pyqt * remove duplicated paragraph * have list of pages att end of intro match pages of user guide (although I'm not entirely sure we need the links in the intro at all) * move tools.rst into basic elements * remove redudant tutorials_and_examples.rst from user guide. Tutorials are alrady linked from home page of docs * move quickstart.rst into use_manual as that is where it is now used * make Overays page title a higherr level heading Co-authored-by: Alexandre Chabot-Leclerc <achabot@enthought.com> Co-authored-by: Tim Diller <tdiller@enthought.com> Co-authored-by: Aaron Ayres <aayres@enthought.com> Co-authored-by: aaronayres35 <36972686+aaronayres35@users.noreply.github.com>
- Loading branch information