Merge branch 'dev'

This commit is contained in:
Rustam
2024-09-24 23:45:33 +03:00
6 changed files with 18 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 428 KiB

After

Width:  |  Height:  |  Size: 428 KiB

5
docs/maths/index.md Normal file
View File

@@ -0,0 +1,5 @@
# Математика
# Статистика
## 2024-09-24 [Немного про Байесовскую статистику](baes.md)

View File

@@ -1,12 +1,23 @@
site_name: Записки шизофреника site_name: Очередные записки очередного гика
site_url: https://rustbas.github.io/blog site_url: https://rustbas.github.io/blog
repo_url: https://github.com/rustbas/blog
edit_uri: edit/main/docs/
theme: theme:
name: terminal name: terminal
palette: dark palette: dark
features:
- revision.date
- revision.history
- navigation.side.hide
nav:
- "Обо мне": 'index.md'
- "Математика": 'maths/index.md'
plugins: plugins:
- search: - search:
lang: ["ru", "en"] lang: ["ru", "en"]
indexing: 'full'
- git-revision-date
markdown_extensions: markdown_extensions:
- pymdownx.arithmatex: - pymdownx.arithmatex:

View File

@@ -1,2 +1,3 @@
mkdocs-material mkdocs-material
mkdocs-terminal mkdocs-terminal
mkdocs-git-revision-date-plugin