Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/openprocurement.tender.cfaselectionua
https://github.com/openprocurement/openprocurement.tender.cfaselectionua
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openprocurement/openprocurement.tender.cfaselectionua
- Owner: openprocurement
- License: apache-2.0
- Created: 2018-11-27T15:49:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T15:50:21.000Z (about 6 years ago)
- Last Synced: 2024-11-09T11:35:16.390Z (2 months ago)
- Language: Python
- Size: 822 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/openprocurement/openprocurement.api.svg?branch=master
:target: https://travis-ci.org/openprocurement/openprocurement.api.. image:: https://coveralls.io/repos/openprocurement/openprocurement.api/badge.svg
:target: https://coveralls.io/r/openprocurement/openprocurement.api.. image:: https://readthedocs.org/projects/openprocurementapi/badge/?version=latest
:target: http://api-docs.openprocurement.org/.. image:: https://img.shields.io/hexpm/l/plug.svg
:target: https://github.com/openprocurement/openprocurement.api/blob/master/LICENSE.txt.. image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/openprocurement/openprocurement.api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
:alt: GitterDocumentation
=============OpenProcurement is initiative to develop software
powering tenders database and reverse auction.'openprocurement.api' is component responsible for
exposing the tenders database to brokers and public.Documentation about this API is accessible at
http://api-docs.openprocurement.org/Building documentation
----------------------Use following commands to build documentation from `docs/source` into `docs/html`::
python bootstrap.py -c docs.cfg
bin/buildout -N -c docs.cfg
bin/docsFor translation into ** (2 letter ISO language code), you have to follow the scenario:
1. Pull all translatable strings out of documentation::
(cd docs/_build; make gettext)
2. Update translation with new/changed strings::
bin/sphinx-intl update -c docs/source/conf.py -p docs/_build/locale -l
3. Update updated/missing strings in `docs/source/locale//LC_MESSAGES/*.po` with your-favorite-editor/poedit/transifex/pootle/etc. to have all translations complete/updated.4. Compile the translation::
bin/sphinx-intl build -c docs/source/conf.py
5. Build translated documentations::
(cd docs/_build; make -e SPHINXOPTS="-D language='uk'" html)