Skip to content

Commit 76b447a

Browse files
authored
Merge pull request #90 from RosettaCommons/docs_fixes
Docs: Fixing outdated functions in the tutorial
2 parents beedcb3 + 321c98a commit 76b447a

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

docs/tutorial/tools.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/tutorial/utils.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Example Usage
77
-------------
88
.. code-block:: python
99
10-
from atomworks.io.utils.visualize import plot_structure
11-
plot_structure(atom_array)
10+
from atomworks.io.utils.visualize import view
11+
view(atom_array)

0 commit comments

Comments
 (0)