Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 21, 2023
1 parent 11bf51f commit 5e5aa9b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
contact_links:
- name: Ask questions
url: https://github.com/cholmes/open-buildings/discussions/categories/q-a
url: https://github.com/opengeos/open-buildings/discussions/categories/q-a
about: Please ask and answer questions here.
- name: Ideas
url: https://github.com/cholmes/open-buildings/discussions/categories/ideas
url: https://github.com/opengeos/open-buildings/discussions/categories/ideas
about: Please share your ideas here.
- name: Ask questions from the GIS community
url: https://gis.stackexchange.com
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# open-buildings


[![image](https://img.shields.io/pypi/v/open-buildings.svg)](https://pypi.python.org/pypi/open-buildings)
[![image](https://img.shields.io/conda/vn/conda-forge/open-buildings.svg)](https://anaconda.org/conda-forge/open-buildings)


**Tools for working with open building datasets**


- Free software: Apache Software License 2.0
- Documentation: https://cholmes.github.io/open-buildings

- Documentation: https://opengeos.github.io/open-buildings

## Features

Expand Down
6 changes: 3 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can contribute in many ways:

### Report Bugs

Report bugs at <https://github.com/cholmes/open-buildings/issues>.
Report bugs at <https://github.com/opengeos/open-buildings/issues>.

If you are reporting a bug, please include:

Expand All @@ -36,7 +36,7 @@ in docstrings, or even on the web in blog posts, articles, and such.
### Submit Feedback

The best way to send feedback is to file an issue at
<https://github.com/cholmes/open-buildings/issues>.
<https://github.com/opengeos/open-buildings/issues>.

If you are proposing a feature:

Expand Down Expand Up @@ -104,5 +104,5 @@ Before you submit a pull request, check that it meets these guidelines:
Put your new functionality into a function with a docstring, and add
the feature to the list in README.rst.
3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8, and
for PyPy. Check <https://github.com/cholmes/open-buildings/pull_requests> and make sure that the tests pass for all
for PyPy. Check <https://github.com/opengeos/open-buildings/pull_requests> and make sure that the tests pass for all
supported Python versions.
6 changes: 1 addition & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Welcome to open_buildings


[![image](https://img.shields.io/pypi/v/open_buildings.svg)](https://pypi.python.org/pypi/open_buildings)


**Tools for working with open building datasets**


- Free software: Apache Software License 2.0
- Documentation: <https://cholmes.github.io/open_buildings>

- Documentation: <https://opengeos.github.io/open_buildings>

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ If you don't have [pip](https://pip.pypa.io) installed, this [Python installatio
To install open-buildings from sources, run this command in your terminal:

```
pip install git+https://github.com/cholmes/open-buildings
pip install git+https://github.com/opengeos/open-buildings
```
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: open-buildings
site_description: Tools for working with open building datasets
site_author: cholmes
site_url: https://cholmes.github.io/open-buildings
repo_url: https://github.com/cholmes/open-buildings
site_url: https://opengeos.github.io/open-buildings
repo_url: https://github.com/opengeos/open-buildings

copyright: "Copyright &copy; 2023 - 2023 Chris Holmes"

Expand Down Expand Up @@ -51,7 +51,7 @@ plugins:
allow_errors: false
ignore: ["conf.py"]
execute_ignore: ["*ignore.ipynb"]

markdown_extensions:
- admonition
- abbr
Expand Down Expand Up @@ -80,7 +80,7 @@ nav:
- Changelog: changelog.md
- Report Issues: https://github.com/cholmes/open-buildings/issues
- Examples:
- examples/intro.ipynb
- examples/intro.ipynb
- API Reference:
- open_buildings module: open_buildings.md
- common module: common.md
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
click
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/cholmes/open-buildings',
url='https://github.com/opengeos/open-buildings',
version='0.0.1',
zip_safe=False,
)

0 comments on commit 5e5aa9b

Please sign in to comment.