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 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 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
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ cython_debug/
helper/
package/
_autosummary/
args.txt
4 changes: 3 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
project_name: PyConverter-GeneratedCommands # Name of the project

library_name_structured: # Future name of the library
- pyconverter
- generatedcommands

subfolder:
subfolders:
- subfolder
- subsubfolder

Expand Down
Loading
Loading