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

..03-May-2022-

build/lib/sphinxcontrib/H03-May-2022-1,9021,695

sphinxcontrib/H29-Feb-2020-1,9021,695

sphinxcontrib_devhelp.egg-info/H03-May-2022-170160

tests/H29-Feb-2020-4025

CHANGESH A D29-Feb-2020300 159

LICENSEH A D12-Jan-20201.4 KiB3024

MANIFEST.inH A D12-Jan-2020145 96

PKG-INFOH A D29-Feb-20201.3 KiB3533

README.rstH A D12-Jan-2020901 4124

setup.cfgH A D29-Feb-2020474 3122

setup.pyH A D29-Feb-20202 KiB7161

tox.iniH A D12-Jan-2020474 3228

README.rst

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