| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use .. caution:: to warn about the the old class-advice based APIsdocs-in-py3 | Marius Gedminas | 2019-11-11 | 1 | -3/+3 |
| | | |||||
| * | Move the @provider example into the right section | Marius Gedminas | 2019-11-11 | 1 | -9/+8 |
| | | | | | | | | | | Explain that implements()/implementsOnly()/classProvides() not only should not be "preferred", but are entirely not functional on Python 3. (These notes should probably use some Sphinx directive to stand out better, but I'm not well versed in Sphinx and I don't know which one I should use.) | ||||
| * | Port the documentation examples to Python 3 | Marius Gedminas | 2019-11-11 | 6 | -160/+187 |
| | | |||||
| * | Update README.ru.rst | Serjio Razin | 2019-02-12 | 1 | -23/+22 |
| | | | | | - Punctuation check and fix. - Replace some figures of speech. | ||||
| * | Update README.ru.rst | Serjio Razin | 2019-02-11 | 1 | -1/+1 |
| | | | | Fixed typo | ||||
| * | Cross ref from ISpecification to IDeclaration. | Jason Madden | 2018-07-19 | 1 | -13/+14 |
| | | |||||
| * | Reorganize the 'declarations' document by functional group. | Jason Madden | 2018-07-19 | 1 | -489/+401 |
| | | | | | Add cross references and some formatting fixes. | ||||
| * | Formatting and cross refs for the 'Interface Specification' doc | Jason Madden | 2018-07-19 | 1 | -12/+28 |
| | | |||||
| * | Formatting and cross refs for IComponents. | Jason Madden | 2018-07-19 | 1 | -1/+8 |
| | | |||||
| * | Basic API reference documentation reorg: split into four functional parts. | Jason Madden | 2018-07-19 | 7 | -301/+398 |
| | | | | | Add some missing documentation for the events component registries create. | ||||
| * | Add docstrings with cross-refs to z.i.common.interfaces | Jason Madden | 2018-07-19 | 1 | -1/+2 |
| | | | | | | | Also bring the ``classImplements`` lines closer to the interface declaration. This helped me be sure that nothing was missed and that all the repetitions of the names matched. | ||||
| * | Basic automodule directives for the modules in zope.interface.common. | Jason Madden | 2018-07-19 | 2 | -0/+31 |
| | | |||||
| * | Standarize the ReST headers in api.rst. | Jason Madden | 2018-07-19 | 1 | -68/+69 |
| | | |||||
| * | Merge pull request #110 from zopefoundation/roto-drop-py33 | Joni Orponen | 2017-12-29 | 1 | -4/+3 |
| |\ | | | | | Drop testing and pypi-declared support of Python 3.3 | ||||
| | * | Simplify and future-proof tox usage documentation.roto-drop-py33 | Joni Orponen | 2017-12-28 | 1 | -4/+3 |
| | | | |||||
| * | | Add changelog to RTD | Michael Howitz | 2017-12-15 | 2 | -0/+2 |
| |/ | | | | | Render the changelog on RTD so the whole documentation is there together. No need to look up the changes on PyPI or GH. | ||||
| * | Fix hardcoded version number in Sphinx docs | Marius Gedminas | 2017-12-14 | 1 | -4/+9 |
| | | |||||
| * | Use LuaLaTeXfix-latex-docs | Marius Gedminas | 2017-12-07 | 1 | -1/+5 |
| | | | | | | | See http://www.sphinx-doc.org/en/stable/config.html#confval-latex_engine Ought to fix #111, provided that ReadTheDocs supports LuaLaTeX. | ||||
| * | Fix sentence in README | Niels Bom | 2017-03-20 | 1 | -1/+1 |
| | | | | Classes (factories) _implement_, objects _provide_. After first carefully explaining the difference, the docs mix them up. | ||||
| * | Expose IComponent documentation. | Jason Madden | 2017-01-05 | 3 | -8/+41 |
| | | |||||
| * | Document API for adapter registry. | Tres Seaver | 2016-12-06 | 2 | -0/+21 |
| | | | | | Closes: #41. | ||||
| * | Editing while reading, and spell out Require and Provide | Jean Jordaan | 2016-10-16 | 1 | -121/+121 |
| | | | | | | Changing IR to IRequire (or IRequired?) feels much more readable to me .. | ||||
| * | Editing while reading: literals, typos, grammar | Jean Jordaan | 2016-10-16 | 5 | -99/+99 |
| | | |||||
| * | Merge branch 'doc_tweaks' of https://github.com/msabramo/zope.interface into ↵ | Tres Seaver | 2016-03-24 | 1 | -4/+4 |
| |\ | | | | | | | msabramo-doc_tweaks | ||||
| | * | docs/README.rst: Small tweaks | Marc Abramowitz | 2015-01-26 | 1 | -4/+4 |
| | | | |||||
| * | | Drop mention of 'python2.6' from 'docs/hacking.txt'. | Tres Seaver | 2016-03-09 | 1 | -4/+4 |
| |/ | | | | | Addresses: https://github.com/zopefoundation/zope.interface/pull/33#issuecomment-194454496 | ||||
| * | Silence Sphinx warning. | Tres Seaver | 2015-01-22 | 1 | -0/+0 |
| | | |||||
| * | Remove SVN fossil | Tres Seaver | 2015-01-21 | 1 | -1/+1 |
| | | |||||
| * | Edit myself out in favor of J. Random Hacker. | Tres Seaver | 2015-01-20 | 1 | -2/+2 |
| | | | | | [ci skip] | ||||
| * | Remove no-longer true mention of building docs in buildout. | Tres Seaver | 2015-01-19 | 1 | -36/+0 |
| | | |||||
| * | Remove stray line. | Tres Seaver | 2015-01-19 | 1 | -1/+0 |
| | | | | | [ci skip] | ||||
| * | Update hacking docs to reflect Github. | Tres Seaver | 2015-01-11 | 1 | -41/+48 |
| | | |||||
| * | Fix typo. | Stephan Richter | 2014-02-05 | 1 | -1/+1 |
| | | |||||
| * | Added an API doc entry for the new "@named()" function. | Stephan Richter | 2014-02-05 | 1 | -0/+30 |
| | | |||||
| * | Remove trailing whitespace. | Stephan Richter | 2014-02-05 | 1 | -8/+9 |
| | | |||||
| * | Typo + note docs built by full tox run. | Tres Seaver | 2012-06-29 | 1 | -3/+4 |
| | | |||||
| * | Document running tests / building docs via tox. | Tres Seaver | 2012-06-27 | 1 | -0/+81 |
| | | |||||
| * | Run Sphinx commands directly, rather than via 'make'. | Tres Seaver | 2012-06-27 | 1 | -12/+6 |
| | | | | | Fix a coupld of ReST typos. | ||||
| * | Fix docs version. | Tres Seaver | 2012-06-27 | 1 | -2/+2 |
| | | |||||
| * | Fix up snippets to run in Sphinx context. | Tres Seaver | 2012-04-06 | 6 | -281/+613 |
| | | |||||
| * | Move commented-out doctest snippets into API docs as real snippets. | Tres Seaver | 2012-04-06 | 1 | -2/+948 |
| | | |||||
| * | Include repoze.sphinx.autointerface for building docs. | Tres Seaver | 2012-04-06 | 1 | -1/+9 |
| | | |||||
| * | Add page for API docs. | Tres Seaver | 2012-04-06 | 2 | -0/+20 |
| | | |||||
| * | Ensure that all doctest blocks get recognized by Sphinx. | Tres Seaver | 2012-04-06 | 3 | -7/+11 |
| | | |||||
| * | Merge Py3k w/o 2to3 work. | Tres Seaver | 2012-04-04 | 1 | -8/+8 |
| | | |||||
| * | Add hacking docs. | Tres Seaver | 2012-03-26 | 2 | -0/+268 |
| | | |||||
| * | Merge from LP branch. | Tres Seaver | 2012-03-26 | 12 | -0/+3838 |
