Skip to content

Commit 8037c2c

Browse files
committed
chore: more style adjustments
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 3216b94 commit 8037c2c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

{{cookiecutter.project_name}}/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
[![Scikit-HEP][sk-badge]](https://scikit-hep.org/) {%- endif %}
1313

1414
{%- if cookiecutter.docs == "sphinx" %}
15+
1516
<!-- SPHINX-START -->
1617
{%- endif %}
1718

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# ::: {{cookiecutter.__project_slug}}.example
1+
# ::: {{cookiecutter.__project_slug}}.example

{{cookiecutter.project_name}}/docs/{% if cookiecutter.docs == 'mkdocs' %}index.md{% endif %}

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ and contribution guidelines.
66

77
See [this link](https://squidfunk.github.io/mkdocs-material/reference/) for all
88
the easy references and components you can use with mkdocs-material, or feel
9-
free to go through through [from the
10-
top](https://squidfunk.github.io/mkdocs-material/).
9+
free to go through through
10+
[from the top](https://squidfunk.github.io/mkdocs-material/).
1111

1212
## Installation
1313

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import annotations
22

33
{%- if cookiecutter.docs == 'sphinx' %}
4+
45
import argparse
56
{%- endif %}
67
import shutil

0 commit comments

Comments
 (0)