-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from PythonBiellaGroup/develop
add mdkocs tutorial content
- Loading branch information
Showing
16 changed files
with
261 additions
and
7 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
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,5 +1,8 @@ | ||
--- | ||
exclude_from_blog: true | ||
hide: | ||
- toc | ||
- feedback | ||
--- | ||
|
||
# Blog | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,9 @@ timetoread: true | |
tags: | ||
- brand identity | ||
- design | ||
hide: | ||
- toc | ||
- feedback | ||
--- | ||
|
||
# Our new brand identity | ||
|
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
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
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
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,25 @@ | ||
--- | ||
title: MkDocs vs Sphinx | ||
disquis: PythonBiellaGroup | ||
timetoread: true | ||
tags: | ||
- mdkocs | ||
- sphinx | ||
--- | ||
|
||
In the landscape of libraries for generating automatic documentation and static sites, we cannot fail to mention [Sphinx](https://sphinx-rtd-theme.readthedocs.io/en/stable/), which perhaps represented the Python standard until a few years ago. | ||
|
||
You can already find a reference to **Sphinx** and its features within this [article](../../learning/document_code/index.md). | ||
|
||
In this section, instead, we will schematically compare the characteristics of Sphinx and MkDocs to highlight the strengths of both. | ||
|
||
| | MkDocs | Sphinx | | ||
| --------------- | ------------------------------------------ | --------------------------------------------------------------------- | | ||
| `Supported Formats` | **Markdown** | **reStructuredText (rST)** but with the myst-parser extension supports Markdown | | ||
| `Startup` | Easy with the command `poetry run mkdocs .` | Simple with the command `sphinx-quickstart` | | ||
| `Configuration`| Utilizes a YAML file **mkdocs.yml** | Utilizes a Python file **conf.py** | | ||
| `Layout` | Elegant and appealing, also navigable | Somewhat dated. The Read the Docs theme is iconic | | ||
| `Build` | Provides a local server to fully test the site. Convenient command `poetry run mkdocs serve` | Generates the site build but the user must then test it in their browser. This is done with `make html` | | ||
| `Extensions` | There are many but not all are maintained | There are many extensions but the community is less active compared to MkDocs | | ||
| `Customization` | Infinite possibilities thanks to CSS integration and available themes | Decidedly less customizable | | ||
| `Third-party Integration` | Integration with Confluence with this [extension](https://github.com/pawelsikora/mkdocs-with-confluence) | Integration with Confluence with this [extension](https://sphinxcontrib-confluencebuilder.readthedocs.io/en/stable/) | |
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
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
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
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
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
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
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
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,18 @@ | ||
--- | ||
title: Titolo dell'articolo | ||
description: Descrizione dell'articolo | ||
comments: true | ||
timetoread: true | ||
tags: | ||
- tag 1 | ||
- tag 2 | ||
hide: | ||
- toc | ||
- feedback | ||
--- | ||
|
||
# Titolo | ||
|
||
![Logo](../../static/images/blog/la_tua_immagine.jpeg) | ||
|
||
Corpo dell'articolo. |
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,32 @@ | ||
--- | ||
title: Your title | ||
disquis: PythonBiellaGroup | ||
tags: | ||
- your tag | ||
--- | ||
|
||
## Intro | ||
|
||
Scrivi una breve introduzione al meetup. | ||
|
||
## Materiale | ||
|
||
Se é disponibile solo la repo github usa il badge qui sotto: | ||
|
||
[![Github](https://img.shields.io/badge/GitHub-181717.svg?style=for-the-badge&logo=GitHub&logoColor=white)](github link) | ||
|
||
Se ci sono più cose da condividere, puoi utilizzare una tabella come questa: | ||
|
||
|
||
| | Link | | ||
|----------|----------| | ||
| Repo | [![Github](https://img.shields.io/badge/GitHub-181717.svg?style=for-the-badge&logo=GitHub&logoColor=white)](github link)| | ||
| Slides | Url alle slide | | ||
|
||
## Video del meetup | ||
|
||
Incorpora qui l'iframe del video pubblicato su youtube facendo: | ||
|
||
1. Clicca su condividi | ||
2. Seleziona **Incorpora** | ||
3. Copia l'iframe e incollalo qui |