Commit Graph

1457 Commits

Author SHA1 Message Date
Sina Atalay
e0eac8ca58 remove types from the docstrings 2024-11-01 18:26:30 -04:00
Sina Atalay
a223757fdb docs: rename reference to API Reference 2024-11-01 18:17:29 -04:00
Sina Atalay
64c9851423 docs: update reference 2024-11-01 18:08:08 -04:00
Sina Atalay
1b39aa893b renderer: fix docstring of escape_latex_characters 2024-10-03 15:22:59 -04:00
Sina Atalay
68b6605ac0 Merge pull request #179 from sinaatalay/dependabot/pip/phonenumbers-8.13.46
build(deps): bump phonenumbers from 8.13.45 to 8.13.46
2024-09-30 12:52:22 -04:00
dependabot[bot]
e5fa54b50b build(deps): bump phonenumbers from 8.13.45 to 8.13.46
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.45 to 8.13.46.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.45...v8.13.46)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 00:45:23 +00:00
Sina Atalay
073f9921b3 tests: fix a lint error 2024-09-29 18:11:14 -04:00
Sina Atalay
6c7f3a05d0 data: rename locale_catalog to LOCALE_CATALOG to follow Python convention 2024-09-29 18:08:02 -04:00
Sina Atalay
e4c5dd14a0 tests: refactor and update config 2024-09-29 18:07:37 -04:00
Sina Atalay
8005bd4b8b renderer: raise an error when PDF is used by another program (#172) 2024-09-29 17:49:34 -04:00
Sina Atalay
3ff5ee6972 cli: use_local_latex_command not working in yaml file
Fixes #178
2024-09-29 17:35:31 -04:00
Sina Atalay
4011720756 Merge pull request #175 from sinaatalay/dependabot/pip/pydantic-2.9.2
build(deps): bump pydantic from 2.9.1 to 2.9.2
2024-09-23 13:41:03 -04:00
dependabot[bot]
498c0eb612 build(deps): bump pydantic from 2.9.1 to 2.9.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 00:50:47 +00:00
Sina Atalay
195e6c3eed Merge pull request #173 from sinaatalay/dependabot/pip/pydantic-2.9.1
build(deps): bump pydantic from 2.9.0 to 2.9.1
2024-09-15 20:56:50 -04:00
dependabot[bot]
6c1b5d5b77 build(deps): bump pydantic from 2.9.0 to 2.9.1
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 00:22:17 +00:00
Sina Atalay
7f477d4c24 data: update sample_content.yaml 2024-09-09 22:03:57 -04:00
Sina Atalay
c5e9b69a6c docs: update examples 2024-09-09 22:03:44 -04:00
sinaatalay
e63ac265ab docs: update examples 2024-09-07 23:28:13 +00:00
Sina Atalay
7bfa4a2300 bump version number to 1.14 v1.14 2024-09-07 19:26:37 -04:00
sinaatalay
f06cef4358 docs: update examples 2024-09-07 23:22:28 +00:00
sinaatalay
8beb6e8b06 docs: update schema.json 2024-09-07 23:22:20 +00:00
Sina Atalay
1413923283 docs: update changelog.md 2024-09-07 19:19:36 -04:00
Sina Atalay
ef8caeb348 docs: update README.md 2024-09-07 19:15:33 -04:00
Sina Atalay
87626a4696 docs: update README.md 2024-09-07 19:13:22 -04:00
Sina Atalay
a10de6ecb8 workflows: fix test.yaml (https://github.com/actions/upload-artifact/issues/602) 2024-09-07 19:09:30 -04:00
Sina Atalay
2123609ffd workflows: fix test.yaml 2024-09-07 19:02:00 -04:00
Sina Atalay
8043c3aa74 docs: update README.md 2024-09-07 18:57:36 -04:00
Sina Atalay
f8a8809ff0 tests: test rendercv_settings 2024-09-07 18:47:02 -04:00
Sina Atalay
980466ffaf bump dependencies 2024-09-07 18:46:49 -04:00
Sina Atalay
2d5c340386 refactor 2024-09-07 18:46:42 -04:00
Sina Atalay
8dd3599d1e cli: refactor to improve rendercv_settings functionality 2024-09-07 17:47:14 -04:00
Sina Atalay
a54ac53783 data: improve rendercv_settings 2024-09-07 17:46:56 -04:00
Sina Atalay
675e8ad97b Merge branch 'main' of https://github.com/sinaatalay/rendercv 2024-09-07 15:08:50 -04:00
Sina Atalay
e428624712 update .gitignore 2024-09-07 15:00:06 -04:00
Sina Atalay
3a5d09b8e9 Merge pull request #166 from akib1689/main
feat: add the `rendercv_settings` block
2024-09-07 14:58:38 -04:00
Akibur Rahman
9a1c74a9a4 Merge pull request #5 from akib1689/add-settings
Update the documentation
2024-09-07 12:39:45 +06:00
Akibur Rahman
ab14bbff46 fix: changed the name of the description variable with name of the function 2024-09-07 06:38:21 +00:00
Akibur Rahman
0cc14c4f45 docs: Add rendercv_settings to YAML input file structure
This commit adds the `rendercv_settings` field to the YAML input file structure in the and the `rendercv_settings.md` describing the reference of the file.
2024-09-07 06:37:01 +00:00
Akib
56cb87d94a Merge branch 'main' of https://github.com/akib1689/rendercv 2024-09-04 18:33:36 +00:00
Akib
ff1734526f chore: Update on schema 2024-09-04 18:30:21 +00:00
Akib
91281a2a0e chore: update the examples 2024-09-04 18:28:48 +00:00
Akib
36cd3b0af8 refactor: removed the render_options from rendercv_settings 2024-09-04 18:28:29 +00:00
Akibur Rahman
878c1492f1 merge from add branch
refactor: Added the changes for the pull request
2024-09-04 15:52:14 +06:00
Akibur Rahman
26c7a21ad5 Merge branch 'main' of akib1689/rendercv into add-settings 2024-09-04 09:47:22 +00:00
Akibur Rahman
8096c8534f refactor: updated examples 2024-09-04 09:46:35 +00:00
Akibur Rahman
2a728b8b5c refactor: Update rendercv_settings to allow disabling HTML and PNG generation 2024-09-04 09:46:16 +00:00
Akibur Rahman
d10045ec3d refactor: Update rendercv_settings to allow disabling HTML and PNG generation
This commit updates the `rendercv_settings` in the `John_Doe_ClassicTheme_CV.yaml` file to allow disabling the generation of HTML and PNG files. The `no_html` and `no_png` flags are set to `true` in the `render` section of the settings. This change provides more flexibility to users who may not need these file formats in their rendered output.
2024-09-04 08:06:04 +00:00
Akibur Rahman
d7b4106821 Merge pull request #3 from sinaatalay/main
synced upstream
2024-09-04 09:45:52 +06:00
Akibur Rahman
eb728a9823 Merge pull request #2 from akib1689/add-settings
Request change updated
2024-09-03 17:10:00 +06:00
Akibur Rahman
1b178567fc refactor: Remove unused rendercv_settings properties
This commit removes the unused properties in the `rendercv_settings` section of the `John_Doe_ClassicTheme_CV.yaml`, `John_Doe_EngineeringresumesTheme_CV.yaml`, `John_Doe_ModerncvTheme_CV.yaml`, and `John_Doe_Sb2novTheme_CV.yaml` files. The properties `output_folder_name`, `no_html`, `no_markdown`, and `no_png` are no longer needed and have been removed. This cleanup improves the clarity and maintainability of the code.
2024-09-03 10:59:45 +00:00