Skip to content

Commit 444bc6a

Browse files
choldgrafmanics
andauthored
Buttonify support page and clean up about page (#260)
Co-authored-by: Simon Li <[email protected]>
1 parent 564db1f commit 444bc6a

16 files changed

+352
-394
lines changed

doc/_static/custom.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@
44
}
55

66
/* Header */
7-
i.fa.fa-heart {
8-
color: #e66783;
7+
8+
.support-button {
9+
background-color: #e66783;
10+
}
11+
12+
.support-button:hover {
13+
background-color: #b9556b;
14+
}
15+
16+
.support-button i {
17+
padding-right: .5em;
918
}
1019

1120
/* Text elements */

doc/_templates/support-button.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a class="btn btn-secondary support-button" href="https://mybinder.readthedocs.io/en/latest/about/support.html" role="button"><i class="fas fa-heart"></i>Support Binder</a>

doc/about/cite.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
(about:citing)=
2+
# Cite Binder
3+
4+
If you publish work that uses Binder, please consider citing the
5+
[Binder paper from the 2018 SciPy proceedings](http://conference.scipy.org/proceedings/scipy2018/project_jupyter.html).
6+
7+
Here is a citation that you can use:
8+
9+
```
10+
Jupyter et al., "Binder 2.0 - Reproducible, Interactive, Sharable
11+
Environments for Science at Scale." Proceedings of the 17th Python
12+
in Science Conference. 2018. doi://10.25080/Majora-4af1f417-011
13+
```
14+
15+
And here is a DOI for you to use:
16+
17+
[10.25080/Majora-4af1f417-011](https://doi.org/10.25080/Majora-4af1f417-011)

doc/about/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contribute
1+
# Join and contribute
22

33
There are many ways that you can contribute to the Binder project, and the Binder community welcomes any and all contributions that others are willing to give.
44

doc/about/faq.rst

Lines changed: 0 additions & 296 deletions
This file was deleted.

doc/about/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# About mybinder.org
22

3-
This is a collection of pages about the Binder service running at mybinder.org.
3+
The Binder Project is an open community that makes it possible to create sharable,
4+
interactive, reproducible environments. The main technical product that
5+
the community creates is called BinderHub, which you can try out
6+
at [`mybinder.org`](https://mybinder.org).
7+
8+
This is a collection of pages about the Binder service running at [mybinder.org](https://mybinder.org), covering things like what to expect when using mybinder.org, who runs the service, and how you can support it.
49

510
```{toctree}
6-
:maxdepth: 1
11+
:maxdepth: 2
712
813
user-guidelines
9-
faq
14+
status
1015
support
16+
team
1117
contribute
1218
federation
13-
status
19+
cite
1420
```

doc/about/status.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Status page
2-
===========
1+
mybinder.org status
2+
===================
33

44
This page displays several graphics that give an idea for the current
55
status of the `mybinder.org <https://mybinder.org>`_ service. You can find

0 commit comments

Comments
 (0)