Skip to content

Commit af80da4

Browse files
committed
Lessen font weight
1 parent 4a84d71 commit af80da4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

src/doc/common/static/custom-furo.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ a.pdf:hover {
2121
text-decoration: none;
2222
}
2323

24+
/* For sections INPUT, OUTPUT, EXAMPLES, etc. */
25+
26+
abbr {
27+
font-weight: 420;
28+
}

src/sage/probability/probability_distribution.pyx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This module provides three types of probability distributions:
1313
REFERENCES:
1414
1515
- GNU gsl library, General discrete distributions
16-
http://www.gnu.org/software/gsl/manual/html_node/General-Discrete-Distributions.html
16+
http://www.gnu.org/software/gsl/manual/html_node/General-Discrete-Distributions.html
1717
1818
- GNU gsl library, Random number distributions
19-
http://www.gnu.org/software/gsl/manual/html_node/Random-Number-Distributions.html
19+
http://www.gnu.org/software/gsl/manual/html_node/Random-Number-Distributions.html
2020
2121
AUTHORS:
2222
@@ -28,6 +28,7 @@ AUTHORS:
2828
GeneralDiscreteDistribution, misc fixes.
2929
3030
- Kwankyu Lee (2010-05-29): F-distribution support.
31+
3132
"""
3233
# ****************************************************************************
3334
# Copyright (C) 2004, 2005, 2006 Joshua Kantor <[email protected]>

src/sage/structure/formal_sum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
4949
- Volker Braun (2010-07-19): new-style coercions, documentation
5050
added. FormalSums now derives from UniqueRepresentation
51+
5152
"""
5253

5354
# ****************************************************************************

0 commit comments

Comments
 (0)