diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..699e70d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "esbonio.sphinx.confDir": "" +} \ No newline at end of file diff --git a/README.rst b/README.rst index 68155e1..b75c658 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -*backtracks* -============ +backtracks +========== .. image:: https://img.shields.io/pypi/v/backtracks :target: https://pypi.python.org/pypi/backtracks @@ -13,7 +13,7 @@ .. image:: https://img.shields.io/github/license/wbalmer/backtracks :target: https://github.com/wbalmer/backtracks/blob/main/LICENSE -:stars: Python package to fit relative astrometry with background helical motion tracks, to discern directly imaged planets :ringed_planet: from contaminant sources. +Python package to fit relative astrometry with background helical motion tracks, to discern directly imaged planets :ringed_planet: from contaminant sources :stars: Written by Gilles Otten (@gotten), William Balmer (@wbalmer), and Tomas Stolker (@tomasstolker). @@ -40,7 +40,7 @@ Log-likelihood and some utility functions borrowed heavily from `orbitize!` (BSD Installation ============ -Currently requires and python 3.9 ish and `astropy`, `corner`, `dynesty`, `matplotlib`, `numpy`, `novas`, `novas_de405`, `orbitize` and their dependencies. Note that `novas` is not supported on Windows. You can create a working environment using conda+pip via a few lines of code: +Currently requires and python 3.9 ish and `astropy`, `corner`, `dynesty`, `matplotlib`, `numpy`, `novas`, `novas_de405`, and their dependencies. Note that `novas` is not supported on Windows. (but W.B. uses WSL to develop this code, and would recommend it!) You can create a working environment using conda+pip via a few lines of code: .. code-block:: console diff --git a/docs/installation.rst b/docs/installation.rst index 47da19b..cabbdbc 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -3,7 +3,7 @@ Installation ============ -Currently requires and python 3.9 ish and `astropy`, `corner`, `dynesty`, `matplotlib`, `numpy`, `novas`, `novas_de405`, `orbitize` and their dependencies. Note that `novas` is not supported on Windows. You can create a working environment using conda+pip via a few lines of code: +Currently requires and python 3.9 ish and `astropy`, `corner`, `dynesty`, `matplotlib`, `numpy`, `novas`, `novas_de405`, and their dependencies. Note that `novas` is not supported on Windows. You can create a working environment using conda+pip via a few lines of code: .. code-block:: console diff --git a/pyproject.toml b/pyproject.toml index ec7e5d3..70839f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,5 +23,5 @@ classifiers = [ dependencies = { file = ["requirements.txt"] } [project.urls] -Homepage = "https://github.com/wbalmer/backtrack" -Issues = "https://github.com/wbalmer/backtrack/issues" +Homepage = "https://github.com/wbalmer/backtracks" +Issues = "https://github.com/wbalmer/backtracks/issues" diff --git a/requirements.txt b/requirements.txt index 711b4c7..8153f2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ matplotlib numpy novas novas_de405 -orbitize pandas seaborn schwimmbad