biothings / mygene.info

MyGene.info: A BioThings API for gene annotations

Home Page:http://mygene.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

table of fields not rendering correctly in documentation

andrewsu opened this issue · comments

At this link, https://docs.mygene.info/en/latest/doc/data.html#available-fields used to show a nice table that showed all available fields in dot notation. That for some reason is not rendering correctly.

image

That also seems to affect all the docs for all the biothings API instances: https://docs.myvariant.info/en/latest/doc/data.html#available-fields https://docs.mychem.info/en/latest/doc/data.html#available-fields

fixed in fc75bc8 and 6ccb747. Cross-origin JSONP ajax call was blocked by the browser now, switching to the regular ajax call fixed the issue.