Skip to content

Commit

Permalink
docs: add TR-013 with spin alignment data test (#111)
Browse files Browse the repository at this point in the history
* docs: add TR-013 on spin alignment
* docs: freeze output TR-013, TR-014, and TR-015
  • Loading branch information
redeboer committed Mar 3, 2022
1 parent ada613a commit a55d96c
Show file tree
Hide file tree
Showing 7 changed files with 12,718 additions and 48 deletions.
12 changes: 12 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"bdist",
"bgcolor",
"boldsymbol",
"cbff",
"celltoolbar",
"clim",
"cmap",
Expand All @@ -136,6 +137,7 @@
"csqrt",
"cstride",
"darkred",
"dasharray",
"displaystyle",
"docstrings",
"dotprint",
Expand All @@ -156,6 +158,7 @@
"gridspec",
"hasattr",
"heatmap",
"histtype",
"imag",
"infty",
"iplt",
Expand All @@ -173,11 +176,14 @@
"kutschke",
"lambdifier",
"lambdifygenerated",
"linecap",
"linejoin",
"linestyle",
"linewidth",
"linkcheck",
"linspace",
"livereveal",
"lstrip",
"marangotto",
"markdownlint",
"mathbb",
Expand All @@ -193,7 +199,9 @@
"nbformat",
"nbmake",
"ncols",
"ndarray",
"nonlocal",
"nonumber",
"noqa",
"noreply",
"nrows",
Expand Down Expand Up @@ -222,6 +230,7 @@
"richman",
"rpartition",
"rstride",
"rstrip",
"rtfd",
"rules's",
"savefig",
Expand All @@ -237,6 +246,7 @@
"spflueger",
"startswith",
"subslide",
"substack",
"suptitle",
"symplot",
"theano",
Expand All @@ -252,6 +262,8 @@
"xlim",
"xlink",
"xreplace",
"xtick",
"xticklabels",
"xticks",
"ylabel",
"ylim",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@master
with:
python-version: "3.7"
python-version: "3.8"
- name: Install dependencies
run: |
sudo apt-get -y install graphviz
pip install -c .constraints/py3.7.txt .[test]
pip install -c .constraints/py3.8.txt .[test]
- run: pytest --nbmake
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ repos:
(?x)^(
docs/report/004.*|
docs/report/005.*|
docs/report/007.*
docs/report/007.*|
docs/report/013.*
)$
- id: set-nb-cells

Expand Down
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ def get_minor_version(package_name: str) -> str:
"report/010*",
"report/011*",
"report/012*",
"report/013*",
"report/014*",
"report/015*",
]
nb_output_stderr = "remove"
nb_render_priority = {
Expand Down
Loading

0 comments on commit a55d96c

Please sign in to comment.