Skip to content

Commit

Permalink
cleaned up old links in package docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Dec 17, 2020
1 parent b17a6a1 commit c6620df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
`GitHub repository <https://github.com/UC-Davis-molecular-computing/scadnano-python-package>`_.
This module is used to write Python scripts creating files readable
by `scadnano <https://web.cs.ucdavis.edu/~doty/scadnano/>`_, a web application useful for displaying
by `scadnano <https://scadnano.org/>`_, a web application useful for displaying
and manually editing synthetic DNA nanostructures.
The purpose of this module is to help automate some of the task of creating DNA designs,
as well as making large-scale changes to them that are easier to describe programmatically than
Expand All @@ -18,6 +18,12 @@
| DNA 2020: *Proceedings of the 26th International Conference on DNA Computing and Molecular Programming*
| [ `paper <https://doi.org/10.4230/LIPIcs.DNA.2020.9>`_ | `BibTeX <https://web.cs.ucdavis.edu/~doty/papers/scadnano.bib>`_ ]
This document describes the API for the scadnano Python package,
see the `repository <https://github.com/UC-Davis-molecular-computing/scadnano-python-package>`_
for additional documentation, such as installation instructions.
There is separate documentation for the
`scadnano web interface <https://github.com/UC-Davis-molecular-computing/scadnano>`_.
This library uses typing hints from the Python typing library.
(https://docs.python.org/3/library/typing.html)
Each function and method indicate intended types of the parameters.
Expand Down

0 comments on commit c6620df

Please sign in to comment.