Commit Graph

1819 Commits

Author SHA1 Message Date
Pedro Algarvio
2ca73d1a6e It's a link! 2013-10-13 21:09:19 +01:00
Pedro Algarvio
563fdbcd10 Merge pull request #7793 from s0undt3ch/features/i18n-documentation
[READ THE BODY] Explain how to help out translating the documentation.
2013-10-13 12:49:08 -07:00
Pedro Algarvio
4aa611c319 Final translation documentation update. 2013-10-13 19:46:52 +01:00
Pedro Algarvio
2ba350b607 Even the translation templates won't be stored in git. 2013-10-13 19:46:16 +01:00
Pedro Algarvio
62929d3335 We switched translation service. 2013-10-13 11:55:38 +01:00
Pedro Algarvio
7a3740bd5e Explain how to help out translating the documentation. 2013-10-12 23:33:05 +01:00
Pedro Algarvio
cf3690152d Merge pull request #7792 from s0undt3ch/features/i18n-documentation
VCS message catalog templates.
2013-10-12 15:31:34 -07:00
Pedro Algarvio
23559d4240 Add the message catalog template files. 2013-10-12 23:22:44 +01:00
Pedro Algarvio
77b77a30f9 Generate the gettext message catalog templates on the right place. 2013-10-12 23:19:05 +01:00
Pedro Algarvio
fba3d05562 Translation will be hosted remotely. 2013-10-12 23:18:54 +01:00
Erik Johnson
c57572d98d Fix documentation page for win_dns_client state
When I added this, it was copied from the one I created for win_system,
but it was not updated to be specific to win_dns_client, resulting in in
build warnings and incorrect documentation on docs.saltstack.com.
2013-10-12 15:26:12 -05:00
Pedro Algarvio
0d457662ef Also delete compiled message catalogs. 2013-10-12 19:39:24 +01:00
Erik Johnson
25d6d37f30 Version 0.16.4 is no longer in future tense 2013-10-12 11:35:02 -05:00
drawsmcgraw
5e765ad837 Added an example for the 'use' requisite. 2013-10-12 00:31:58 -04:00
Pedro Algarvio
544d6b02be Fix .PHONY target 2013-10-11 23:26:15 +01:00
Pedro Algarvio
aa25f2f67b Add the translatable files for the zh_CN translation. 2013-10-11 23:24:15 +01:00
Pedro Algarvio
3cd0ac8642 Add support for other documentation languages. 2013-10-11 23:23:17 +01:00
Dan Garthwaite
a48a8deec2 Added undocumented ssh roster configuration options 2013-10-11 10:21:52 -04:00
Seth House
3a22b3af38 Removed special case for uppercase attributes from Mock object
I'm not sure what the original intent of this behavior was but we don't
appear to be using it and it breaks the infinite chain-ability of the
Mock() object by not returning a chain-able object. E.g.:
``Mock().thing.thing.thing...`` works but ``Mock().thing.Thing.thing``
breaks.

