-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc doc changes #17
base: master
Are you sure you want to change the base?
Misc doc changes #17
Conversation
Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the source of truth for this Elixir library and leverage on latest features of ExDoc.
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder nor the names of its contributors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 1 space
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 1 space
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 1 space
* thumbnail and scale functions | ||
|
||
## v0.0.1 - 2016-04-25 | ||
* first version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation before bullet: remove 2 spaces
* crop function | ||
|
||
## v0.0.2 - 2016-08-24 | ||
* thumbnail and scale functions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation before bullet: remove 2 spaces
* magick attribute is read-write | ||
|
||
## v0.0.3 - 2016-08-25 | ||
* crop function |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation before bullet: remove 2 spaces
|
||
## v0.0.4 - 2016-08-30 | ||
* dump and load using binaries | ||
* magick attribute is read-write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation before bullet: remove 2 spaces
* add num_pages | ||
|
||
## v0.0.4 - 2016-08-30 | ||
* dump and load using binaries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation before bullet: remove 2 spaces
* bugfix: memory leak on `image_dump/1` | ||
|
||
## v0.0.5 - 2016-09-05 | ||
* add num_pages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation before bullet: remove 2 spaces
|
||
## v0.0.6 - 2018-05-17 | ||
* add optional dirty scheduler support; | ||
* bugfix: memory leak on `image_dump/1` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation before bullet: remove 2 spaces
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## v0.0.6 - 2018-05-17 | ||
* add optional dirty scheduler support; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation before bullet: remove 2 spaces
SourceLevel has finished reviewing this Pull Request and has found:
|
@thalesmg Should I resolve the sourceleve-bot issue and resubmit the PR again? |
@thalesmg Noted, and thanks. |
hey, @kianmeng thank you! |
Besides other documentation changes, this commit ensures the generated
HTML doc for HexDocs.pm will become the source of truth for this Elixir
library and leverage on latest features of ExDoc.
Screenshot: