Skip to content

Commit

Permalink
RC7: Update Project URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cbueth committed Apr 22, 2024
1 parent 4d6af6a commit c7a4e45
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![superblockify logo](assets/superblockify_logo.png)

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://NERDSITU.github.io/superblockify/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://superblockify.city/)
[![PyPI Version](https://badge.fury.io/py/superblockify.svg)](https://pypi.org/project/superblockify/)
[![Python Version](https://img.shields.io/pypi/pyversions/superblockify)](https://pypi.org/project/superblockify/)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
Expand Down Expand Up @@ -36,7 +36,9 @@ to create the virtual environment `sb_env`:
conda create -n sb_env -c conda-forge python=3.12 osmnx=1.9.2
```

*Alternatively*, or if you run into issues, [clone this repository](https://github.com/NERDSITU/superblockify/archive/refs/heads/main.zip) and create the environment via
*Alternatively*, or if you run into
issues, [clone this repository](https://github.com/NERDSITU/superblockify/archive/refs/heads/main.zip)
and create the environment via
the [`environment.yml`](https://github.com/NERDSITU/superblockify/blob/main/environment.yml)
file:
:
Expand Down Expand Up @@ -74,7 +76,9 @@ We provide a minimum working example in two formats:
* [Python script (`00-mwe.py`)](https://github.com/NERDSITU/superblockify/blob/main/examples/00-mwe.py)

For a guided start after installation, see
the [usage section](https://superblockify.city/usage/) in the documentation. See the [`examples/`](https://github.com/NERDSITU/superblockify/blob/main/examples/) folder for more example scripts.
the [usage section](https://superblockify.city/usage/) in the documentation. See
the [`examples/`](https://github.com/NERDSITU/superblockify/blob/main/examples/) folder
for more example scripts.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
project = "superblockify"
copyright = "2023-2024, superblockify developers"
author = "superblockify developers"
release = "1.0.0rc6"
release = "1.0.0rc7"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ dependencies = [
]

[project.urls]
Documentation = "https://NERDSITU.github.io/superblockify"
Documentation = "https://superblockify.city/"
Repository = "https://github.com/NERDSITU/superblockify"
Changelog = "https://NERDSITU.github.io/superblockify/changelog/"
Changelog = "https://superblockify.city/changelog/"

[project.optional-dependencies]
lint = ["blackd", "isort", "pylint"]
Expand Down
2 changes: 1 addition & 1 deletion superblockify/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""superblockify package version."""

__version__ = "1.0.0rc6"
__version__ = "1.0.0rc7"

0 comments on commit c7a4e45

Please sign in to comment.