Commit graph

173 commits

Author SHA1 Message Date
semantic-release-bot
193bba805f chore(release): 1.2.3 [skip ci]
## [1.2.3](https://github.com/saltstack-formulas/template-formula/compare/v1.2.2...v1.2.3) (2019-03-13)

### Documentation

* **tofs:** incorrect path for “source_files” lookup key ([a76f659](https://github.com/saltstack-formulas/template-formula/commit/a76f659))
2019-03-13 17:43:50 +00:00
Daniel Dehennin
a76f659e9d docs(tofs): incorrect path for “source_files” lookup key
* docs/TOFS_pattern.rst: rename “nfs” to “ntp”.
2019-03-13 14:57:36 +01:00
semantic-release-bot
18e5a3dac1 chore(release): 1.2.2 [skip ci]
## [1.2.2](https://github.com/saltstack-formulas/template-formula/compare/v1.2.1...v1.2.2) (2019-03-09)

### Bug Fixes

* **tofs:** update use of state ID in `config` and `pillar` ([3d9a24c](https://github.com/saltstack-formulas/template-formula/commit/3d9a24c))
* **tofs:** use `source_files` instead of `files` ([5110716](https://github.com/saltstack-formulas/template-formula/commit/5110716)), closes [/freenode.logbot.info/saltstack-formulas/20190308#c2046753](https://github.com//freenode.logbot.info/saltstack-formulas/20190308/issues/c2046753)
2019-03-09 22:24:09 +00:00
Imran Iqbal
51107165f0
fix(tofs): use source_files instead of files
* As discussed in the Slack/IRC/Matrix room from this point forward:
  - https://freenode.logbot.info/saltstack-formulas/20190308#c2046753
2019-03-09 06:36:11 +00:00
semantic-release-bot
eab481cd4f chore(release): 1.2.1 [skip ci]
## [1.2.1](https://github.com/saltstack-formulas/template-formula/compare/v1.2.0...v1.2.1) (2019-03-07)

### Code Refactoring

* **kitchen:** `pillars-from-files` => `pillars_from_files` ([7c954a7](https://github.com/saltstack-formulas/template-formula/commit/7c954a7)), closes [/github.com/saltstack-formulas/packages-formula/pull/50#discussion_r262769817](https://github.com//github.com/saltstack-formulas/packages-formula/pull/50/issues/discussion_r262769817)

### Styles

* **map:** use `-` for each Jinja block ([64e3834](https://github.com/saltstack-formulas/template-formula/commit/64e3834))
2019-03-07 19:07:06 +00:00
semantic-release-bot
a52523b9f4 chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/saltstack-formulas/template-formula/compare/v1.1.2...v1.2.0) (2019-03-03)

### Features

* **m2r:** use `m2r` to convert automatic `.md` files to `.rst` ([b86ddf4](https://github.com/saltstack-formulas/template-formula/commit/b86ddf4))
2019-03-03 05:22:26 +00:00
Imran Iqbal
b86ddf4ce7
feat(m2r): use m2r to convert automatic .md files to .rst
* https://github.com/miyakogi/m2r
  - Markdown to reStructuredText converter
2019-03-03 05:04:23 +00:00
Imran Iqbal
ad5a8b84bf
docs(rtd): clean up numerous issues and inconsistencies
* Include:
  - Fix link texts
  - Apply text formatting
  - Split some of the long lines (improved diffs)
  - Remove extra `\ ` appearing after conversion from Markdown
  - Improve ordered (numbered) nested lists
  - Use 3-character indents under RST directives
  - Use Jinja commenting in Jinja examples (not just `#`)
2019-03-03 00:11:35 +00:00
Imran Iqbal
3f0071b72b
docs(tofs): use literalinclude of macros.jinja instead of code dupe 2019-03-02 23:56:21 +00:00
Imran Iqbal
dff0ee8ef8
docs(contributing): add documentation contribution guidelines 2019-03-02 23:56:21 +00:00
Imran Iqbal
f2373641b4
docs(rtd): add comment to CSS file for overriding in-use Sphinx theme 2019-03-02 23:54:44 +00:00
Imran Iqbal
f47797d1fc
docs(readme): add Read the Docs build status badge 2019-03-01 16:32:17 +00:00
Imran Iqbal
7b1a2a9a14
docs(contributing): add TOC to match all other pages 2019-03-01 16:20:49 +00:00
Imran Iqbal
2f0e20f449
docs(tofs): use table to list authorship 2019-03-01 16:07:27 +00:00
Imran Iqbal
fd68168cce
docs(tofs): replace existing .md with .rst and add to RTD 2019-03-01 16:06:28 +00:00
Imran Iqbal
24bd338334
feat(rtd): provide custom CSS file for overriding in-use Sphinx theme
* `sphinx_rtd_theme` known issue: long lines in tables do not wrap by default
  - https://github.com/rtfd/sphinx_rtd_theme/issues/117
2019-03-01 15:08:58 +00:00
Imran Iqbal
18d3924dcb
docs(rtd): add basic docs/conf.py to allow additional customisation
* Incorporate settings from default `docs/conf.py` used by RTD
2019-03-01 14:57:40 +00:00
Imran Iqbal
da095281a8
docs(rtd): use internal link targets at the top of each .rst file
* Convert the existing internal link to use `:ref:` instead
2019-03-01 05:19:10 +00:00
Imran Iqbal
0c98e67096
docs(index): add CONTRIBUTING to the toctree 2019-03-01 01:10:06 +00:00
Imran Iqbal
5a2bea8fdd
docs(readme): update heading markers for consistency 2019-03-01 01:10:05 +00:00
Imran Iqbal
474f318653
docs(contributing): convert to .rst and move to docs subdir
* Update link in `README.rst`
2019-03-01 00:59:37 +00:00
Imran Iqbal
f02139f3ac
docs(rtd): add basic index.rst to allow RTD to produce docs 2019-02-28 23:55:19 +00:00
Imran Iqbal
c92f674469
docs(readme): move under docs subdir to access in both GitHub and RTD 2019-02-28 23:50:06 +00:00