2. User Guide
Quick search
code
Show Source
PDF Github
D2L-Book: A Toolkit for Hands-on Books
Table Of Contents
  • 1. Installation
  • 2. User Guide
    • 2.1. Creating Your Project
    • 2.2. Editing Source Files
    • 2.3. Building
    • 2.4. Deploying
    • 2.5. Markdown Cells
    • 2.6. Code Cells
    • 2.7. Group Code Blocks into Tabs
    • 2.8. Creating Slides
    • 2.9. Colab
  • 3. Development Guide
    • 3.1. Build pipeline
D2L-Book: A Toolkit for Hands-on Books
Table Of Contents
  • 1. Installation
  • 2. User Guide
    • 2.1. Creating Your Project
    • 2.2. Editing Source Files
    • 2.3. Building
    • 2.4. Deploying
    • 2.5. Markdown Cells
    • 2.6. Code Cells
    • 2.7. Group Code Blocks into Tabs
    • 2.8. Creating Slides
    • 2.9. Colab
  • 3. Development Guide
    • 3.1. Build pipeline

2. User GuideΒΆ

In this part, we will cover

  1. How to create a project

  2. How to build and deploy the documents

  3. Various configuration options

  4. Markdown and code examples

  • 2.1. Creating Your Project
    • 2.1.1. Project From Scratch
    • 2.1.2. Configuration
  • 2.2. Editing Source Files
  • 2.3. Building
    • 2.3.1. Building Cache
  • 2.4. Deploying
    • 2.4.1. Deploying Through Github
    • 2.4.2. Deploying Through AWS
  • 2.5. Markdown Cells
    • 2.5.1. Table of Contents
    • 2.5.2. Images
    • 2.5.3. Tables
    • 2.5.4. Cross References
    • 2.5.5. Citations
    • 2.5.6. References
  • 2.6. Code Cells
    • 2.6.1. Maximum Line Length
    • 2.6.2. Hide Source and Outputs
    • 2.6.3. Plotting
  • 2.7. Group Code Blocks into Tabs
    • 2.7.1. Example
    • 2.7.2. Usages
  • 2.8. Creating Slides
  • 2.9. Colab
Previous
1. Installation
Next
2.1. Creating Your Project