dendrograms / astrodendro

Generate a dendrogram from a dataset
https://dendrograms.readthedocs.io/
Other
37 stars 38 forks source link

Rename repository to ``astrodendro`` #43

Closed astrofrog closed 10 years ago

astrofrog commented 11 years ago

The repository name doesn't currently reflect the name of the package, which may be confusing - shall I rename the repository name to astrodendro? (since in the end, we included the analysis and visualization code in the same package?)

cc @ChrisBeaumont @low-sky

ChrisBeaumont commented 11 years ago

Fine with me -- just make sure dendrograms.org still works! In fact, I think we should set up a dummy redirect repository at dendro-core, in case someone follows an old link. It can just have a README pointing them to the new location

astrofrog commented 11 years ago

I think GitHub will automatically redirect: https://github.com/blog/1508-repository-redirects-are-here

astrofrog commented 11 years ago

Ah but you mean if they follow a manual link, not a git remote.

ChrisBeaumont commented 10 years ago

References to dendro-core:

beaumont@beaumont-3:~/dendro-core$ find . -name "*.py" | xargs grep dendro-core *.py
setup.py:setup(name='dendro-core',
./setup.py:setup(name='dendro-core',
beaumont@beaumont-3:~/dendro-core$ find . -name "*.rst" | xargs grep dendro-core *.py
setup.py:setup(name='dendro-core',
./docs/index.rst:<https://github.com/dendrograms/dendro-core/issues>`_.
./docs/installing.rst:    git clone https://github.com/dendrograms/dendro-core.git
./docs/installing.rst:    cd dendro-core
./docs/migration.rst:<https://github.com/dendrograms/dendro-core/issues>`_.
astrofrog commented 10 years ago

Done!