Scroll down to explore!
Recommended VS Code Extensions & Dev Container¶
Testing Testing 123 This will change locally but not in the repo!
The most efficient and reproducible way to work with this project is to use VS Code Dev Containers.
If you open this workspace in a Dev Container, all required tools and extensions will be installed automatically.
If you are not using Dev Containers, install these extensions:
- Python (
ms-python.python
): Required for Python development and running scripts. - Docker (
ms-azuretools.vscode-docker
): Required if you use Docker workflow. - Makefile Tools (
ms-vscode.makefile-tools
): Strongly recommended for running Makefile targets easily.
Optional but helpful:
- Markdown All in One (
yzhang.markdown-all-in-one
): For enhanced Markdown editing. - Markdown Preview Enhanced (
shd101wyy.markdown-preview-enhanced
): For advanced Markdown preview, including math. - YAML (
redhat.vscode-yaml
): For editingmkdocs.yml
and other YAML files. - GitHub Pull Requests and Issues (
github.vscode-pull-request-github
): For GitHub integration. - Remote - Containers (
ms-vscode-remote.remote-containers
): If using VS Code Dev Containers.
Welcome to the Docs¶
This is a test 2025-05-25 2025-05-25 Yes or No Main.
This is a good sign Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus lacinia odio vitae vestibulum vestibulum. Cras venenatis euismod malesuada.
Features¶
- Responsive Design: Nulla facilisi. Donec vel libero at lectus rutrum vestibulum vitae ut turpis.
- Customizable: Integer nec odio. Praesent libero. Sed cursus ante dapibus diam.
- Markdown Support: Sed nisi. Nulla quis sem at nibh elementum imperdiet.
Example Code Block¶
def greet(name):
return f"Hello, {name}!"
print(greet("World"))
Math Example¶
Euler's identity is one of the most beautiful equations in mathematics:
Image Example¶
Use the sidebar to navigate through the sections.
Getting Started with Dev Containers¶
To work with this project in a reproducible environment, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/your-repo.git
cd your-repo
-
Open the project in VS Code.
-
Reopen in Dev Container:
- If prompted, click "Reopen in Container".
- Or, open the Command Palette (
Ctrl+Shift+P
), then select:
Dev Containers: Reopen in Container
VS Code will automatically build the container, install all dependencies and recommended extensions, and set up your environment.
You can now use the integrated terminal to run Makefile commands or use Docker as described below.
Fun Tabs Demo¶
- Why do programmers prefer dark mode? Because light attracts bugs!
- Why did the function return early? Because it had a timeout!
"Code is like humor. When you have to explain it, it’s bad." – Cory House
"First, solve the problem. Then, write the code." – John Johnson
(\_/)
( •_•)
/ >🍪 Here, have a cookie!
Blog Post Sampler¶
Explore Feature Examples¶
Discover more Markdown capabilities in the examples section.