Commit graph

102 commits

Author SHA1 Message Date
John McNamara
e49c668be7 Share single license file between docs and src tree.
Issue #123
2017-08-30 01:29:04 +01:00
John McNamara
e04c801a76 Add homebrew installation to getting started guide. 2017-08-20 23:12:37 +01:00
John McNamara
b0a7c691ad Added option to use system minizip in make build.
Additional fixes for using system minizip in the Makefile make system.

Issue #119.
2017-08-20 11:33:02 +01:00
John McNamara
7401ea39ee Minor doc fix. 2017-08-13 00:30:42 +01:00
John McNamara
3fdf181d1e Added docs on using CMake for building. 2017-06-27 00:35:27 +01:00
John McNamara
79a9b41fd2 Add user definable installation directory.
Issue #93.
2017-06-25 23:30:44 +01:00
John McNamara
2d720e8db9 Prep for release 0.6.9. 2017-01-30 00:30:31 +00:00
John McNamara
be77bac3ee Added docs for chart trendlines. 2017-01-29 18:13:43 +00:00
John McNamara
2515c54b06 Add docs for chart error bars. 2017-01-27 23:24:23 +00:00
John McNamara
90b7f89a61 Add docs for chart data labels. 2017-01-24 23:23:02 +00:00
John McNamara
37eea6ed87 Added docs for chart up-down bars. 2017-01-22 03:03:03 +00:00
John McNamara
eef0636b00 Added docs for gap and overlap functions. 2017-01-21 14:17:28 +00:00
John McNamara
edadc49fef Prep for release 0.6.4. 2017-01-20 20:54:02 +00:00
John McNamara
0d22597d9b Added docs for chart data table. 2017-01-20 20:16:40 +00:00
John McNamara
2cb2af32f9 Added docs for high-low and drop lines. 2017-01-18 23:46:22 +00:00
John McNamara
f8c74ac0cd Added docs for chart series smoothing. 2017-01-16 20:55:07 +00:00
John McNamara
fb9190f360 Prep for release 0.6.1. 2017-01-16 00:01:52 +00:00
John McNamara
ae71d9d0aa Added docs for chart points. 2017-01-15 23:10:39 +00:00
John McNamara
b3096bced0 Added docs for chart axis number format. 2017-01-14 16:03:41 +00:00
John McNamara
3058df2b1c Add chart axis crossing support. 2017-01-14 00:43:03 +00:00
John McNamara
da00798d79 Added docs for chart axis ticks 2017-01-12 20:52:08 +00:00
John McNamara
415e0f8b1d Added chart axis display units. 2017-01-12 00:04:26 +00:00
John McNamara
f5ce952b68 Prep for release 0.5.6. 2017-01-11 00:11:30 +00:00
John McNamara
0e4909e28e Add axis interval support. 2017-01-10 08:29:33 +00:00
John McNamara
0edc678e85 Add chart major and minor units. 2017-01-09 21:26:01 +00:00
John McNamara
5b6d2584bb Add handling for chart axis label position. 2017-01-09 01:40:15 +00:00
John McNamara
13bf150fef Add updated hello_world image. 2017-01-08 21:09:30 +00:00
John McNamara
e0a04310ad Add updated docs for category and value axes. 2017-01-08 20:58:38 +00:00
John McNamara
ad1fa66bee Added option to set chart axis horizontal position. 2017-01-08 01:59:37 +00:00
John McNamara
6424c37fb7 Add option to turn off chart axis. 2017-01-07 01:30:10 +00:00
John McNamara
99849be9c6 Add chart gridline handling. 2017-01-06 00:13:14 +00:00
John McNamara
4402f63c5f Add docs for chartarea and plotarea. 2017-01-04 01:55:03 +00:00
John McNamara
0945bede76 Add docs for chart patterns. 2017-01-03 23:50:34 +00:00
John McNamara
8ef418b034 Added chart patterns handling. 2017-01-03 19:28:17 +00:00
John McNamara
0feb78d741 Add docs for chart markers. 2017-01-03 01:11:33 +00:00
John McNamara
0d1f068644 Added docs to axis functions. 2017-01-02 01:15:25 +00:00
John McNamara
fc817abbcb Added docs for chart line and fill. 2017-01-01 19:30:21 +00:00
John McNamara
813ca50be0 Update copyright year. 2016-12-31 00:33:00 +00:00
John McNamara
915cc66c45 Add docs for chart legend. 2016-12-30 23:11:30 +00:00
John McNamara
5015061828 Prep for release 0.4.4. 2016-12-30 12:00:17 +00:00
John McNamara
74f03074fb Add docs for chart fonts. 2016-12-30 10:57:37 +00:00
John McNamara
34dd6c812a Add docs for chart fonts. 2016-12-29 21:25:37 +00:00
Adam Chainz
487aea0e37 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-10-12 22:48:53 +01:00
John McNamara
a59300f51b Minor docs fix. 2016-08-21 18:47:22 +01:00
John McNamara
b14b4c82f5 Prep for release 0.4.2. 2016-07-14 23:32:25 +01:00
John McNamara
c1c5c643cb Made the tmpfileplus lib optional. 2016-07-14 00:02:50 +01:00
John McNamara
2cd8f8a3c2 Added extra docs for temp file handling. 2016-07-11 21:42:18 +01:00
John McNamara
c46b76ab9d Added tmpdir parameter to workbook constructor. 2016-07-10 23:46:51 +01:00
John McNamara
d20abef883 Added tmpfileplus license to the docs. 2016-07-10 16:44:34 +01:00
John McNamara
d0e1cad2ef Added docs for mingw. 2016-07-03 00:58:51 +01:00