Python Documentation
Uma demo apresentando algumas formas de documentações que podem ser interessantes para futuras implementações de projetos.
Commands
mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.
Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Follows app directory organization