Skip to content

Commit 223746a

Browse files
committed
🔧 Add citation config
1 parent 4b49052 commit 223746a

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: annotated-doc
6+
message: >-
7+
If you use this software, please cite it using the metadata from this file.
8+
type: software
9+
authors:
10+
- given-names: Sebastián
11+
family-names: Ramírez
12+
email: tiangolo@gmail.com
13+
identifiers:
14+
repository-code: 'https://github.com/fastapi/annotated-doc'
15+
url: 'https://github.com/fastapi/annotated-doc'
16+
abstract: >-
17+
Document parameters, class attributes, return types, and variables inline, with Annotated.
18+
keywords:
19+
- annotated
20+
- documentation
21+
- fastapi
22+
- typer
23+
- sqlmodel
24+
- asyncer
25+
license: MIT

0 commit comments

Comments
 (0)