scarf-python 0.2.2

Python bindings for the Scarf 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;
}