Skip to content

open-contracting/standard-development-handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCDS Development Handbook

A guide for authors of the Open Contracting Data Standard.

Build and view the documentation

Create and activate a virtual environment, then install requirements:

pip install furo

And build the documentation:

cd docs
make html

The built documentation is in _build/html under docs. To view the documentation:

python -m http.server --directory _build/html

And open http://localhost:8000/ in a browser.

Releases

No releases published

Packages

No packages published