Skip to content

Commit 1cdf897

Browse files
committed
Removed test lines from docs/index.md
1 parent 1739704 commit 1cdf897

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

docs/index.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,6 @@ This is the description of the internals of any ``.omr`` Audiveris book file
2121
- [Audiveris Wiki]
2222
This Wiki gathers various articles about the development and potential evolutions of the Audiveris project.
2323

24-
## All contributors
25-
26-
<ul class="list-style-none">
27-
{% for contributor in site.github.contributors %}
28-
<li class="d-inline-block mr-1">
29-
<a href="{{ contributor.html_url }}"><img src="{{ contributor.avatar_url }}" width="32" height="32" alt="{{ contributor.login }}"></a>
30-
</li>
31-
{% endfor %}
32-
</ul>
33-
34-
## All contributors test
35-
36-
<ul>
37-
{% for contributor in site.github.contributors %}
38-
<li>
39-
<img src="{{ contributor.avatar_url }}" alt="{{ contributor.login }}'s avatar" width="50">
40-
<a href="https://github.com/{{ contributor.login }}">{{ contributor.login }}</a>
41-
</li>
42-
{% endfor %}
43-
</ul>
44-
45-
## Tests
46-
47-
tag_name:
48-
49-
{{ site.github.release.tag_name }}
50-
51-
name:
52-
53-
{{ site.github.release.name }}
54-
55-
html_url:
56-
57-
{{ site.github.release.html_url }}
58-
59-
6024
[Audiveris Wiki]: https://github.com/Audiveris/audiveris/wiki
6125
[Format of ".omr" files]: ./_pages/reference/outputs/omr
6226
[HandBook]: ./_pages/handbook

0 commit comments

Comments
 (0)