Skip to content

Commit 40bdecb

Browse files
author
Simon Ward
committed
Add pySpinW and bug fixes
1 parent 86ace6c commit 40bdecb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ use_math: true
3434
</div>
3535
<div class="col-md-4 col-md-offset-0 col-sm-4 col-sm-offset-0 col-xs-12 col-xs-offset-0 text-center">
3636
<div class="project-card">
37-
{%- assign gh-project = "Models" -%}
37+
{%- assign gh-project = "pySpinW" -%}
3838
<a target="_blank" href="https://github.com/{{- gh-user -}}/{{- gh-project -}}" class="project-link" title="Go to Github Poject Page">
3939
<span class="fa-stack fa-4x">
4040
<i class="fas fa-square fa-stack-2x stack-color"></i>
41-
<i class="fas fa-stroopwafel fa-stack-1x fa-inverse"></i>
41+
<i class="fab fa-python fa-stack-1x fa-inverse"></i>
4242
</span>
4343
<h4>{{- gh-project -}}</h4>
4444
<hr class="seperator">
45-
<p class="text-muted">Model repository for SpinW</p>
45+
<p class="text-muted">Python implementation of SpinW</p>
4646
<hr class="seperator">
4747
<img src="https://img.shields.io/github/forks/{{- gh-user -}}/{{- gh-project -}}.svg?style=social&label=Fork" alt="Github" title="Github Forks">
4848
<img src="https://img.shields.io/github/stars/{{- gh-user -}}/{{- gh-project -}}.svg?style=social&label=Stars" alt="Github" title="Github Stars">
@@ -59,7 +59,7 @@ use_math: true
5959
</span>
6060
<h4>{{- gh-project -}}</h4>
6161
<hr class="seperator">
62-
<p class="text-muted">SpinW written in C++ for speed</p>
62+
<p class="text-muted">SpinW core functions written in C++ for speed</p>
6363
<hr class="seperator">
6464
<img src="https://img.shields.io/github/forks/{{- gh-user -}}/{{- gh-project -}}.svg?style=social&label=Fork" alt="Github" title="Github Forks">
6565
<img src="https://img.shields.io/github/stars/{{- gh-user -}}/{{- gh-project -}}.svg?style=social&label=Stars" alt="Github" title="Github Stars">

support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
If you are having problems with SpinW you can contact support by the webform or *support AT spinw DOT org*. This can get busy, so apologies for delays.
44

55
If you have found a bug, documentation error or have a suggestion please use the [github issue tracker](https://github.com/SpinW/spinw/issues)
6-
6+
<section>
77
<form action="https://mailthis.to/spinw_sup" method="POST" encType="multipart/form-data">
88
<!-- Name -->
99
<input type="text" name="name" placeholder="Your name" required>
@@ -29,4 +29,5 @@ If you have found a bug, documentation error or have a suggestion please use the
2929
<!-- <input type="hidden" name="_after" value="https://easydiffraction.github.io/thankyou.html"> -->
3030
<!-- Submit Button -->
3131
<input type="submit" name="submit" value="Submit Form" class="button">
32-
</form>
32+
</form>
33+
</section>

0 commit comments

Comments
 (0)