Skip to content

Commit

Permalink
Minor doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre René committed Aug 9, 2024
1 parent 962cdb0 commit 6c00186
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions src/emd_falsify/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
from scityping import Config as ScitypingConfig


# %% [markdown]
# Possible improvement: If we could have nested config parsers, we might be
# able to rely more on the ConfigParser machinery, and less on a custom
# Pydantic type, which should be easier for others to follow.
# In particular, the `colors` field could remain a config parser, although
# we would still want to allow dotted access.

# %%
class Config(ValConfig):
__default_config_path__ = "defaults.cfg"
Expand Down
2 changes: 1 addition & 1 deletion src/emd_falsify/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kernelspec:

---
math:
'\Bconf' : 'B^{\mathrm{conf}}_{#1}'
'\Bconf' : 'B^{\mathrm{epis}}_{#1}'
'\Bemd' : 'B_{#1}^{\mathrm{EMD}}'
---

Expand Down
2 changes: 1 addition & 1 deletion src/emd_falsify/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# %% [markdown] tags=["remove-cell"] editable=true slideshow={"slide_type": ""}
# ---
# math:
# '\Bconf' : 'B^{\mathrm{conf}}_{#1}'
# '\Bconf' : 'B^{\mathrm{epis}}_{#1}'
# '\Bemd' : 'B_{#1}^{\mathrm{EMD}}'
# ---

Expand Down

0 comments on commit 6c00186

Please sign in to comment.