Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Repository files navigation

AUTD3 User's Guide

Important

This repository is part of the legacy AUTD3 series. New development has moved to autd3-sdk, a new generation of the SDK that is not compatible with this series. See the autd3-sdk documentation to get started.

Build with Docker

git clone https://github.com/shinolab/autd3-doc.git
cd autd3-doc
docker build -f ./Dockerfile . -t autd3-book:1.0
docker run -it --rm -d -e MDBOOK_BOOK__src=src/en --name autd3-book -p 3300:3000 --hostname="mdbook" autd3-book:1.0 mdbook serve -p 3000 -n mdbook

Then open http://localhost:3300 in your browser.

  • If you want to build a Japanese version, run
    docker run -it --rm -d -e MDBOOK_BOOK__src=src/jp --name autd3-book -p 3300:3000 --hostname="mdbook" autd3-book:1.0 mdbook serve -p 3000 -n mdbook
    

Build with mdbook

To build this book on your local machine, you need to install the following tools:

Then, run the following command:

git clone https://github.com/shinolab/autd3-doc.git
cd autd3-doc
MDBOOK_BOOK__src=src/en mdbook serve --open
  • If you want to build a Japanese version, run
    MDBOOK_BOOK__src=src/jp mdbook serve --open

Author

Shun Suzuki, 2022-2025

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages