Skip to content

Commit

Permalink
MAINT: make this repo a python project (#2)
Browse files Browse the repository at this point in the history
* MISC: cleanup template repo

* DOC: add EDB examples

* CI: update CI/CD workflow

* MISC: add gitignore

* DOC: first draft of documentation

* FIX: pre-commit checks

* REFACT: examples to use contant file

* DOC: add vale.ini file

* MISC: add requirements files

* CI: add step to install ci deps

* MISC: fix examples

* CI: fix runner tags

* WIP: temporary removal of some examples

* FIX: example directory name

* WIP: remove ipython itime ftm

* MAINT: update doc requirements

* FIX: example import

* MAINT: make this repo a python project
  • Loading branch information
SMoraisAnsys authored Feb 20, 2024
1 parent 8b7633b commit 27f703d
Show file tree
Hide file tree
Showing 124 changed files with 2,716 additions and 1,627 deletions.
9 changes: 0 additions & 9 deletions .env

This file was deleted.

2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
select = W191, W291, W293, W391, E115, E117, E122, E124, E125, E225, E231, E301, E303, E501, F401, F403, N801, N802, N803, N804, N805, N806, N807, N815, N816
max-line-length = 120
max-line-length = 100
per-file-ignores =
__init__.py:F401
ansys/rep/orchestration/interfaces/command_option_models.py:N805
33 changes: 0 additions & 33 deletions .github/ISSUE_MODULES/class3.md

This file was deleted.

Loading

0 comments on commit 27f703d

Please sign in to comment.