Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Refactor #9203

Merged
merged 3 commits into from
Oct 9, 2021
Merged

Documentation Refactor #9203

merged 3 commits into from
Oct 9, 2021

Commits on Oct 9, 2021

  1. Documentation Refactor - Stage 1

    RFC: https://github.com/apache/tvm-rfcs/blob/main/rfcs/0027-formalize-documentation-organization.md
    Tracking Issue: #8987
    
    Stage 1 of the documentation refactor reorganizes the docs structure,
    moving files (without content changes) and adding new scaffolding to
    generate the proper document tree.
    
    It does not address naming, style, content, links, or other existing
    content in documents that were moved. State 2 will address fixing these
    issues with existing content.
    
    Major changes include but are not limited to:
    
    * Dividing the existing tutorials into two sections:
      * Tutorials
      * How Tos
    * Moving all of the existing tutorials out of the `/tutorial`
      directory and into the more general `/gallery` directory.
    * Breaking up how-tos into individual sections for more
      flexibility and more consistent rendering.
    * Moving content into new classifications:
      * `/docs/arch` for architecture guides
      * `/docs/reference` for API guides and other reference material
      * `/docs/topic` for topic specific guides such as microTVM and VTA
      * Restructuring `/docs/dev`
    * Adding a table of contents to the doc index
    * Adding instructions on how to install using third-party tlcpack
    Chris Hoge committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    d8acbcd View commit details
    Browse the repository at this point in the history
  2. Documentation Refactor - Stage 2

    RFC: https://github.com/apache/tvm-rfcs/blob/main/rfcs/0027-formalize-documentation-organization.md
    Tracking Issue: #8987
    
    Stage 2 of the documentation refactor fixes naming and links
    in the documentation to be consistent with the overall structure.
    
    Major changes include:
    
    * an update to how to contribute to docs.
    * several updated index pages with title changes to match
      the organization style and bring consistency to the sections
    * expanded descriptions of some page collections
    * fixed links
    Chris Hoge committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    42c68ea View commit details
    Browse the repository at this point in the history
  3. Documentation Refactor - Stage 3

    RFC: https://github.com/apache/tvm-rfcs/blob/main/rfcs/0027-formalize-documentation-organization.md
    Tracking Issue: #8987
    
    Stage 3 of the documentation refactor adjusts CI for the new structure.
    The CI build script takes into account the new gallery format. It
    also prevents deleting existing documents, and takes advantage of the
    `_staging` and `_build` directories to clean out previous builds.
    hogepodge committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    491bcfb View commit details
    Browse the repository at this point in the history