facebookresearch / nocturne

A data-driven, fast driving simulator for multi-agent coordination under partial observability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a ReadTheDocs

eugenevinitsky opened this issue · comments

Should we set up ReadTheDocs or I remember we mentioned something else at some point?

I think @xiaomengy can set up the initial version of docusaurus and then we can build docs from there?

Since i had already started, the installation looks like:

npx create-docusaurus@latest nocturne_docs facebook  # create default docs
cd nocturne_docs
npm run build  # build static website in nocturne_docs/build

From there we should all be able to add docs to the nocturne_docs and Travis should build/deploy automatically to github pages.