• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/lib/sphinxcontrib/H03-May-2022-4,9044,070

sphinxcontrib/H29-Feb-2020-4,9044,070

sphinxcontrib_applehelp.egg-info/H03-May-2022-175165

tests/H29-Feb-2020-7649

CHANGESH A D29-Feb-2020314 159

LICENSEH A D12-Jan-20201.4 KiB3024

MANIFEST.inH A D12-Jan-2020201 107

PKG-INFOH A D29-Feb-20201.3 KiB3533

README.rstH A D12-Jan-2020862 3923

setup.cfgH A D29-Feb-2020482 3122

setup.pyH A D29-Feb-20202 KiB7161

tox.iniH A D12-Jan-2020567 3732

README.rst

1=======================
2sphinxcontrib-applehelp
3=======================
4
5sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.
6
7For more details, please visit http://www.sphinx-doc.org/.
8
9Installing
10==========
11
12Install from PyPI::
13
14   pip install -U sphinxcontrib-applehelp
15
16Release signatures
17==================
18
19Releases are signed with following keys:
20
21* `498D6B9E <https://pgp.mit.edu/pks/lookup?op=vindex&search=0x102C2C17498D6B9E>`_
22* `5EBA0E07 <https://pgp.mit.edu/pks/lookup?op=vindex&search=0x1425F8CE5EBA0E07>`_
23
24Testing
25=======
26
27To run the tests with the interpreter available as ``python``, use::
28
29    tox
30
31Continuous testing runs on travis: https://travis-ci.org/sphinx-doc/sphinxcontrib-applehelp
32
33Contributing
34============
35
36See `CONTRIBUTING.rst`__
37
38.. __: https://github.com/sphinx-doc/sphinx/blob/master/CONTRIBUTING.rst
39