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

first doc compiling #74

Merged
merged 16 commits into from
Nov 29, 2023
Merged

first doc compiling #74

merged 16 commits into from
Nov 29, 2023

Conversation

svandenb-dev
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@SMoraisAnsys SMoraisAnsys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On top of my remarks, I would recommend two things:

  • check the examples as many of them tend to import EdbLegacy twice, with different paths. For example:
    from pyedb.legacy.edb_core.edb import EdbLegacy
    # Ansys release version
    ansys_version = "2023.2"
    #download and copy the layout file from examples
    from pyedb.legacy.edb import EdbLegacy
  • it seems that you did a copy / paste of src/pyedb/legacy/downloads.py into src/pyedb/misc/downloads.py. So, I would recommend to delete the one in legacy, update the files that depended on it and remember to add pyedb data later on (cf # TODO: Remove this once pyedb is available in public)

doc/source/Getting_started/Installation.rst Outdated Show resolved Hide resolved
doc/source/Getting_started/Quickcode.rst Outdated Show resolved Hide resolved
doc/source/Getting_started/Quickcode.rst Outdated Show resolved Hide resolved
doc/source/Getting_started/Troubleshooting.rst Outdated Show resolved Hide resolved
@svandenb-dev
Copy link
Collaborator Author

On top of my remarks, I would recommend two things:

  • check the examples as many of them tend to import EdbLegacy twice, with different paths. For example:
    from pyedb.legacy.edb_core.edb import EdbLegacy
    # Ansys release version
    ansys_version = "2023.2"
    #download and copy the layout file from examples
    from pyedb.legacy.edb import EdbLegacy
  • it seems that you did a copy / paste of src/pyedb/legacy/downloads.py into src/pyedb/misc/downloads.py. So, I would recommend to delete the one in legacy, update the files that depended on it and remember to add pyedb data later on (cf # TODO: Remove this once pyedb is available in public)

Done

@svandenb-dev svandenb-dev reopened this Nov 29, 2023
@svandenb-dev svandenb-dev merged commit ed645e4 into main Nov 29, 2023
4 checks passed
@svandenb-dev svandenb-dev deleted the doc_legacy branch November 29, 2023 10:03
@svandenb-dev svandenb-dev restored the doc_legacy branch January 8, 2024 14:58
svandenb-dev added a commit that referenced this pull request Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants