-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
74 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
version: 2 | ||
|
||
mkdocs: | ||
configuration: mkdocs.yml | ||
formats: all | ||
configuration: docs/mkdocs.yml | ||
|
||
python: | ||
version: 3.6 | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
site_author: dhondta | ||
site_name: "Codext - Extension of native codecs for Python" | ||
repo_url: https://github.com/dhondta/python-codext | ||
copyright: Copyright © 2021-2023 Alexandre D'Hondt | ||
docs_dir: pages | ||
nav: | ||
- Introduction: index.md | ||
- Features: features.md | ||
- 'Guess mode': guessing.md | ||
- Encodings: | ||
- Base: enc/base.md | ||
- Binary: enc/binary.md | ||
- Common: enc/common.md | ||
- Compressions: enc/compressions.md | ||
- Cryptography: enc/crypto.md | ||
- Hashing: enc/hashing.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: | ||
generator: false | ||
social: | ||
- icon: fontawesome/solid/paper-plane | ||
link: mailto:alexandre.dhondt@gmail.com | ||
name: Contact Alex | ||
- icon: fontawesome/brands/github | ||
link: https://github.com/dhondta | ||
name: Alex on GitHub | ||
- icon: fontawesome/brands/linkedin | ||
link: https://www.linkedin.com/in/alexandre-d-2ab2aa14/ | ||
name: Alex on LinkedIn | ||
- icon: fontawesome/brands/twitter | ||
link: https://twitter.com/alex_dhondt | ||
name: Alex on Twitter | ||
theme: | ||
name: material | ||
palette: | ||
- scheme: default | ||
toggle: | ||
icon: material/brightness-7 | ||
name: Switch to dark mode | ||
- scheme: slate | ||
toggle: | ||
icon: material/brightness-4 | ||
name: Switch to light mode | ||
logo: img/logo.png | ||
favicon: img/icon.png | ||
use_directory_urls: false | ||
markdown_extensions: | ||
- toc: | ||
permalink: true | ||
- admonition |
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.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
jinja2<3.1.0 | ||
mkdocs==1.2.3 | ||
mkdocs-bootswatch | ||
mkdocs-material | ||
mkdocs-rtd-dropdown | ||
pymdown-extensions |
This file was deleted.
Oops, something went wrong.