Skip to content

Commit f178763

Browse files
committed
Fix Sphinx gallery header for docs CI
1 parent fb66023 commit f178763

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ Roadmap.local.md
6565
docs/_build/
6666
docs/generated/
6767
docs/sg_execution_times.rst
68-
docs/examples/README.txt

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]
3030

3131
templates_path = ["_templates"]
32-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "examples/README.md"]
32+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "examples/README.rst"]
3333

3434
myst_enable_extensions = [
3535
"amsmath",

docs/examples/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Worked examples
2+
===============
3+
4+
These examples are intentionally small and physics-facing.
5+
6+
- The plane-wave examples plot diagonal form factors and selected exchange-kernel channels.
7+
- The pseudopotential example plots a standard lowest-Landau-level Coulomb benchmark.

0 commit comments

Comments
 (0)