Commit Graph

58 Commits (7d4d2eb9de40c2593a3933b33413e95c2eadb345)

Author SHA1 Message Date
Eric Holscher 6e3117e845 Merge pull request #1306 from rtfd/add-wipe-button-to-ui
Adding the Wipe button to the version list UI, and associated functio…
2015-06-03 08:58:30 -07:00
Éric Araujo 90558483ee Fix typos 2015-06-01 14:27:23 -04:00
Andrew Kreps c3a0288fd0 Adding the Wipe button to the version list UI, and associated functionality. #1297 2015-05-30 17:12:42 -07:00
Eric Holscher 6f4fb4052a More Cool URL's! 2015-05-26 17:21:46 -07:00
Eric Holscher 0241db66d5 Small bit 2015-05-26 17:21:05 -07:00
Eric Holscher 1948ae549d Add changing slug FAQ 2015-05-26 17:20:12 -07:00
Anthony Johnson 492869523c Update missing test_data docs 2014-11-07 09:45:19 -08:00
Justin Speers 241e414d3c remove references to slumber 2014-10-18 15:37:46 -07:00
Justin Speers fc0e422fbb add faq entry for 401 errors for users who do not load test data 2014-10-16 15:01:28 -07:00
Kostis Anagnostopoulos 29553cd01b #865: Restore part of the previous behavior on the suggested mocking-out of modules with C-libs. 2014-08-02 04:52:35 +02:00
Kostis Anagnostopoulos c1555a703d #865: Fix typo in Code. 2014-08-02 01:38:30 +02:00
Kostis Anagnostopoulos 47f990c4d4 #865: Use MagickMock class in the FAQ's exemplary code for mocking modules with C-libs. 2014-08-02 00:48:22 +02:00
Peter Bittner 117ebfae24 Replace outdated paragraph by reference to section 2014-03-27 19:21:46 +01:00
Martin Fitzpatrick cbb083051f Update the Mock class to support * imports
The Mock class in the FAQs currently does not support `from module import *` type imports. As described here http://stackoverflow.com/questions/11877571/how-to-mock-so-that-from-x-import-works the solution is to add `__all__ = []` to the class definition.
2014-02-10 00:31:18 +00:00
Eric Holscher bb3b00e93d Rejigger indexing 2014-01-18 21:11:11 +07:00
Eric Holscher 1cb7010b9b Basic doc cleanup. 2014-01-07 00:42:37 -05:00
Eric Holscher 17d93e2b0a Well, that didn't work :) 2013-12-21 11:13:12 -05:00
Eric Holscher 5601abbe8b Update FAQ, though this will be a feature soon. 2013-12-21 11:09:09 -05:00
Eric Holscher eb33f92c1a Support dirhtml in the canonical snippet. 2013-12-21 11:01:20 -05:00
chebee7i 9831bbe128 Fix spelling error. 2013-11-08 20:32:00 -06:00
chebee7i 1f65f0763b Add information about support for legible docstrings. 2013-11-08 20:16:59 -06:00
Eric Holscher 74d3e1517a Add bit about where they are 2013-11-03 14:56:19 -08:00
Eric Holscher c36ea926b2 Add FAQ entry for subprojects. 2013-11-03 14:52:03 -08:00
Eric Holscher 92283ca154 Clean up wording 2013-10-29 09:19:57 -07:00
Lukasz Balcerzak e231cf7c05 Added 'how to use rtd theme offline' 2013-10-29 14:03:14 +01:00
Eric Holscher 09479b8867 Add FAQ for canonical link. Fixes #477. 2013-10-22 23:10:27 -07:00
Chris McDonald 42688c9189 Merge pull request #384 from kevinburke/link
Update text
2013-05-01 13:52:19 -07:00
Kevin Burke a3fdae06ce Update text
Make it easier for users scanning the page for ImportError, requirements.txt
to find the words they're looking for.
2013-05-01 10:40:28 -07:00
Jason a46cbd57f7 Update docs/faq.rst
Added a ? to a question.
2013-02-24 21:03:46 -05:00
Danilo Bargen 3a893ae6f6 Update docs/faq.rst 2012-12-27 02:35:32 +01:00
Eric Holscher f9900171d7 Include READTHEDOCS var in sphinx context 2012-12-07 15:29:36 -08:00
Eric Holscher ccc9429542 Add FAQ entry about multiple languages. Refs #139. 2012-09-26 15:42:18 -07:00
Eric Holscher b1bb84f61b Add FAQ entry for comments. Fixes #6. 2012-09-26 15:36:22 -07:00
Eric Holscher 43d64f32a6 Fix mock object for C++, Fixes #205. 2012-09-25 19:53:18 -07:00
Eric Holscher fc4861c982 Small doc updates. 2012-09-25 18:06:55 -07:00
Eric Holscher ed594746e4 Fix small doc error. Fixes #206. 2012-07-29 18:59:28 -07:00
Eric Holscher 5561521d7b Add FAQ entry about whitelisting. 2012-07-20 17:03:33 -07:00
Chris McDonald 2fa5bd3a0e Fix typo thanks to SFJulie1_ on IRC 2012-04-18 16:27:49 -07:00
Eric Holscher 6adf3ba196 Fix autodoc FAQ. 2012-03-19 12:33:47 -07:00
Kay Zhu 226bc26586 Fixed typo in FAQ 2012-03-13 09:53:49 -07:00
Eric Holscher 518c4ba336 Fix #165. Document the issues around PIL and image scaling. 2012-03-12 13:38:57 -07:00
Eric Holscher 1e7586e157 Fix #174 - Note that this applies to C extensions also. 2012-03-12 13:30:37 -07:00
Eric Holscher 29ccd5f68c Remove docs bits about whitelisting. 2012-02-23 20:23:59 -08:00
Eric Holscher d20d5a1bd2 Fix reference to html_style. 2012-02-10 19:02:16 -08:00
Eric Holscher 3cb7d5bf90 Document how to use the default theme, fixes #122.
HACK.
2012-01-31 19:22:00 -08:00
Niklas Baumstark edabf824d8 change docs to include a better Mock implementation.
This one doesn't confuse Sphinx beyond repair when a project class inherits from a class in a mocked module.
2012-01-13 20:50:38 +01:00
Patrick Totzke 178a68a17f docs: Improve the Mock class
The python import machinery expects __path__ to be a string, so
__getattr__ has to return a mock string instead of a mock object.

__getattr__ now also returns Mock objects instead of the Mock class
and Mock objects are now callable.
2012-01-07 13:14:54 +00:00
Eric Holscher d497a2221d Fix the Mock() call in the docs. 2011-12-08 11:51:35 -08:00
Dayle Rees 6801a5abb5 Update to docs, fixed typo. 2011-12-05 11:48:49 +00:00
Patrick Totzke b49f2f31de make the proposed Mock wrapper more robust
constructor accepts keyword arguments
2011-12-03 18:42:55 +00:00