In reviewing the feedback, it appears that there is a preference for including 
easier access for some specialized pages, and ordering the layout in a way that 
moves through the user and developer journey of beginner to expert. I've 
refined the discussion into a new structure that attempts to address these 
issues. I've included three representations of it below to help give a 
high-level overview of what this would look like, but also dig into the 
specific details of where existing documents would land in this structure.

It creates placeholders for some new documents (such as the TVM Developer 
Tutorial and an Architecture Diagram/Map), but largely is focused on document 
organization and relocation of existing documents.

Within the Getting Started section there's room for additional documents, such 
as a higher-level tour of TVM. This structure doesn't preclude the creation of 
these sorts of documents, but rather creates a framework for their addition.

If this framework is generally acceptable for the community, we can begin 
writing a formal RFC for consideration.

## L3 - Top Level

- Getting Started
- User Guide
- TVM Topic Guide
- Developer Guide
- TVM Architecture Guide
- API Reference (reference)
- Index

## L3 - Major Sections

- Getting Started
    - About TVM
    - Installing TVM
    - TVM Contributor Guide
- User Guide
    - Tutorial
    - How To
- TVM Topic Guide
    - MicroTVM Guide (index to existing docs)
    - VTA (index to existing docs)
- Developer Guide
    - TVM Contributor Tutorial (new, to be written)
    - How To
- TVM Architecture Guide
   - Architecture Overview (new, diagram/map, to be written)
    - ...
- API Reference (reference)
    - Generated C++ Docs...
    - Generated Python Docs...
- Index

## L3 - Detailed

- Getting Started
    - About TVM
    - Installing TVM
    - Contributor Guide
        - TVM Community Guideline
        - Performing Code Reviews
        - Committer Guide
        - Writing Document and Tutorials
        - Code Guide and Tips
        - Error Handling Guide
        - Submitting a Pull Request
        - Git Usage Tips
        - Apache TVM Release Process
- User Guide
    - Tutorial
        - Introduction
        - An Overview of TVM and Model Optimization
        - Installing TVM
        - Compiling and Optimizing a Model with TVMC
        - Compiling and Optimizing a Model with the Python Interface (AutoTVM)
        - Working with Operators Using Tensor Expression
        - Optimizing Operators with Schedule Templates and AutoTVM
        - Optimizing Operators with Auto-scheduling
        - Cross Compilation and RPC
        - Introduction to TOPI
        - Quick Start Tutorial for Compiling Deep Learning Models
    - How To
        - Install TVM
            - Install from Source
            - Docker Images
        - Compile Deep Learning Models
        - Deploy Deep Learning Models
        - Work With Relay
        - Work with Tensor Expression and Schedules
        - Optimize Tensor Operators
        - Auto-Tune with Templates and AutoTVM
        - Use AutoScheduler for Template-Free Auto Scheduling
        - Work With microTVM
- TVM Topic Guide
    - MicroTVM Guide (index to existing docs)
        - → Work With microTVM
        - → microTVM Architecture
    - VTA (index to existing docs)
- Developer Guide
    - TVM Contributor Tutorial <to be written>
        - ...
    - How To
        - Write an operator
        - Write a backend
        - ...
- TVM Architecture Guide
    - Architecture Overview
    - Research Papers
    - Frontend
    - Relay: Graph-level design: IR, pass, lowering
    - TensorIR: Operator-level design: IR, schedule, pass, lowering
    - TOPI: Pre-defined operators operator coverage
    - AutoScheduler / AutoTVM: Performance tuning design
    - Runtime & microTVM design
    - Customization with vendor libraries BYOC workflow
    - RPC system
    - Target system
- API Reference (reference)
    - Generated C++ Docs...
    - Generated Python Docs...
- Index





---
[Visit Topic](https://discuss.tvm.apache.org/t/updated-docs-pre-rfc/10833/21) 
to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/4f22e8aa362e290678e87eecccd623fb1ffefb4573692d5d1f7a9250b226cfc6).

Reply via email to