Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: command issues #374

Open
wants to merge 92 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
cdbc98b
fix: save latest changes
clatapie Dec 4, 2024
c34cf9c
fix: double args
clatapie Dec 6, 2024
ec99972
fix: latest changes
clatapie Dec 10, 2024
2e8c57b
fix: issues related to duplicated args
clatapie Dec 11, 2024
c55ef28
fix: revert change in ``py_term``
clatapie Dec 11, 2024
09d0ebe
fix: removing extra comas at the end of the command
clatapie Dec 11, 2024
371003a
fix: removing extra argument instead of extra coma
clatapie Dec 12, 2024
fbc0c7a
feat: adding link in missing/ additional argument description
clatapie Dec 12, 2024
29b0d30
Merge branch 'main' into fix/command_issues
clatapie Dec 12, 2024
abc9a1d
fix: pre-commit
clatapie Dec 12, 2024
1bbfe9e
Merge branch 'fix/command_issues' of https://github.com/ansys/pyconve…
clatapie Dec 12, 2024
28787e8
feat: add ``project_name`` configuration
clatapie Dec 12, 2024
5ece50c
fix: missing ``mkdir`` command raised by @germa89
clatapie Dec 13, 2024
8c0f447
feat: using alphabetical order for doc
clatapie Dec 17, 2024
d876306
fix: warnings ``invalid escape sequence``
clatapie Dec 17, 2024
75b3373
docs: adding docstrings for general ``ast_tree.py`` methods
clatapie Dec 18, 2024
2778bc0
fix: most of indentation errors (except for ``fname``)
clatapie Dec 20, 2024
d157471
fix: ``fname`` indentation
clatapie Dec 23, 2024
d94f8b6
Merge branch 'main' into fix/command_issues
clatapie Dec 23, 2024
1534a61
fix: identation issues
clatapie Dec 23, 2024
d97c2bb
Merge branch 'fix/command_issues' of https://github.com/ansys/pyconve…
clatapie Dec 23, 2024
7590cc9
fix: pre-commit
clatapie Dec 23, 2024
ccc90ab
fix: enabling bold emphasis
clatapie Dec 23, 2024
21f9148
feat: adding latest enhancements and fixes (italic, bold, indentation…
clatapie Jan 3, 2025
84a4fa8
fix: removing undefined references
clatapie Jan 6, 2025
9c067f2
fix: remaining link issues
clatapie Jan 6, 2025
a4aedb4
fix: warnings
clatapie Jan 6, 2025
6810c5a
fix: ``type_`` or ``class_`` in docstr
clatapie Jan 7, 2025
6bbfcee
fix: pre-commit
clatapie Jan 7, 2025
8aa5dbd
fix: remaining line length
clatapie Jan 7, 2025
2f6ec26
fix: pre-commit
clatapie Jan 7, 2025
bf84453
fix: ``replace_asterisks``
clatapie Jan 7, 2025
b5032dc
fix: removing prints and sphinx warnings
clatapie Jan 7, 2025
3553425
fix: cleaning code and adding new line for ``ProgramListing.to_rst()``
clatapie Jan 8, 2025
c84ddc7
Merge branch 'main' into fix/command_issues
clatapie Jan 8, 2025
6d20cba
fix: error in ``py_docstring``
clatapie Jan 8, 2025
7fe3cf6
Merge branch 'fix/command_issues' of https://github.com/ansys/pyconve…
clatapie Jan 8, 2025
71584a4
fix: pre-commit
clatapie Jan 8, 2025
337627a
fix: removing italic feature and fixing ``. . .`` characters
clatapie Jan 8, 2025
13491f4
fix: pre-commit
clatapie Jan 8, 2025
291507b
fix: ``.. code::`` elements (indentations and new lines) + removing u…
clatapie Jan 8, 2025
2a6ca77
fix: references
clatapie Jan 8, 2025
81b5e54
fix: ``py_docstring``
clatapie Jan 8, 2025
01a1098
fix: ``ignored_commands`` >``specific_command_mapping`` and ``…`` car…
clatapie Jan 8, 2025
7a754de
fix: fixing issues from Codacy review
clatapie Jan 8, 2025
7c8d791
feat: adding warning info at the top of a command
clatapie Jan 9, 2025
26803a9
fix: removing print
clatapie Jan 9, 2025
7a9fd54
fix: updating ``config.yaml``
clatapie Jan 9, 2025
ead0117
fix: bullet list warning + ``GuiMenuItem`` rendering
clatapie Jan 10, 2025
109cbf8
fix: indent issues due to ``,``
clatapie Jan 10, 2025
1ab7d0b
fix: pre-commit
clatapie Jan 10, 2025
a9051e1
fix: function rendering with ``Replaceable``
clatapie Jan 10, 2025
a562d16
feat: using ``msg`` and ``commands`` elements in ``config.yaml`` ``wa…
clatapie Jan 10, 2025
9ef9831
fix: accept ``*DIM,`` and ``*DIM.`` for adding ``\``
clatapie Jan 10, 2025
84c9b06
fix: remaining line length issue
clatapie Jan 13, 2025
c649d18
Merge branch 'fix/command_issues' of https://github.com/ansys/pyconve…
clatapie Jan 13, 2025
afda566
fix: minor changes
clatapie Jan 13, 2025
e2733c2
feat: using ``uv`` in ``make_package`_doc`
clatapie Jan 14, 2025
ce30017
fix: remaining indentation issues
clatapie Jan 15, 2025
b404bd4
fix: example titles
clatapie Jan 15, 2025
cf2008b
fix: arguments with no types + accepting multiple line definition in …
clatapie Jan 16, 2025
d8a8fde
fix: test
clatapie Jan 16, 2025
88fc639
fix: update ``secmodif``
clatapie Jan 17, 2025
5c39b0c
fix: adding logs in the code source writter
clatapie Jan 17, 2025
f07681f
fix: showing logger.info
clatapie Jan 17, 2025
f965bbf
fix: ``warnings`` as an option
clatapie Jan 17, 2025
9dcc6a6
fix: error related to Union types in CustomFunctions
clatapie Jan 17, 2025
7fd2887
fix: union and multiple lines in CustomFunctioins + fix links in ``py…
clatapie Jan 20, 2025
7b46703
fix: ``py_term`` and args with ``blank``
clatapie Jan 20, 2025
39e7d18
feat: using rst ``:file:`` feature
clatapie Jan 20, 2025
ef112f8
fix: ``warning`` command needs an extra line
clatapie Jan 21, 2025
ae1c034
fix: ``:file:`` role
clatapie Jan 22, 2025
f88d87a
fix: arg names in ``to_py_arg_name``
clatapie Jan 22, 2025
07b9cd7
maint: cleaning code using ``regex_pattern.py``
clatapie Jan 23, 2025
e096fba
feat: code improvements
clatapie Feb 10, 2025
f141903
fix: updating ``LICENSE`` and pre-commit
clatapie Feb 10, 2025
d2aa7b4
fix: cicd
clatapie Feb 10, 2025
0b85303
fix: pre-commit
clatapie Feb 11, 2025
75670e3
fix: links rendering
clatapie Feb 12, 2025
baedb67
maint: cleaning code
clatapie Feb 12, 2025
831ef74
feat: add image folder, expanded notes, other parameters section)
clatapie Feb 14, 2025
7186826
fix: ``default`` section
clatapie Feb 17, 2025
6d83043
fix: pre-commit
clatapie Feb 17, 2025
d7bbd1c
fix: skipping deleted paragraphs from original doc
clatapie Feb 17, 2025
a7a5f54
fix: test + ``docu_global`` accuracy
clatapie Feb 17, 2025
fc391f6
fix: removing unused print
clatapie Feb 17, 2025
f8bf5c5
feat: homogenizing ``Command default`` section
clatapie Feb 17, 2025
b7d1f39
feat: enabling different types of message to be added at the beginnin…
clatapie Feb 21, 2025
96ccc95
fix: changing ``comments`` key name in ``config.yaml``
clatapie Feb 21, 2025
d0f65b7
fix: pre-commit
clatapie Feb 21, 2025
74c09ff
fix: ``smoke-tests`` are disabled due to license issue with ``flit-co…
clatapie Feb 25, 2025
4e48837
feat: latest enhancements (ItemizedList)
clatapie Mar 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.