Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stsouko committed Dec 29, 2020
1 parent 55d9ed9 commit 37ddb28
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 16 deletions.
8 changes: 1 addition & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ General part

* Install CGRtools library DEV version for features that are not well tested::

pip install -U git+https://github.com/cimm-kzn/CGRtools.git@master#egg=CGRtools

pip install -U git+https://github.com/stsouko/CGRtools.git@master#egg=CGRtools

**If you still have questions, please open issue within github.**

Expand All @@ -99,11 +98,6 @@ For wheel generation just type next command in source root::

python setup.py bdist_wheel

On Linux additionally do repairing of package::

pip install auditwheel
auditwheel repair dist/CGRtools-<version>-<python_version>-linux_x86_64.whl

COPYRIGHT
=========

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
html_theme = 'sphinx_rtd_theme'
html_logo = 'logo.jpg'
html_favicon = 'favicon.ico'
html_theme_options = {'github_user': 'cimm-kzn', 'github_repo': 'CGRtools', 'show_related': True}
html_theme_options = {'github_user': 'stsouko', 'github_repo': 'CGRtools', 'show_related': True}
html_show_copyright = True
html_show_sourcelink = False
html_sidebars = {
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/1_data_types_and_operations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"- (c) 2019, 2020 Dr. Ramil Nugmanov;\n",
"- (c) 2019 Dr. Timur Madzhidov; Ravil Mukhametgaleev\n",
"\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/cimm-kzn/CGRtools`\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/stsouko/CGRtools`\n",
"\n",
"NOTE: Tutorial should be performed sequentially from the start. Random cell running will lead to unexpected results. "
]
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/2_signatures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"- (c) 2019, 2020 Dr. Ramil Nugmanov;\n",
"- (c) 2019 Dr. Timur Madzhidov; Ravil Mukhametgaleev\n",
"\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/cimm-kzn/CGRtools`\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/stsouko/CGRtools`\n",
"\n",
"NOTE: Tutorial should be performed sequentially from the start. Random cell running will lead to unexpected results. "
]
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/3_standardization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"- (c) 2019, 2020 Dr. Ramil Nugmanov;\n",
"- (c) 2019 Dr. Timur Madzhidov; Ravil Mukhametgaleev\n",
"\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/cimm-kzn/CGRtools`\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/stsouko/CGRtools`\n",
"\n",
"NOTE: Tutorial should be performed sequentially from the start. Random cell running will lead to unexpected results. "
]
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/4_isomorphism.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"- (c) 2019, 2020 Dr. Ramil Nugmanov;\n",
"- (c) 2019 Dr. Timur Madzhidov; Ravil Mukhametgaleev\n",
"\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/cimm-kzn/CGRtools`\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/stsouko/CGRtools`\n",
"\n",
"NOTE: Tutorial should be performed sequentially from the start. Random cell running will lead to unexpected results. "
]
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/5_transformation_rules.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"- (c) 2019, 2020 Dr. Ramil Nugmanov;\n",
"- (c) 2019 Dr. Timur Madzhidov; Ravil Mukhametgaleev\n",
"\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/cimm-kzn/CGRtools`\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/stsouko/CGRtools`\n",
"\n",
"NOTE: Tutorial should be performed sequentially from the start. Random cell running will lead to unexpected results. "
]
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/6_reactor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"- (c) 2019, 2020 Dr. Ramil Nugmanov;\n",
"- (c) 2019 Dr. Timur Madzhidov; Ravil Mukhametgaleev\n",
"\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/cimm-kzn/CGRtools`\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/stsouko/CGRtools`\n",
"\n",
"NOTE: Tutorial should be performed sequentially from the start. Random cell running will lead to unexpected results. "
]
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/7_input_output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"- (c) 2019, 2020 Dr. Ramil Nugmanov;\n",
"- (c) 2019 Dr. Timur Madzhidov; Ravil Mukhametgaleev\n",
"\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/cimm-kzn/CGRtools`\n",
"Installation instructions of CGRtools package information and tutorial's files see on `https://github.com/stsouko/CGRtools`\n",
"\n",
"NOTE: Tutorial should be performed sequentially from the start. Random cell running will lead to unexpected results. "
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def finalize_options(self):
packages=['CGRtools', 'CGRtools.algorithms', 'CGRtools.algorithms.components', 'CGRtools.containers',
'CGRtools.files', 'CGRtools.files._mdl', 'CGRtools.periodictable', 'CGRtools.periodictable.element',
'CGRtools.utils', 'CGRtools.attributes'],
url='https://github.com/cimm-kzn/CGRtools',
url='https://github.com/stsouko/CGRtools',
license='LGPLv3',
author='Dr. Ramil Nugmanov',
author_email='nougmanoff@protonmail.com',
Expand Down

0 comments on commit 37ddb28

Please sign in to comment.