Skip to content

Commit bb9f6c7

Browse files
committed
Minor changes to docs:
+ fix typo on index age (it's / its) + fix bibtex of citation page + web safe font
1 parent 2aed14c commit bb9f6c7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/Reference/citation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Citing the Library
66
Please use the following to cite the latest version of the Ciw library::
77

88
@misc{ciwpython,
9-
author = {{ {The Ciw library developers} }}
9+
author = {{{The Ciw library developers}}},
1010
title = {Ciw: <RELEASE TITLE>},
1111
year = <YEAR>,
1212
doi = {<DOI INFORMATION>},

docs/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* {
2-
font-size: 101%;
2+
font-size: 102%;
33
}
44

55
pre {

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
"headtextcolor":"black",
132132
"linkcolor":"#cc5200",
133133
"visitedlinkcolor":"#cc5200",
134-
"bodyfont":"Optima",
135-
"headfont":"Optima",
134+
"bodyfont":"Verdana",
135+
"headfont":"Verdana",
136136
"codebgcolor":"#F7F7F7"
137137
}
138138
# Add any paths that contain custom themes here, relative to this directory.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Etymology: **Ciw**
55
*noun* Welsh word for a queue. *pl.* ciwiau.
66

77
Ciw is a discrete event simulation library for open queueing networks.
8-
It's core features include the capability to simulate networks of queues, multiple customer classes, and implementation of Type I blocking for restricted networks.
8+
Its core features include the capability to simulate networks of queues, multiple customer classes, and implementation of Type I blocking for restricted networks.
99
A number of other features are also implemented, including priorities, baulking, schedules, and deadlock detection.
1010

1111
Please note that Ciw is currently supported for and regularly tested on Python versions 2.7, 3.4 and 3.5.

0 commit comments

Comments
 (0)