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
Seth House
b1ecedfc28
Point links to Github blobs to 'develop' instead of releases
2012-09-24 12:16:12 -07:00
Brian Riley
a3c456f8cd
Fix for bad installation link
...
The tutorials had a link to a non-existant installation page. I changed
this to link to the installation index document. I also removed the
unused installtion link from `conf.py`.
2012-07-16 15:55:23 -07:00
Thomas S Hatch
b4ae7d97a0
fix email
2012-07-13 09:38:59 -06:00
Baiju Muthukadan
8223969b0f
Fix the order of release notes listing
2012-06-19 14:21:27 +05:30
Seth House
d389f162da
Fixed including functions beginning with underscores in autodoc output
2012-06-10 08:55:13 -07:00
L.C. Rees
cc8a921311
- more py3k fixes
2012-06-04 16:40:34 -06:00
Dan Colish
a3507abe49
Skip mod_init when running autodoc, #1282
2012-05-29 16:17:03 -07:00
Seth House
b1bc8ff503
Added mock object for M2Crypto when building the docs
2012-04-25 23:09:48 -06:00
Monty Taylor
3867ffb3ef
Replace M2Crypto RSA with PyCrypto.
...
M2Crypto has been abandonded upstream, has many outstanding bugs,
and doesn't build unpatched on Fedora. Since the only thing M2Crypto
is being used for in the salt codebase is RSA support, using the PyCrypto
RSA module instead is pretty straight forward. Additionally, the RSA
module uses sign/verify terminology around our use of private encrypting
known tokens for verification purposes rather than private_encrypt and
public_descrypt, which makes reading the intent a little clearer.
2012-04-20 09:30:33 -07:00
Seth House
84b5b5ba49
Added a couple yaml mock objects for RTD
2012-03-19 05:43:10 -06:00
Seth House
c03716e470
Revert "Playing with RTD tweak to use Sphinx default theme"
...
This reverts commit c5af26f31a
.
2012-02-18 10:43:59 -07:00
Seth House
c5af26f31a
Playing with RTD tweak to use Sphinx default theme
2012-02-18 10:40:50 -07:00
Bret Palsson
f66738e934
Update copyright date
2012-02-10 10:20:45 -07:00
Seth House
4514368865
Removed site homepage; replaced with docs homepage
2012-02-08 03:20:41 -07:00
Seth House
f7dce9a7ee
Replaced links to installation instructions
2012-02-08 03:20:41 -07:00
Seth House
45da8b9578
Removed custom Sphinx theme
...
Preparing to move all docs to RTD.
2012-02-08 03:20:41 -07:00
Thomas S Hatch
26b0215a2b
Add msgpack top Mock modules
2012-01-20 20:36:16 -07:00
Seth House
4e3aacc813
Slight modifications to docs in preparation for rtfd.org
...
Moved the html customizations into a proper theme and cleaned up the
configs to be useful for the default theme.
2012-01-16 02:46:41 -07:00
Seth House
105ed6d70c
Added pyyaml to the list of mocked imports for the docs
2012-01-16 01:45:30 -07:00
Seth House
b54d4ee573
Added new modules, states, returners docs
2012-01-15 22:54:23 -07:00
Seth House
31354bf15b
Mock various imports req'd for autodoc
2012-01-15 22:38:34 -07:00
Seth House
4edf6da1ed
Put local Salt directory at the front of PYTHONPATH
...
Sphinx's autodoc was seeing the globally installed Salt over the local
copy.
2012-01-10 06:10:34 -07:00
Seth House
08ed1da4cb
Added a custom 404 page for GitHub pages
2011-11-16 19:52:51 -07:00
Seth House
b6ecb49828
Updated URLs for the switch to the saltstack GitHub organization
2011-11-15 23:45:51 -07:00
Seth House
ebf5ce6474
Define sidebars only in conf.py; removed others
2011-11-13 04:53:40 -07:00
Seth House
0639489083
Replace manual & monolithic automodule with individual autosummary
2011-11-13 03:25:34 -07:00
Seth House
871e56007f
Fixed file mode; not sure how I marked these as +x
2011-11-06 22:47:36 -07:00
Seth House
692a0d7ef4
Added ePUB output configuration
2011-11-06 19:47:48 -07:00
Seth House
6fd90568fe
Renamed the contents / toc files to be a bit more logical
2011-11-06 19:47:48 -07:00
Seth House
22997def69
Added real logo and favicon
2011-10-16 23:54:11 -06:00
Seth House
b60e53e529
Added a real homepage; still in need of real content
...
Shamelessly ripping off the Sphinx project layout here...
2011-10-16 00:51:20 -06:00
Seth House
7458f69ac7
Stripped down the Sphinx config file
2011-10-16 00:51:20 -06:00
Thomas S Hatch
1c405cc902
Merge pull request #143 from whiteinge/version-import
...
Moved the version string to the Salt module
2011-09-25 07:46:09 -07:00
Seth House
a336f6c15f
Added shortcuts to hyperlink downloads, source files, and issues
2011-09-25 01:23:16 -06:00
Seth House
7050f09926
Replaced links to the download tarball with a substitution
2011-09-25 01:23:16 -06:00
Seth House
02a3dab489
Moved the version string to the Salt module
...
This move will allow fetching the verison from multiple places such as
setup.py as well as the docs.
2011-09-25 00:30:36 -06:00