Skip to content

Commit df15209

Browse files
committed
more
1 parent 550a977 commit df15209

File tree

3 files changed

+42
-53
lines changed

3 files changed

+42
-53
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
Code of Conduct
22
===============
33

4-
Come in and make yourself at home!
5-
64
This is a project conveyed in the authors' free time. It is their little
75
act of charity to make this world an (even) better place.
86
It will most likely pass unnoticed, but if you happen to find it useful,
97
informative, amusing, or stimulating, we're happy for you.
108

11-
Please be civilised, well-mannered, and courteous. Primum non nocere.
12-
Let us all strive to be better versions of ourselves, exercise forgiveness
13-
and generosity, and assume good faith in others.
9+
All nice contributions/comments/remarks are welcome.
1410

15-
We are looking forward to your contributions and ideas.
11+
Please spread the news about this project.

devel/sphinx/_static/css/custom.css

Lines changed: 39 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,7 @@
11
/* --------------------------------------------------------------------------
2-
Copyleft (C) 2021, Marek Gagolewski <https://www.gagolewski.com>
2+
Copyleft (C) 2021-2022, Marek Gagolewski <https://www.gagolewski.com>
33
-------------------------------------------------------------------------- */
44

5-
.proof-type-exercise {
6-
clear: both;
7-
background: #EFE1CE;
8-
padding: 12px;
9-
line-height: 24px;
10-
margin-bottom: 24px;
11-
box-sizing: border-box;
12-
}
13-
14-
.proof-type-exercise .proof-title {
15-
background: #615550;
16-
font-weight: 700;
17-
display: block;
18-
color: #fff;
19-
padding: 6px 12px;
20-
margin: -12px -12px 12px;
21-
}
22-
23-
.proof-content {
24-
font-style: italic;
25-
padding: 0;
26-
}
27-
28-
.proof-content p {
29-
margin: 0;
30-
}
31-
32-
.proof-type-example {
33-
clear: both;
34-
background: #EFE1CE;
35-
padding: 12px;
36-
line-height: 24px;
37-
margin-bottom: 24px;
38-
box-sizing: border-box;
39-
}
40-
41-
.proof-type-example .proof-title {
42-
background: #615550;
43-
font-weight: 700;
44-
display: block;
45-
color: #fff;
46-
padding: 6px 12px;
47-
margin: -12px -12px 12px;
48-
}
49-
505
/* -------------------------------------------------------------------------- */
516

527
table.docutils p {
@@ -135,3 +90,41 @@ strong.command, .rst-content code, .rst-content div[class^="highlight"] pre, .rs
13590
}
13691

13792
/* -------------------------------------------------------------------------- */
93+
94+
95+
ol.arabic li {
96+
padding-bottom: 8pt;
97+
}
98+
99+
100+
@media (max-width: 480px) {
101+
.rst-content section > img.img-left-align {
102+
display: block;
103+
margin-left: auto;
104+
margin-right: auto;
105+
border-radius: 0;
106+
}
107+
108+
.rst-content section > img.img-right-align {
109+
display: block;
110+
margin-left: auto;
111+
margin-right: auto;
112+
border-radius: 0;
113+
}
114+
}
115+
116+
@media not (max-width: 480px) {
117+
.rst-content section > img.img-left-align {
118+
float: left;
119+
margin-right: 16px;
120+
margin-bottom: 16px;
121+
border-radius: 0;
122+
}
123+
124+
.rst-content section > img.img-right-align {
125+
float: right;
126+
margin-left: 16px;
127+
margin-bottom: 16px;
128+
border-radius: 0;
129+
}
130+
}

devel/sphinx/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ either Version 2 or Version 3, see
105105
:hidden:
106106

107107
About <self>
108+
Author <https://www.gagolewski.com/>
108109

109110

110111
.. toctree::
@@ -123,7 +124,6 @@ either Version 2 or Version 3, see
123124
Source Code (GitHub) <https://github.com/gagolews/stringx>
124125
Bug Tracker and Feature Suggestions <https://github.com/gagolews/stringx/issues>
125126
CRAN Entry <https://cran.r-project.org/package=stringx>
126-
Author's Homepage <https://www.gagolewski.com/>
127127
news.md
128128

129129
.. COMMENT

0 commit comments

Comments
 (0)