Skip to content

Commit

Permalink
doc: update news and build_site()
Browse files Browse the repository at this point in the history
[skip travis]
  • Loading branch information
atusy committed Jun 23, 2019
1 parent a6b6a3e commit c953f22
Show file tree
Hide file tree
Showing 15 changed files with 218 additions and 1 deletion.
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# cssgrid 0.1.0

* Added a `NEWS.md` file to track changes to the package.
- Added
- `grid_layout()` that creates a CSS Grid Layout container for general purpose
- `grid_item()` that creates items in a CSS Grid Layout container.
- `grid_rowwise()` that creates a single rowwise layout with CSS Grid.
- `grid_colwise()` that creates a single columnwise layout with CSS Grid.
- `construct_areas()` that creates CSS values for `grid-template-areas`.
This function is implicitly used by `grid_layout()`, but can also be used
explicitly and specify the returned value to `areas` argument of `grid_layout()`.
- Achieved 100% code coverage
3 changes: 3 additions & 0 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/articles/cssgrid.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/articles/responsive.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

170 changes: 170 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/reference/construct_areas.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/reference/grid_item.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/reference/grid_layout.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/reference/grid_rowwise.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/reference/reexports.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c953f22

Please sign in to comment.