docs(meta): H1 headlines all the way

This commit is contained in:
hygienic-books 2023-06-11 22:51:51 +02:00
parent 7e2cce9c72
commit 1e9e1136f0

View File

@ -2,17 +2,17 @@
Project directory structure templates for the Python Cookiecutter package.
## What's Cookiecutter?
# What's Cookiecutter?
The Python package [Cookiecutter](https://github.com/cookiecutter/cookiecutter) assists in creating directory structure for whatever purpose you need such as for example a new Python project, an Ansible role or a `docker-compose` project - anything really that benefits from a unifirm reproducible directory structure. If you've ever wanted to put project structure best practices into version control then Cookiecutter's here to help.
Cookiecutter is governed by so-called Cookiecutter templates, most of its magic inside Cookiecutter templates happens via the [Jinja2 template engine](https://palletsprojects.com/p/jinja/). You'll feel right at home if you're familiar with Ansible.
## Repo layout
# Repo layout
Each subdirectory in this repo is a Cookiecutter template, you'll recognize them from their telltale `cookiecutter.json` files. Directories usually also have a readme file explaining more about each individual template.
## Get started
# Get started
Get Cookiecutter like so:
```