[Doc] Update documentation structure and content #39
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.
This pull request includes significant updates to the documentation configuration and content for the Tile Language project. The changes involve updating the Sphinx configuration, adding new documentation sections, and reorganizing existing documentation files.
Updates to Sphinx configuration:
docs/conf.py: Changed the theme fromsphinx_rtd_themetofuroand updated thehtml_static_pathto include_static. Addedsphinx.ext.mathjaxandsphinx.ext.autosummaryto the extensions list. Commented out imports and paths related totlcpack_sphinx_addon. [1] [2] [3] [4] [5]New documentation content:
docs/get_started/overview.rst: Added a comprehensive overview of the Tile Language, including sections on programming interfaces, compilation flow, tile-based programming model, and explicit hardware memory allocation.Reorganization of documentation files:
docs/index.rst: Updated the table of contents to include new sections for "GET STARTED" and "LANGUAGE REFERENCE," and added links to the new and reorganized documentation files.docs/language_ref/ast.rst: Added a new section for the Tile Language Abstract Syntax Tree (AST).docs/language_ref/primitives.rst: Added a new section for Tile Language primitives.docs/language_ref/tilelibrary.rst: Renamed fromdocs/get_started/language_ref.rstand updated the content to focus on the Tile Library.Updates to documentation dependencies:
docs/requirements.txt: Removedsphinx-rtd-themeandtlcpack-sphinx-addon, and addedfuroas the new Sphinx theme.…n, revise project name, and change theme to Furo