How to Make MkDocs Documentation Multilingual on Read the Docs
I added Japanese language support to the documentation of my library hosted on Read the Docs.
Since there wasn’t much information online about multilingual support for MkDocs, I had some difficulties, so I’m documenting the procedure here.
1. Prepare documents for the target language
First, prepare the documents for your target language.
In my library, I created a ja
directory under the docs directory and placed the Japanese documentation there.
Python Quick Guide - Step 2 Control Flow (2) - Conditional Statements (2)
- This course is designed to help you learn the basics of Python programming as quickly as possible through hands-on practice.
- The “Style Guide” sections primarily cover guidelines from PEP8 for writing clean Python code.
- You can run and see the results of each code example.
Feel free to experiment with the code - reloading the page will reset the content.
This is a continuation of “Step 2 Control Flow”.
Python Quick Guide - Step 2 Control Flow (1) - Conditional Statements (1)
- This course is designed to help you learn the basics of Python programming as quickly as possible through hands-on practice.
- The “Style Guide” sections primarily cover guidelines from PEP8 for writing clean Python code.
- You can run and see the results of each code example.
Feel free to experiment with the code - reloading the page will reset the content.
In the previous lessons under “Step 1 Basic Syntax and Data Types,” we learned about data types and their operations.
From this lesson onwards, we’ll explore “Step 2 Control Flow” - methods to control the flow of program execution.
Python Quick Guide - Step 1 Basic Syntax and Data Types (10) - Sets
- This course is designed to help you learn the basics of Python programming as quickly as possible through hands-on practice.
- The “Style Guide” sections primarily cover guidelines from PEP8 for writing clean Python code.
- You can run and see the results of each code example.
Feel free to experiment with the code - reloading the page will reset the content.
This is a continuation of “Step 1: Basic Syntax and Data Types”.
Python Quick Guide - Step 1 Basic Syntax and Data Types (9) - Dictionaries
- This course is designed to help you learn the basics of Python programming as quickly as possible through hands-on practice.
- The “Style Guide” sections primarily cover guidelines from PEP8 for writing clean Python code.
- You can run and see the results of each code example.
Feel free to experiment with the code - reloading the page will reset the content.
This is a continuation of “Step 1: Basic Syntax and Data Types”.
Python Quick Guide - Step 1 Basic Syntax and Data Types (8) - Tuples
- This course is designed to help you learn the basics of Python programming as quickly as possible through hands-on practice.
- The “Style Guide” sections primarily cover guidelines from PEP8 for writing clean Python code.
- You can run and see the results of each code example.
Feel free to experiment with the code - reloading the page will reset the content.
This is a continuation of “Step 1: Basic Syntax and Data Types”.