Skip to content

Commit

Permalink
feat: use a relative reference (thus break docs deployment build)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Jan 14, 2024
1 parent 26ddfd2 commit 41945fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/foo/src/foo/main.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
from pydantic import BaseModel
from dataclasses import dataclass


__all__ = ["A"]


class A(BaseModel):
@dataclass
class A:
"""
This is an example of a documented Pydantic model.
This is an example of a documented class.
[.x][foo.main.A.x]
[.x][]
Attributes:
x: An example number.
Expand Down

0 comments on commit 41945fd

Please sign in to comment.