Skip to content

Commit

Permalink
Change framework into Rust MdBook.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Nov 18, 2020
1 parent caef7f1 commit 11dc895
Show file tree
Hide file tree
Showing 29 changed files with 58 additions and 58 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
book/
29 changes: 29 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[book]
title = "Program Learning"
authors = ["Yuan Chang"]
description = "程式入門"

[rust]
edition = "2018"

[build]
build-dir = "book"
create-missing = false

[preprocessor.index]

[preprocessor.links]

[output.html]

[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
use-boolean-and = true
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1
expand = true
heading-split-level = 3
copy-js = true
Binary file removed docs/img/logo.png
Binary file not shown.
53 changes: 0 additions & 53 deletions mkdocs.yml

This file was deleted.

5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

22 changes: 22 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Summary

+ [Home](index.md)
+ [Version Control](vc/README.md)
+ [Git](vc/git.md)
+ [Languages](languages/README.md)
+ [Python](languages/python.md)
+ [C / C++](languages/c-cpp.md)
+ [Matlab (EN)](languages/matlab-en.md)
+ [Latex Math (TODO)](languages/latex-math.md)
+ [Webpages](webpages/README.md)
+ [HTML5 & CSS & Markdown](webpages/html5.md)
+ [Data Format](data-format/README.md)
+ [YAML](data-format/yaml.md)
+ [Multi-Language Learning](multilang/README.md)
+ [Regular Expression](multilang/re.md)
+ [Syntax](multilang/syntax.md)
+ [Expression and Statement](multilang/expr.md)

---

[Keywords](it-intro.md)
1 change: 1 addition & 0 deletions src/data-format/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Data Format
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/languages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Programing
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/multilang/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Multi-Language Learning
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/vc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Version Control
File renamed without changes.
1 change: 1 addition & 0 deletions src/webpages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Webpages
File renamed without changes.
1 change: 1 addition & 0 deletions src/yaml.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# YAML

0 comments on commit 11dc895

Please sign in to comment.