forked from dhondta/python-codext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (29 loc) · 781 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
29 lines (29 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: "Codext - Extension of native codecs for Python"
repo_url: https://github.com/dhondta/python-codext
site_author: dhondta
docs_dir: docs
pages:
- Introduction: index.md
- Features: features.md
- Encodings: encodings.md
- Encodings:
- 'Base': enc/base.md
- 'Binary': enc/binary.md
- 'Common': enc/common.md
- 'Cryptography': enc/crypto.md
- 'Languages': enc/languages.md
- 'Others': enc/others.md
- 'Steganography': enc/stegano.md
- 'String manipulations': manipulations.md
- 'CLI tool': cli.md
- 'Create your codec': howto.md
extra:
mailto: alexandre.dhondt@gmail.com
theme: readthedocs
extra_javascript:
- js/collapsible-navbar.js
use_directory_urls: false
markdown_extensions:
- toc:
permalink: true
- admonition