Skip to content

Welcome to MkDocs

For full documentation visit mkdocs.org.

Markdown Guide Visit markdownguide.org.

Material Mkdocs mkdocs-material.

Install

pip install mkdocs-material

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

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.

Examples

Image

![Image](images/2025/Screenshot%20from%202025-01-13%2009-45-40.png){: style="height:300px"}

Github URL

Github [URL](https://github.com/EvolutionaryNeuralCodingLab)

Table Example

| Tables   |      Are      |  Cool |
|----------|:-------------:|------:|
| col 1 is |  left-aligned | $1600 |
| col 2 is |    centered   |   $12 |
| col 3 is | right-aligned |    $1 |
Tables Are Cool
col 1 is left-aligned $1600
col 2 is centered $12
col 3 is right-aligned $1