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

Doc #32

Merged
merged 3 commits into from
Oct 23, 2023
Merged

Doc #32

Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->


# PyAEDT
# PyEDB

<p style="text-align: center;">
<br> English | <a href="README_CN.md">中文</a>
Expand All @@ -20,7 +20,7 @@
[![MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat)](https://github.com/psf/black)[![Anaconda](https://anaconda.org/conda-forge/pyaedt/badges/version.svg)](https://anaconda.org/conda-forge/pyaedt)
[![pre-commit](https://results.pre-commit.ci/badge/github/ansys/pyaedt/main.svg)](https://results.pre-commit.ci/latest/github/ansys/pyaedt/main)

## What is PyAEDT?
## What is PyEDB ?

ANSYS EDB is very powerful for processing complex and large layout design. EDB-core native API
can be used to automate workflows. However it requires a deep comprehension of the architecture and
Expand Down
215 changes: 0 additions & 215 deletions README_CN.md

This file was deleted.

7 changes: 3 additions & 4 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PyAEDT documentation |version|
===============================
PyEDB documentation |version|

Check warning on line 1 in doc/source/index.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] doc/source/index.rst#L1

[Google.Headings] 'PyEDB documentation |version|' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'PyEDB documentation |version|' should use sentence-style capitalization.", "location": {"path": "doc/source/index.rst", "range": {"start": {"line": 1, "column": 1}}}, "severity": "WARNING"}
==============================

PyAEDT is a Python library that interacts directly with the API for
Ansys Electronics Desktop (AEDT) to make scripting simpler.
PyEDB is a Python library that interacts directly with the EDB-core API to make scripting simpler.

.. grid:: 2

Expand Down
Loading