https://github.com/derthorsten/sphinxcontrib-golangdomain
from https://bitbucket.org/ymotongpoo/sphinxcontrib-golangdomain/src/master/
https://github.com/derthorsten/sphinxcontrib-golangdomain
Last synced: about 1 year ago
JSON representation
from https://bitbucket.org/ymotongpoo/sphinxcontrib-golangdomain/src/master/
- Host: GitHub
- URL: https://github.com/derthorsten/sphinxcontrib-golangdomain
- Owner: DerThorsten
- License: other
- Created: 2020-07-21T09:11:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T11:17:27.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T18:49:05.125Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
============================
sphinxcontrib-golangdomain
============================
:author: Yoshifumi YAMAGUCHI
Installing
==========
Use ``setup.py`` to install this package::
$ python setup.py bulid
$ sudo python setup.py install
Alternatively, use `easy_install`_ or `pip`_ for it::
$ easy_install -UZ sphinxcontrib-golangdomain
or::
$ pip install --upgrade sphinxcontrib-golangdomain
License
=======
This package is maintained under The BSD 2-Clause License, which is same as `sphinx-contrib`_
.. _easy_install: http://pypi.python.org/pypi/distribute
.. _pip: http://pypi.python.org/pypi/pip
.. _sphinx-contrib: https://bitbucket.org/birkenfeld/sphinx-contrib/