File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 48
48
token : ${{ secrets.MAPDL_CMD_DOC_TOKEN }}
49
49
path : mapdl-cmd-doc
50
50
51
- - name : " Install pydita_ast "
51
+ - name : " Install pydita-ast "
52
52
run : |
53
53
pip install --upgrade pip
54
54
pip install .[doc]
Original file line number Diff line number Diff line change 15
15
16
16
env :
17
17
MAIN_PYTHON_VERSION : ' 3.10'
18
- PACKAGE_NAME : ' pydita_ast '
18
+ PACKAGE_NAME : ' pydita-ast '
19
19
PACKAGE_NAMESPACE : ' pydita_ast'
20
20
DOCUMENTATION_CNAME : ' pydita-ast.docs.pyansys.com'
21
21
RESET_PIP_CACHE : 0
@@ -170,7 +170,7 @@ jobs:
170
170
restore-keys : |
171
171
Python-pydita_ast-v${{ env.RESET_PIP_CACHE }}-${{ env.MAIN_PYTHON_VERSION }}
172
172
173
- - name : " Install pydita_ast "
173
+ - name : " Install pydita-ast "
174
174
run : |
175
175
pip install --upgrade pip
176
176
pip install .[doc]
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Install the ``pydita-ast`` package with:
48
48
49
49
.. code :: bash
50
50
51
- python -m pip install pydita_ast
51
+ python -m pip install pydita-ast
52
52
53
53
54
54
It is recommended to organize the XML documentation as follow:
Original file line number Diff line number Diff line change 6
6
from pydita_ast import __version__
7
7
8
8
# Project information
9
- project = "pydita_ast "
9
+ project = "pydita-ast "
10
10
copyright = f"(c) { datetime .now ().year } ANSYS, Inc. All rights reserved"
11
11
author = "ANSYS, Inc."
12
12
release = version = __version__
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
- name = " pydita_ast "
7
+ name = " pydita-ast "
8
8
version = " 0.1.dev"
9
9
description = " PyDita AST converter."
10
10
readme = " README.rst"
You can’t perform that action at this time.
0 commit comments