Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please see our video player troubleshooting guide to resolve the issue.
Preparing Your Documentation With MkDocs
00:00 Prepare Your Documentation With MkDocs.
00:05
At this point, you should have an activated virtual environment with all the necessary packages installed. You should also have set up your toy calculator
package and added docstrings to your code. In this part of the course, you’ll set up your mkdocs.yml
file, which will hold the instructions for building the documentation with MkDocs.
00:25 You’ll write your additional documentation pages in Markdown, including the syntax that defines where mkdocstrings will insert the auto-generated part of your documentation.
00:37 So let’s begin that process by creating the project structure.
Become a Member to join the conversation.