You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

custom.css 512 B

12345678910111213141516171819202122232425262728
  1. div.code-out > div.highlight > pre {
  2. background-color: #d3effd !important;
  3. }
  4. .autosummary.longtable.docutils.align-default {
  5. width: 100%;
  6. }
  7. .autosummary.longtable.docutils.align-default td {
  8. word-wrap: break-word;
  9. white-space: normal;
  10. }
  11. .row-odd td:first-child .pre {
  12. font-size: 110%;
  13. color: #4682B4;
  14. }
  15. .row-even td:first-child .pre {
  16. font-size: 110%;
  17. color: #4682B4;
  18. }
  19. .autosummary.longtable.docutils.align-default td:first-child {
  20. width: 30%;
  21. text-align: left;
  22. }

An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.