forj-python 0.1.1

Python bindings for the Forj SystemVerilog tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
/*
 * Fix the gap after Python properties
 */

.py.property {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.py.property + .docutils.container {
  margin-top: 0px !important;
}