Skip to content

Commit 15c185c

Browse files
Add documentation.
1 parent dfe0b3a commit 15c185c

File tree

4 files changed

+2047
-0
lines changed

4 files changed

+2047
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33
*.fls
44
*.synctex.gz
55
*.log
6+
*.idx
7+
*.ilg
8+
*.ind
9+
*.out
610
test.pdf
11+
/doc/tikzlibraryspline.pdf

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.0.0] - 2018-03-13
10+
### Added
11+
- `spline through` style
12+
- `closed spline through` style
13+
- `spline coordinates` option
14+
- `spline debug` option
15+
- Documentation
16+
- Public domain `control_points.py` code
17+
- LICENSE
18+
- CHANGELOG.md

0 commit comments

Comments
 (0)