Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miili committed Oct 30, 2023
1 parent 9f9a578 commit 169b0a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lassie/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ def generate_submodel(model: BaseModel) -> list[str]:
if field.description is None:
continue
lines += [
f" - **`{name}`**\n",
f" {field.description}",
f" **`{name}`**\n",
f" : {field.description}\n",
]

def dump_json() -> list[str]:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- admonition
- def_list
- attr_list

extra_javascript:
Expand Down

0 comments on commit 169b0a1

Please sign in to comment.