Welcome to MkDocs¶
For full documentation visit mkdocs.org.
Commands¶
mkdocs new [dir-name]
- Create a new project.mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs -h
- Print help message and exit.
Project layout¶
1 2 3 4 |
|
add_numbers.py | |
---|---|
Content tabs¶
This is standard Markdown content.
This is ReStructuredText content.
setosa | versicolor | virginica | |
---|---|---|---|
setosa | 10 | 0 | 0 |
versicolor | 0 | 9 | 0 |
virginica | 0 | 0 | 11 |