diff --git a/.github/ISSUE_TEMPLATE/NoteDocString.yml b/.github/ISSUE_TEMPLATE/NoteDocString.yml new file mode 100644 index 00000000..c97bcbab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/NoteDocString.yml @@ -0,0 +1,24 @@ +name: Note doc string +description: Improvements to docstrings from curated notes +title: "[doc-string]: " +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to suggest an improvement! + - type: input + id: name + attributes: + label: Name of result + description: What is the name of the result you are suggesting an improvement for? + placeholder: + validations: + required: true + - type: textarea + id: improvement + attributes: + label: Improvement + description: What is the improvement you are suggesting? + placeholder: + validations: + required: true diff --git a/docs/CuratedNotes/HarmonicOscillator.html b/docs/CuratedNotes/HarmonicOscillator.html index 27db4fd4..d599894a 100644 --- a/docs/CuratedNotes/HarmonicOscillator.html +++ b/docs/CuratedNotes/HarmonicOscillator.html @@ -1,105 +1,4 @@ --- -layout: default +layout: curatedNote +data_source: harmonicOscillator --- - - - - - - - - -
- -
- These notes are created using an interactive theorem
- prover called Lean.
- Lean formally checks definitions, theorems and proofs for correctness.
- These notes are part of a much larger project called
- PhysLean, which aims to digitalize
- physics into Lean. Please consider contributing to this project.
-
- Please provide feedback or suggestions for improvements by creating a GitHub issue
- here.
-
-{% for entry in site.data.harmonicOscillator.parts %}
-{% if entry.type == "h1" %}
- {{ entry.sectionNo }}. {{ entry.content }}
-{% endif %}
-{% if entry.type == "h2" %}
- {{ entry.sectionNo }}. {{ entry.content }}
-{% endif %}
-{% endfor %}
-
{{ entry.content }}
- {% endif %} - {% if entry.type == "warning" %} -{{ entry.declString }}
- The formalization of the proof of Wick's theorem in perturbation theory.
- Read More → + Read More → +