Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/openprocurement.auctions.geb
https://github.com/openprocurement/openprocurement.auctions.geb
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openprocurement/openprocurement.auctions.geb
- Owner: openprocurement
- License: apache-2.0
- Created: 2018-09-14T14:11:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T09:56:22.000Z (over 5 years ago)
- Last Synced: 2025-01-02T04:34:50.049Z (19 days ago)
- Language: Python
- Size: 2.17 MB
- Stars: 0
- Watchers: 9
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Documentation
The documentation of this project may be built with Sphinx.
### How to build it
Commands to build the docs:
```sh
$ python bootstrap.py
$ ./bin/buildout
$ ./bin/docs
````
To set language or manage some other stuff, edit `docs/source/conf.py`To update files data for tutorial:
```sh
DOCSTEST=True ./bin/nosetests openprocurement.auctions.geb.tests.cases.docs
```