data_models: update sample input

This commit is contained in:
Sina Atalay 2024-05-19 17:38:39 +03:00
parent 1cc9f97e13
commit 039c2bd74f
1 changed files with 3 additions and 9 deletions

View File

@ -1384,15 +1384,9 @@ def get_a_sample_data_model(
), ),
BulletEntry( BulletEntry(
bullet=( bullet=(
"There are seven different entry types:" "There are seven different entry types: *BulletEntry*, *TextEntry*,"
" [BulletEntry](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/\\#bullet-entry)" " *EducationEntry*, *ExperienceEntry*, *NormalEntry*,"
" (this section contains bullet entries)," " *PublicationEntry*, and *OneLineEntry*."
" [TextEntry](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/\\#text-entry),"
" [EducationEntry](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/\\#education-entry),"
" [ExperienceEntry](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/\\#experience-entry),"
" [NormalEntry](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/\\#normal-entry),"
" [PublicationEntry](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/\\#publication-entry),"
" and [OneLineEntry](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/\\#one-line-entry)."
), ),
), ),
BulletEntry( BulletEntry(