File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
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]
@@ -232,7 +232,7 @@ jobs:
232
232
233
233
234
234
release :
235
- name : " Release project to private PyPI and GitHub"
235
+ name : " Release project to public PyPI and GitHub"
236
236
if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
237
237
needs : [package, smoke-tests-macos-windows]
238
238
runs-on : ubuntu-latest
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__
42
42
"icon" : "fa fa-comment fa-fw" ,
43
43
},
44
44
],
45
- # "switcher": {
46
- # "json_url": f"https://{cname}/versions.json",
47
- # "version_match": switcher_version,
48
- # },
45
+ "switcher" : {
46
+ "json_url" : f"https://{ cname } /versions.json" ,
47
+ "version_match" : switcher_version ,
48
+ },
49
49
}
50
50
51
51
html_context = {
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ 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 "
8
- version = " 0.1.dev0 "
7
+ name = " pydita-ast "
8
+ version = " 0.1.dev "
9
9
description = " PyDita AST converter."
10
10
readme = " README.rst"
11
11
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments