Skip to content

Commit

Permalink
Merge pull request #1451 from sorgerlab/doc_fix
Browse files Browse the repository at this point in the history
Documentation fixes
  • Loading branch information
bgyori authored Jun 25, 2024
2 parents 8368d07 + 5eaccaa commit 0a1810c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@
'pygraphviz', 'jnius', 'jnius_config', 'flask',
'objectpath', 'lxml', 'lxml.etree', 'lxml.builder',
'functools32', 'ndex2', 'ndex2.client', 'ndex2.nice_cx_network',
'nltk', 'kappy', 'openpyxl', 'reportlab', 'reportlab.lib', 'reportlab.lib.enums',
'nltk', 'nltk.stem', 'nltk.stem.snowball', 'kappy', 'openpyxl',
'reportlab', 'reportlab.lib', 'reportlab.lib.enums',
'reportlab.lib.pagesizes', 'reportlab.platypus', 'reportlab.lib.styles',
'reportlab.lib.units'
]
Expand Down
7 changes: 5 additions & 2 deletions indra/assemblers/html/assembler.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,10 @@ class HtmlAssembler(object):
the default ones present in indra/resources/source_info.json
The structure of the input must conform to:
{
.. code-block:: json
{
"source_key": {
"name": "Source Name",
"link": "<url>",
Expand All @@ -206,7 +209,7 @@ class HtmlAssembler(object):
}
},
...
}
}
Where <text color> and <badge color> must be color names or color
codes allowed in an html document per the CSS3 specification:
Expand Down

0 comments on commit 0a1810c

Please sign in to comment.