Skip to content

Commit 572f83a

Browse files
authored
Merge branch 'main' into DPF_261/daily_doc_update
2 parents e9bca1d + ccfe4cf commit 572f83a

File tree

1,527 files changed

+32768
-580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,527 files changed

+32768
-580
lines changed

2025R1_SP1/speos_rpc-25-r1-sp1/index.md

Lines changed: 26 additions & 0 deletions
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>ModelCenter API Documentation</title>
6+
<style>
7+
@media print {
8+
@page {
9+
margin: 0 !important;
10+
}
11+
12+
body {
13+
-webkit-print-color-adjust: exact;
14+
-moz-print-color-adjust: exact;
15+
-ms-print-color-adjust: exact;
16+
print-color-adjust: exact;
17+
margin: 0;
18+
padding: 0;
19+
height: 100vh;
20+
width: 100vw;
21+
}
22+
}
23+
.cover-container {
24+
background-color: #ffffff;
25+
width: 100%;
26+
height: 100vh;
27+
position: relative;
28+
page-break-after: always;
29+
}
30+
31+
.cover-main-content {
32+
position: absolute;
33+
top: 10vh;
34+
left: 50%;
35+
transform: translateX(-50%);
36+
text-align: center;
37+
}
38+
.cover-title {
39+
font-size: 32px;
40+
text-decoration: underline;
41+
font-weight: bold;
42+
color: black;
43+
margin-bottom: 20px;
44+
font-family: SourceSansPro, Helvetica, Arial, sans-serif;
45+
}
46+
.cover-subtitle {
47+
font-size: 20px;
48+
color: black;
49+
margin-bottom: 40px;
50+
font-family: SourceSansPro, Helvetica, Arial, sans-serif;;
51+
}
52+
.cover-version {
53+
font-size: 14px;
54+
color: black;
55+
font-family: SourceSansPro, Helvetica, Arial, sans-serif;
56+
position: absolute;
57+
bottom: 130px;
58+
right: 120px;
59+
margin: 0;
60+
}
61+
.cover-contact {
62+
font-size: 10px;
63+
color: black;
64+
font-family: SourceSansPro, Helvetica, Arial, sans-serif;
65+
position: absolute;
66+
bottom: 30px;
67+
left: 120px;
68+
margin: 0;
69+
line-height: 1.4;
70+
text-align: left;
71+
}
72+
.cover-contact-eu {
73+
font-size: 10px;
74+
color: black;
75+
font-family: SourceSansPro, Helvetica, Arial, sans-serif;
76+
position: absolute;
77+
bottom: 30px;
78+
right: 120px;
79+
margin: 0;
80+
line-height: 1.4;
81+
text-align: right;
82+
}
83+
84+
</style>
85+
</head>
86+
<body>
87+
<div class="cover-container">
88+
<div class="cover-main-content">
89+
<img src="images/ansys-cover-page.png" alt="ANSYS Logo" style="height: 400px; margin-bottom: 30px;">
90+
<h1 class="cover-title">ModelCenter API Documentation</h1>
91+
<h2 class="cover-subtitle">Complete API Reference</h2>
92+
</div>
93+
<p class="cover-version">Release 2025 R2 <br>
94+
July 2025 <br>
95+
</p>
96+
<p class="cover-contact-eu">
97+
ANSYS, Inc. and <br>
98+
ANSYS Europe,<br>
99+
Ltd. are UL <br>
100+
registered ISO<br>
101+
9001: 2015<br>
102+
companies.<br>
103+
</p>
104+
<div class="cover-contact">
105+
<img src="images/ansys-logo.svg" alt="ANSYS Logo" style="height: 40px; margin-bottom: 0px;"><br>
106+
ANSYS, Inc.<br>
107+
Southpointe<br>
108+
2600 Ansys Drive<br>
109+
Canonsburg, PA 15317<br>
110+
111+
http://www.ansys.com<br>
112+
(T) 724-746-3304<br>
113+
(F) 724-514-9494<br>
114+
</div>
115+
</div>
116+
</body>
117+
</html>
Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,45 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
23
"build": {
4+
"content": [
5+
{
6+
"files": [
7+
"**/*.{md,yml}"
8+
],
9+
"exclude": [
10+
"_site/**"
11+
]
12+
}
13+
],
14+
"resource": [
15+
{
16+
"files": [
17+
"images/**",
18+
"coverpage.html",
19+
"header.html",
20+
"footer.html"//,
21+
//"templates/**"
22+
]
23+
}
24+
],
25+
"output": "_site",
26+
"template": [
27+
"default",
28+
"modern"//,
29+
//"templates/custom"
30+
],
331
"globalMetadata": {
4-
"title": "ModelCenter APIs 2025 R2",
5-
"summary": "",
6-
"version": "2025 R2",
7-
"product": "ModelCenter",
8-
"programming language": "",
9-
"product collection": "Connect",
10-
"physics": "Connect"
32+
"_appName": "markdown-to-pdf",
33+
"_appTitle": "ModelCenter API Documentation",
34+
"_appVersion": "1.0.0",
35+
"_enableSearch": true,
36+
"pdf": true,
37+
"pdfTocPage": true,
38+
"pdfCoverPage": "coverpage.html",
39+
"pdfFileName": "markdown-to-pdf-documentation.pdf",
40+
"_pdfCover": "coverpage.html",
41+
"pdfHeaderTemplate": "header.html",
42+
"pdfFooterTemplate": "footer.html"
1143
}
1244
}
13-
}
45+
}
Lines changed: 2 additions & 2 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"build": {
3+
"globalMetadata": {
4+
"title": "ModelCenter APIs 2025 R2",
5+
"summary": "",
6+
"version": "2025 R2",
7+
"product": "ModelCenter",
8+
"programming language": "",
9+
"product collection": "Connect",
10+
"physics": "Connect"
11+
}
12+
}
13+
}
Lines changed: 14 additions & 0 deletions

0 commit comments

Comments
 (0)