Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion indigo/HEAD

This file was deleted.

8 changes: 3 additions & 5 deletions indigo/download.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh
indigo_head=`cat HEAD`

wget https://github.com/epam/Indigo/raw/$indigo_head/api/c/indigo/indigo.h
wget https://github.com/epam/Indigo/raw/$indigo_head/api/python/indigo/__init__.py -O indigo.py
wget https://github.com/epam/Indigo/raw/$indigo_head/api/python/indigo/renderer.py -O indigo_renderer.py
wget https://github.com/epam/Indigo/raw/$indigo_head/api/python/indigo/inchi.py -O indigo_inchi.py
pip3 install epam.indigo

wget https://raw.githubusercontent.com/epam/Indigo/master/api/c/indigo/indigo.h -O indigo.h
10 changes: 9 additions & 1 deletion rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
# sys.path.insert(0, os.path.abspath('.'))
sys.path.append(os.path.abspath(os.curdir))
sys.path.append('indigo')
# sys.path.append('indigo')
nitpicky = True
nitpick_ignore = [
('py:class', '..'),
('py:class', 'array of floats'),
('py:class', 'Indigo'),
('py:class', 'indigo.indigo.indigo.Indigo'),
('py:class', 'indigo.indigo.indigo_object.IndigoObject'),
]

# -- General configuration ------------------------------------------------

Expand Down
9 changes: 7 additions & 2 deletions rst/indigo/api/python_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,20 @@ IndigoException
IndigoRenderer
--------------

.. autoclass:: indigo_renderer.IndigoRenderer
.. autoclass:: indigo.renderer.IndigoRenderer
:members:
:undoc-members:

IndigoInchi
-----------

.. autoclass:: indigo_inchi.IndigoInchi
.. autoclass:: indigo.inchi.IndigoInchi
:members:
:undoc-members:

Hybridization
-------------

.. autoclass:: indigo.Hybridization
:members:
:undoc-members: