Slide 10
Slide 10 text
SOME TOOLS FOR WRITING
GOOD OSS DOCS
DOCUSAURUS
Docusaurus makes it easy
to maintain Open Source
documentation websites
SPHINX
Sphinx is what is called a
documentation generator.
This means that it takes a
bunch of source files in plain
text, and generates a bunch
of other awesome things,
mainly HTML
GITHUB (& GITHUB
PAGES)
To use GitHub for
documenting your software,
just fill the README in with
markdown. If you want more
than just one sheet of
formatted text, you can
take advantage of GitHub’s
Pages tool and you can
even route a custom domain
to it).
READ THE DOCS
Read the Docs simplifies
software documentation by
automating building,
versioning, and hosting of
your docs for you.