Fixes #7725.
2013-10-10 23:57:19 -04:00
Seth House
b75fc3ed3c Updated Sphinx makefile for latest Sphinx and i18n additions 2013-10-10 23:57:19 -04:00
Khris Richardson
421600f51d rename code:: to code-block:: 2013-10-10 13:00:29 -05:00
Pedro Algarvio
554e313286 Merge pull request #7720 from terminalmage/windows-net-states
Add win_system state, refine win_ntp module
2013-10-09 21:26:06 -07:00
Erik Johnson
3ddb416a53 Remove inapplicable exclude-members directive 2013-10-09 21:31:05 -05:00
Erik Johnson
2cb6b1c8a3 Suppress function aliases from appearing in docs 2013-10-09 21:29:05 -05:00
Erik Johnson
46520512a6 Add win_ntp module to docs 2013-10-09 21:00:37 -05:00
Erik Johnson
253abc5fa1 Add new windows states to the docs 2013-10-09 20:34:21 -05:00
Paul Munday
e6b40b18c8 added [ ] to list larry... 2013-10-09 18:27:03 -07:00
Thomas S Hatch
d6c5d4a2bc Merge pull request #7678 from basepi/idcache7558
Cache minion ID after first time guessing it, Fixes #7558
2013-10-09 13:50:42 -07:00
Erik Johnson
5a31008fd4 Update version number in docs to 0.17.0 2013-10-08 16:18:08 -05:00
David Boucha
45724660fb Bump windows installer version number 2013-10-08 11:31:19 -06:00
Colton Myers
920a34fc7d Edit the docs with new id generation process 2013-10-08 11:18:02 -06:00
Thomas S Hatch
9268a344cc Add note on environment option in the minion config file 2013-10-07 23:25:03 -06:00
Henrik Holmboe
4ba3b77d5b Single vs double backtick 2013-10-07 08:25:15 +02:00
Thomas S Hatch
a280c4dfa1 Merge pull request #7621 from cachedout/develop
Documentation changes/updates
2013-10-04 12:09:00 -07:00
Mike Place
766b3f405d The documentation for 'Developing Salt' is missing a critical step for 0.17+ users who wish to utilize the test runner. This commit describes the direct installation of salt-testing.
Forthcoming will be a re-write what appears to be a new method for establishing a development environment through the use of dev_requirements_python2(6|7).txt, once I have a chance to verify
that the workflow is as expected.
2013-10-04 12:06:43 -06:00
Erik Johnson
f6e521a9e3 Add fileserver_backend to master configuration page 2013-10-04 11:04:14 -05:00
Erik Johnson
673815b718 Add note about top.sls to the "starting states" tutorial
Also cleaned up a bit of a redundancy, and removed a reference to a
section called "State Data Structures" which appears to no longer exist.
2013-10-03 20:30:35 -05:00
Colton Myers
514506f2ac Merge pull request #7596 from cachedout/develop
A minor clarity fix for documentation regarding the extension of Salt.
2013-10-03 17:01:27 -07:00
Colton Myers
10a7a638c8 Add note about salt-ssh package to salt-ssh docs 2013-10-03 17:18:03 -06:00
Mike Place
bd1da286ac -- Please review for accuracy prior to merge --
While I'm still learning the external pillar system, I suspect that this documentation was written when a smaller number of external pillars were available. I have removed the plain-text reference and instead linked directly to the repository directory which holds all pillars. If my assumption/understanding is incorrect, please feel free to reject. :]
2013-10-03 15:41:37 -06:00
Mike Place
0593c3311d A minor clarity fix for documentation regarding the extension of Salt.
I attempted to preserve what I believe to be the original intent of the author but please feel free not to merge these changes if you feel that I've failed in doing so. :]
2013-10-03 14:51:49 -06:00
Cory Wright
67d11353c4 Fix typos 2013-10-03 14:51:49 -04:00
Thomas S Hatch
323db1d44c Merge pull request #7560 from s0undt3ch/develop
Update include documentation examples to current default values.
2013-10-02 14:51:40 -07:00
Mike Place
af376a7706 The documentation for state ordering contained duplicate information about 0.17 in two contiguous paragraphs. Removed the first of those occurrences to improve readability. 2013-10-02 15:19:41 -06:00
Erik Johnson
bbd35e736d Remove note on minion ID change pending further discussion 2013-10-02 10:35:02 -05:00
Erik Johnson
fdcb6e2b48 Clarify the fact that the Minion ID may change in 0.17.0 2013-10-02 09:21:37 -05:00
Erik Johnson
25b0438dfe Add note on /etc/hostname checking to release notes 2013-10-02 08:55:26 -05:00
Pedro Algarvio
0b0e82baaa Update include documentation examples to current default values. 2013-10-02 13:36:47 +01:00
Thomas S Hatch
8daa55f7d7 Add more dunder dict docs per @cachedout
There are still a few esoterics to get in from some of the backend
module systems, but these are the big ones
2013-10-01 16:10:22 -06:00
Henrik Holmboe
3b24019f22 solaris_group used for group provider on Solaris-based OSes 2013-10-01 13:53:05 +02:00