Skip to content

VickyGuo0907/ML-AI-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML&AI learning

This is my ML&AI learning collection site.

github pages

Overview

This guidance generated by MkDocs which is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. Here is details about MkDocs.

Installation

pip install mkdocs

//check version
$ mkdocs --version

Get Start

  • MkDocs comes with a built-in dev-server that lets you preview your documentation as you work on it. Make sure you're in the same directory as the mkdocs.yml configuration file, and then start the server by running the mkdocs serve command:
$ mkdocs serve
INFO    -  Building documentation...
INFO    -  Cleaning site directory
[I 160402 15:50:43 server:271] Serving on http://127.0.0.1:8000
[I 160402 15:50:43 handlers:58] Start watching changes
[I 160402 15:50:43 handlers:60] Start detecting changes
  • First build the documentation:
mkdocs build --clean

Releases

No releases published

Packages

No packages published