Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/openprocurement.tender.limited
https://github.com/openprocurement/openprocurement.tender.limited
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openprocurement/openprocurement.tender.limited
- Owner: openprocurement
- License: apache-2.0
- Created: 2016-01-04T14:41:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T06:20:22.000Z (4 months ago)
- Last Synced: 2024-07-16T08:40:05.382Z (4 months ago)
- Language: Python
- Size: 1.39 MB
- Stars: 5
- Watchers: 12
- Forks: 21
- Open Issues: 38
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - openprocurement/openprocurement.tender.limited - (others)
README
Documentation
=============OpenProcurement is initiative to develop software
powering tenders database and reverse auction.This documentation is available at http://api-docs.openprocurement.org/projects/limited/en/latest/index.html
Full documentation about OpenProcurement 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)