Skip to content

Commit 03bb85e

Browse files
committed
Revised documentation.
1 parent 4393ab3 commit 03bb85e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/_versus_alternatives.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ compare it against some commonly-used alternatives:
1010

1111
By far, this is the most common approach to integrating Highcharts into your Python
1212
code. As a developer, you know that your JavaScript front-end will be using Highcharts
13-
(JS)). So you work in your Python backend to deliver the data to your front-end that your
13+
(JS). So you work in your Python backend to deliver the data to your front-end that your
1414
front-end will need.
1515

1616
There are many patterns for rolling your own Highcharts + Python implementation, but

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ Design Patterns and Standards
216216
***************************************************
217217

218218
`Highcharts (JS) <https://www.highcharts.com>`__ is a large, robust, and complicated
219-
JavaScript library. If in doubt, take a look at their extensive
220-
`documentation <https://www.highcharts.com/docs/index>`_ and in particular their
219+
JavaScript library. If in doubt, take a look at the extensive
220+
`documentation <https://www.highcharts.com/docs/index>`_ and in particular the
221221
`API reference <https://api.highcharts.com/highcharts>`_. Because
222222
**Highcharts for Python** wraps the Highcharts JS API, its design is heavily shaped by
223223
Highcharts JS' own design - as one should expect.

docs/toolkit.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The Toolkit's Contents
1414

1515
The **Highcharts for Python Toolkit** features a number of separate Python
1616
libraries which extend the core **Highcharts Core for Python** (``highcharts-core``) library.
17-
This pattern maps quite naturally to the Highcharts JS design, where multiple
18-
other modules extend the core Highcharts JS library.
17+
This pattern maps quite naturally to the Highcharts (JS) design, where multiple
18+
other modules extend the core Highcharts (JS) library.
1919

2020
The **Highcharts for Python Toolkit** includes two categories of tools:
2121

0 commit comments

Comments
 (0)