Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/workflows/greetings.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ version: 1.0.0
doi: 10.5281/zenodo.1234
date-released: 2016-08-08
repository-code: "https://github.com/ritchie46/anaStruct"
url: "https://anastruct.readthedocs.io/"
url: "https://anastruct-docs.readthedocs.io/"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# anaStruct 2D Frames and Trusses
[![Python tests](https://github.com/ritchie46/anaStruct/actions/workflows/test.yaml/badge.svg)](https://github.com/ritchie46/anaStruct/actions/workflows/test.yaml)
[![Documentation Status](https://readthedocs.org/projects/anastruct/badge/?version=latest)](http://anastruct.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/anastruct-docs/badge/?version=latest)](http://anastructd-docs.readthedocs.io/en/latest/?badge=latest)
![PyPI - Version](https://img.shields.io/pypi/v/anastruct)
![PyPI - Downloads](https://img.shields.io/pypi/dm/anastruct)
![Latest Release](https://img.shields.io/github/release-date/ritchie46/anaStruct)
Expand All @@ -23,7 +23,7 @@ $ pip install anastruct

## Read the docs!

[Documentation](http://anastruct.readthedocs.io)
[Documentation](http://anastruct-docs.readthedocs.io)

## Questions

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
readme = "README.md"
homepage = "https://github.com/ritchie46/anaStruct"
repository = "https://github.com/ritchie46/anaStruct"
documentation = "http://anastruct.readthedocs.io"
documentation = "http://anastruct-docs.readthedocs.io"
packages = [{ include = "anastruct" }]
include = ["py.typed", "*.pyx"]

Expand Down
Loading