Skip to content

Commit 91ac53e

Browse files
committed
repo pages and issues
1 parent 8c5810c commit 91ac53e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/css/admonitions.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ Heart Admonition Definition
1010
.md-typeset .admonition.heart,
1111
.md-typeset details.heart {
1212
border-color: rgb(200, 50, 70);
13+
background-color: rgba(0, 0 ,0, 0); /* transparent */
1314
}
1415

1516
/* Title background */
1617
.md-typeset .heart > .admonition-title,
1718
.md-typeset .heart > summary {
1819
background-color: rgba(200, 50, 70, 0.08);
20+
border-top-left-radius: 0.5rem;
21+
border-top-right-radius: 0.5rem;
1922
}
2023

2124
/* Icon styling */

docs/resources/contacts.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,21 +174,25 @@ questions with regards to that topic.
174174
### Acc-Models
175175

176176
- Riccardo de Maria
177+
- [Gitlab][acc_models_gitlab]{target=_blank} / [Issues][acc_models_gitlab_issues]{target=_blank}
177178

178179
### MAD-X
179180

180181
- Riccardo de Maria
182+
- [Website][madx_web]{target=_blank} / [GitHub][madx_github]{target=_blank} / [Issues][madx_github_issues]{target=_blank}
181183

182184
### MAD-NG
183185

184186
- Laurent Deniau
185187
- Joshua Gray (python interface)
186188
- Bernardo Abreu Figueiredo (Xsuite interface)
189+
- [GitHub][madng_github]{target=_blank} / [Issues][madng_github_issues]{target=_blank}
187190

188191
### Xsuite
189192

190193
- Giovanni Iadarola
191194
- Szymon Lopaciuk
195+
- [GitHub][xsuite_github]{target=_blank} / [Issues][xsuite_github_issues]{target=_blank}
192196

193197
[acc-py]: https://confluence.cern.ch/pages/viewpage.action?spaceKey=ACCPY&title=Getting+started+with+Acc-Py
194198
[cern_htcondor_docs]: https://batchdocs.web.cern.ch/index.html
@@ -216,6 +220,19 @@ questions with regards to that topic.
216220
[snow_lxplus]: https://cern.service-now.com/service-portal?id=sc_cat_item&name=request&fe=LXPLUS
217221
[mm_lxplus]: https://mattermost.web.cern.ch/it-dep/channels/lxplus
218222

223+
[madx_web]: https://madx.web.cern.ch/
224+
[madx_github]: https://github.com/MethodicalAcceleratorDesign/MAD-X
225+
[madx_github_issues]: https://github.com/MethodicalAcceleratorDesign/MAD-X/issues
226+
227+
[madng_github]: https://github.com/MethodicalAcceleratorDesign/MAD-NG
228+
[madng_github_issues]: https://github.com/MethodicalAcceleratorDesign/MAD-NG/issues
229+
230+
[xsuite_github]: https://github.com/xsuite/xsuite
231+
[xsuite_github_issues]: https://github.com/xsuite/xsuite/issues
232+
233+
[acc_models_gitlab_issues]: https://gitlab.cern.ch/groups/acc-models/-/issues/
234+
[acc_models_gitlab]: https://gitlab.cern.ch/acc-models
235+
219236
[python_prod_env]: ../packages/about.md#the-omc-production-environments
220237
[python_venvs]: ../packages/development/howto_venv.md
221238
[bad_bpms]: ../measurements/physics/bpm_filtering.md

0 commit comments

Comments
 (0)