Skip to content

Commit

Permalink
docs: add automatically created API documentation (#55)
Browse files Browse the repository at this point in the history
* use jsdoc-to-markdown
* create API documentation
  • Loading branch information
connium authored Oct 18, 2018
1 parent 8766c6b commit 1557c4b
Show file tree
Hide file tree
Showing 22 changed files with 2,446 additions and 10 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
coverage/
docs/
examples/
jsdoc2md/
lib/test/
src/
test/
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased] (2018-??-??)
### Added
- **docs:** Add automatically created API documentation, closes [#16](https://github.com/connium/simple-odf/issues/16)

## [0.6.0] (2018-10-12)
### Added
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ list.addItem("just write like you would do in a full-blown editor");
document.saveFlat("/home/homer/My_first_document.fodf");
```

## Documentation

Learn more about the [OASIS Open Document Format](http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.html).

- [API reference](./docs/API.md)

## Contributing

If you want to contribute to simple-odf, you are very welcome. Send issues and pull requests with your ideas.
Expand Down Expand Up @@ -96,4 +102,4 @@ If you want to contribute to simple-odf, you are very welcome. Send issues and p

### License

By contributing to simple-odf, you agree that your contributions will be licensed under its MIT license.
By contributing to simple-odf, you agree that your contributions will be licensed under its [MIT license](./LICENSE).
Loading

0 comments on commit 1557c4b

Please sign in to comment.