mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
* 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
48 lines
734 B
CSS
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;
|
|
}
|