BjornFJohansson / pydna

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Other
166 stars 45 forks source link

closes #154 #155

Closed manulera closed 1 year ago

manulera commented 1 year ago

I have created a dependency group docs with poetry, that can be installed like this:

poetry install --with docs

This is how it looks in the pyproject.toml file:

[tool.poetry.group.docs.dependencies]
sphinx-autobuild = "^2021.3.14"
numpydoc = "^1.6.0"
sphinx-rtd-theme = "^1.3.0"

I added some instructions to the readme to run a local sphinx server with the changes. I am merging this into the issue_147 branch, so this should be merged before #150.

codecov[bot] commented 1 year ago

Codecov Report

Merging #155 (156f470) into develop (04dc7a0) will not change coverage. Report is 1 commits behind head on develop. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/155/graphs/tree.svg?width=650&height=150&src=pr&token=8gKFpo7HAl&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bj%C3%B6rn+Johansson)](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bj%C3%B6rn+Johansson) ```diff @@ Coverage Diff @@ ## develop #155 +/- ## ======================================== Coverage 92.89% 92.89% ======================================== Files 36 36 Lines 3630 3630 Branches 562 562 ======================================== Hits 3372 3372 Misses 222 222 Partials 36 36 ```