Skip to content

Commit

Permalink
add link to repo
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed May 4, 2021
1 parent 4bdedda commit c150c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div class="container" style="padding-top:20px">
<h1>Spack Package Popularity! 🎉️</h1>
<p>Which Spack packages are most popular? And how do we measure popularity? If we can claim
that more popular packages get more issues, and then updates (pull requests), we can use commits over time as a metric of usage, and popularity. The above charts will show the most popular 25 packages of all, and then the most popular packages per year. What do you see? 🤔️</p>
that more popular packages get more issues, and then updates (pull requests), we can use commits over time as a metric of usage, and popularity. The above charts are generated via <a href="https://github.com/vsoch/package-popularity">this repository</a> and will show the most popular 25 packages of all, and then the most popular packages per year. What do you see? 🤔️</p>
<br>
<h2>Top 25 Packages by Commits over all time</h2>
<div class="top25 chart"></div>
Expand Down Expand Up @@ -241,4 +241,4 @@ <h2>Top 25 Packages by commits for 2021</h2>

</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div class="container" style="padding-top:20px">
<h1>Spack Package Popularity! 🎉️</h1>
<p>Which Spack packages are most popular? And how do we measure popularity? If we can claim
that more popular packages get more issues, and then updates (pull requests), we can use commits over time as a metric of usage, and popularity. The above charts will show the most popular 25 packages of all, and then the most popular packages per year. What do you see? 🤔️</p>
that more popular packages get more issues, and then updates (pull requests), we can use commits over time as a metric of usage, and popularity. The above charts are generated via <a href="https://github.com/vsoch/package-popularity">this repository</a> and will show the most popular 25 packages of all, and then the most popular packages per year. What do you see? 🤔️</p>
<br>
{% for chart in charts %}<h2>{{ chart.title }}</h2>
<div class="{{ chart.divid }} chart"></div>
Expand Down

0 comments on commit c150c41

Please sign in to comment.