Skip to content

Commit

Permalink
Merge eec3210 into 7c39700
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jul 28, 2022
2 parents 7c39700 + eec3210 commit 9e781a5
Show file tree
Hide file tree
Showing 13 changed files with 148 additions and 153 deletions.
2 changes: 1 addition & 1 deletion datafiles/manager.py
Expand Up @@ -68,7 +68,7 @@ def all(self, *, _exclude: str = "") -> Iterator[Model]:
else:
try:
root = Path(inspect.getfile(self.model)).parent
except TypeError:
except (TypeError, OSError):
level = log.DEBUG if "__main__" in str(self.model) else log.WARNING
log.log(level, f"Unable to determine module for {self.model}")
root = Path.cwd()
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,5 +1,5 @@
jinja2==3.0.3; python_version >= "3.6"
markdown==3.3.4; python_version >= "3.6"
mkdocs==1.2.3; python_version >= "3.6"
mkdocs==1.3.1; python_version >= "3.6"
jupyterlab-pygments==0.1.2; python_version >= "3.6"
pygments==2.10.0; python_version >= "3.5"
22 changes: 11 additions & 11 deletions notebooks/file_inference.ipynb
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "11f00e16",
"id": "663a2d5f",
"metadata": {
"tags": []
},
Expand All @@ -13,7 +13,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "efa99e38",
"id": "f0fef488",
"metadata": {
"tags": []
},
Expand All @@ -40,7 +40,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "b0fdffcf",
"id": "b97c05fa",
"metadata": {
"tags": []
},
Expand All @@ -67,7 +67,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d45b3d6c",
"id": "d083fdda",
"metadata": {
"tags": []
},
Expand All @@ -79,7 +79,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "279a6cce",
"id": "51888e49",
"metadata": {
"tags": []
},
Expand All @@ -106,7 +106,7 @@
},
{
"cell_type": "markdown",
"id": "72468375",
"id": "7e8d711b",
"metadata": {
"tags": []
},
Expand All @@ -117,7 +117,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "804fcad9",
"id": "ebb10f13",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -176,7 +176,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8102429a",
"id": "e3bea710",
"metadata": {
"tags": []
},
Expand All @@ -190,7 +190,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "f7ca3f5f",
"id": "f7ece25f",
"metadata": {
"tags": []
},
Expand All @@ -202,7 +202,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "6e28c527",
"id": "3b2ca577",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -267,7 +267,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down
26 changes: 13 additions & 13 deletions notebooks/format_options.ipynb
Expand Up @@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "067e3e1d",
"id": "0263aa10",
"metadata": {
"tags": []
},
Expand All @@ -17,7 +17,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8de91f4e",
"id": "ab87782e",
"metadata": {
"tags": []
},
Expand All @@ -42,7 +42,7 @@
},
{
"cell_type": "markdown",
"id": "ef078549",
"id": "e47c2409",
"metadata": {
"tags": []
},
Expand All @@ -53,7 +53,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "28b77ef7",
"id": "27ea442a",
"metadata": {
"tags": []
},
Expand All @@ -71,7 +71,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0e28d134",
"id": "38887441",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -108,7 +108,7 @@
},
{
"cell_type": "markdown",
"id": "ca094d1b",
"id": "dc40b2c9",
"metadata": {
"tags": []
},
Expand All @@ -119,7 +119,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7a992941",
"id": "768ce8c2",
"metadata": {
"tags": []
},
Expand All @@ -137,7 +137,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "450147f0",
"id": "cb0bf220",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -169,7 +169,7 @@
},
{
"cell_type": "markdown",
"id": "b1d1b85a",
"id": "954e19b5",
"metadata": {
"tags": []
},
Expand All @@ -180,7 +180,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "3c7b6aec",
"id": "cbabf428",
"metadata": {
"tags": []
},
Expand All @@ -198,7 +198,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "39fb7d63",
"id": "a7d6e4f4",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -228,7 +228,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0491afdf",
"id": "ceb45a38",
"metadata": {
"tags": []
},
Expand All @@ -252,7 +252,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down
16 changes: 8 additions & 8 deletions notebooks/generic_types.ipynb
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "3ede8382",
"id": "0f78f39a",
"metadata": {
"tags": []
},
Expand All @@ -13,7 +13,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "839257de",
"id": "f1b4bf74",
"metadata": {
"tags": []
},
Expand All @@ -27,7 +27,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9c93ac53",
"id": "821ed3f1",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -73,7 +73,7 @@
},
{
"cell_type": "markdown",
"id": "7acf6c6a",
"id": "e294ab15",
"metadata": {
"tags": []
},
Expand All @@ -84,15 +84,15 @@
{
"cell_type": "code",
"execution_count": null,
"id": "960f7ef6",
"id": "3f72c876",
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
"text/plain": [
"Dictish(contents=[<__main__.Pair object at 0x1086b5af0>, <__main__.Pair object at 0x1086b5be0>])"
"Dictish(contents=[<__main__.Pair object at 0x1099cefb0>, <__main__.Pair object at 0x1099cef50>])"
]
},
"execution_count": null,
Expand All @@ -107,7 +107,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "04712b7e",
"id": "a629e314",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -147,7 +147,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 9e781a5

Please sign in to comment.