Commit Graph

98 Commits

Author SHA1 Message Date
Seth House
5f8df81d37 Added first stab at a literate-code style documentation directive 2013-12-23 06:02:11 -07:00
Seth House
cb8ed95992 Moved custom conf cross-references into Salt domain file 2013-12-13 22:45:48 -07:00
Seth House
c0f74f95aa Added minor Salt Sphinx domain 2013-12-13 22:45:48 -07:00
Colton Myers
2ea3e3fed2 Add 0.17.4 release notes 2013-12-09 14:47:25 -07:00
Mike Place
e3f6027773 Update doc build to use latest GH release system.
It looks like GH has deprecated the download system that we were using. This fix just updates our doc build to point to the new system. Here's the blog post for reference:

https://github.com/blog/1302-goodbye-uploads

This resolves many errors that appear when running 'make linkcheck' against our docs.
2013-12-09 10:51:02 -07:00
Mathieu Le Marec - Pasquet
5f46962e80 pep8 fixes 2013-12-04 00:25:50 +00:00
Colton Myers
c8853784e9 Bump docs version to 0.17.2 2013-11-12 14:09:36 -07:00
Seth House
8807eea450 Added directory for clouds modules documentation 2013-11-11 16:25:28 -07:00
Erik Johnson
8f7ac73100 Mock yaml.scanner in docs conf.py 2013-11-10 15:39:27 -06:00
Seth House
7b9ebf9872 Absorbed Sphinx conf.py for salt-cloud into Salt's 2013-11-08 15:08:32 -07:00
mekstrem
c35fb3dfee Update conf.py
Fixed typo.
2013-10-29 09:13:07 +01:00
Erik Johnson
db3768d00a Bump version to 0.17.1 2013-10-17 13:04:01 -05:00
Pedro Algarvio
99bcf207d0 Properly render aliased salt function names. Fixes #7885. 2013-10-16 22:52:56 +01:00
Pedro Algarvio
3cd0ac8642 Add support for other documentation languages. 2013-10-11 23:23:17 +01: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
Erik Johnson
5a31008fd4 Update version number in docs to 0.17.0 2013-10-08 16:18:08 -05:00
Seth House
93834f5b4c Stole the youtube directive from sphinx-contrib 2013-09-17 17:56:56 -06:00
Erik Johnson
6f96971c94 Update "current release" link to 0.16.4 2013-09-12 17:10:45 -05:00
Seth House
4e0f523ede Added configuration entries to allow translating Salt docs 2013-09-11 22:23:46 -06:00
Pedro Algarvio
105a81ac27 Revert "Renamed gentoolkitmod module gentoolkit while enforcing absolute imports."
This reverts commit 0f08e6088b.
2013-08-20 23:43:54 +01:00
Pedro Algarvio
6659f0393f Revert "Renamed ldapmod module to ldap while enforcing absolute imports."
This reverts commit c4c58370d2.
2013-08-20 23:43:52 +01:00
Pedro Algarvio
580a666f60 Revert "Renamed localemod module to locale while enforcing absolute imports."
This reverts commit 791dc53ca6.
2013-08-20 23:43:50 +01:00
Pedro Algarvio
39b87cecfb Revert "Fixed documentation linking."
This reverts commit 758e789d12.
2013-08-20 23:43:48 +01:00
Pedro Algarvio
758e789d12 Fixed documentation linking. 2013-08-19 17:40:07 +01:00
Pedro Algarvio
791dc53ca6 Renamed localemod module to locale while enforcing absolute imports. 2013-08-19 17:01:42 +01:00
Pedro Algarvio
c4c58370d2 Renamed ldapmod module to ldap while enforcing absolute imports. 2013-08-19 16:31:27 +01:00
Pedro Algarvio
0f08e6088b Renamed gentoolkitmod module gentoolkit while enforcing absolute imports. 2013-08-19 16:24:01 +01:00
Erik Johnson
fc2ec7d3f5 Fix current release in docs 2013-08-12 13:50:46 -05:00
Pedro Algarvio
84e16b3034 Add salt-ssh to man pages. 2013-08-10 16:03:07 +01:00
Pedro Algarvio
9f47a1a0ad CLI Output options now reside on it's own, common, document. 2013-08-10 15:37:33 +01:00
Seth House
db37dbc02c Added saltstack-formulas GitHub organization to extlinks config
This allows making quick links to formula repositories such as:

    The fastest way to install EPEL is including the
    :formula:`epel-formula`.
2013-08-07 14:34:47 -06:00
Pedro Algarvio
e7be91fc87 Enable linking directly to python's documentation. 2013-07-23 16:39:55 +01:00
Pedro Algarvio
de80f557d8 Add OpenSSL and zfs to the mocked modules in the docs. 2013-07-22 13:09:07 +01:00
Seth House
988b2e50e5 Added the current Salt release to the sidebar 2013-07-15 15:10:34 -06:00
Seth House
4b09672b93 Changed copyright name to the company name 2013-07-15 15:10:34 -06:00
Seth House
74fb3c514f Pull latest release version into the docs conf 2013-07-15 15:10:34 -06:00
Seth House
e94a47ed6c Add html_default_sidebars to context dict
Omitted from f300e75.
2013-02-28 10:45:03 -07:00
Seth House
f300e75afe Restored html_default_sidebars setting; added JS TOC to modules sidebar
Using JavaScript to generate a local table of contents for the modules
is less than ideal but this isn't easily accomplished with autosummary
(see 87c1000) and we badly need this.
2013-02-28 10:14:14 -07:00
Seth House
19222e3e6c Switch to Sphinx-default sidebars 2013-02-26 15:18:31 -07:00
Seth House
57902fa267 Updated docs with new design 2013-02-26 12:22:03 -07:00
Seth House
259c8848b6 Restored saltstack theme 2013-02-26 12:22:03 -07:00
Seth House
dc737520b9 Moved document fragments into excluded directory
This avoids "document isn't included in any toctree" warnings.
2013-01-24 00:06:02 -07:00
Baiju Muthukadan
b9338e48fb use new logo 2013-01-22 16:54:09 +05:30
Thomas S Hatch
d8bfff58d8 It is 2013 now 2013-01-15 20:46:43 -07:00
Seth House
f48a0d9da5 Mocked rabbitmq_server 2012-10-25 14:36:02 -06:00
Seth House
5330026341 Tweak conf.py for moar quieter pylint 2012-10-15 14:26:11 -06:00
Seth House
2c76365894 Re-added the index to the built docs 2012-10-11 14:40:40 -06:00
Seth House
5e5a51c49c Sorted mocked modules list for better readin' 2012-10-04 18:52:51 -06:00
Seth House
21b35b498a Added django to mocked modules for building documentation 2012-10-04 18:52:50 -06:00
Seth House
f9efcffbf4 Missed the hidden 'v' in last commit 2012-09-24 12:20:17 -07:00