Files
rdkit/Code/GraphMol/MolHash/docs/_static/nm_style.css
Greg Landrum 5dfd67a22a Add new mol hashing code (#2636)
* copy in, get building, add some basic tests

* complete the testing
Except for regiosiomers, which do not work

* regioisomers work now

* backup commit; things work

* remove last of NM macros from hashfunctions.cpp

* remove last of NM macros from hashfunctions.cpp

* remove dependency on the abstraction layer

* typo

* start using namespaces
clang-format

* switch to using enums for the HashFunctions and StripTypes

* Add initial python wrapper (and tests)

* move the new hashing code to the MolHash library

still may want to revise the naming of this

* Setup deprecation of the older hashing code

* better release notes text

* change in response to review
2019-09-24 07:55:21 -04:00

48 lines
734 B
CSS

html *
{
font-family: 'Helvetica Neue', Arial;
}
pre,
pre *
{
font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console",
"Lucida Sans Typewriter","DejaVu Sans Mono",
"Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",
Monaco,"Courier New",Courier,monospace !important;
}
.wy-side-nav-search {
background-color: #25B2AA;
}
.wy-nav-side {
background-color: #c8893a;
}
.wy-menu-vertical a {
color: #444444;
}
.wy-menu-vertical a:hover {
background-color: #c89b60;
}
a {
color: #25B2AA;
}
a.icon {
font-size: 22pt;
}
td,
.wy-table-responsive table td {
word-wrap:break-word;
white-space:normal;
}
.wy-nav-content {
max-width: 1000px;
}