Skip to content

Commit f7a7b17

Browse files
authored
Add PyACP logo (#756)
Add the PyACP logo, using it in the main README and the documentation main page.
1 parent 5a38a4d commit f7a7b17

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: codespell
3333
additional_dependencies: ["tomli"] # needed to parse pyproject.toml
34-
exclude: '^poetry\.lock|pyproject\.toml$'
34+
exclude: '^poetry\.lock|pyproject\.toml|.*\.svg$'
3535

3636
- repo: https://github.com/python-poetry/poetry/
3737
rev: "1.8.0"

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
PyACP
2-
=====
1+
.. image:: https://github.com/ansys/pyacp/blob/feat/pyacp_logo/doc/source/_static/pyacp.svg
2+
:width: 400
3+
:alt: PyACP Logo
4+
:align: center
5+
36
|pyansys| |python| |pypi| |GH-CI| |codecov| |MIT| |black|
47

58
.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
@@ -33,9 +36,6 @@ PyACP
3336

3437
A Python client for Ansys Composite PrepPost (ACP).
3538

36-
Overview
37-
--------
38-
3939
Installation
4040
------------
4141

doc/source/_static/pyacp.svg

Lines changed: 16 additions & 0 deletions
Loading

doc/source/index.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
contributing
1313

1414

15-
PyACP
16-
-----
15+
.. image:: ../source/_static/pyacp.svg
16+
:width: 400
17+
:alt: PyACP Logo
18+
:align: center
19+
20+
.. title:: PyACP
1721

1822
PyACP enables modelling continuous-fiber composite structures from within your
1923
Python environment. It provides access to the features of Ansys Composite

0 commit comments

Comments
 (0)