Skip to content

Commit

Permalink
Update names, url, and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Aug 24, 2022
1 parent 2dd45a4 commit d5a950d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sphinx extension for including or writing pages in Markdown format.
[![version](https://img.shields.io/pypi/v/sphinx-mdinclude.svg)](https://pypi.python.org/pypi/sphinx-mdinclude)
[![documentation](https://img.shields.io/badge/docs-latest-success)](https://sphinx-mdinclude.readthedocs.io)
[![changelog](https://img.shields.io/badge/change-log-blue)](https://sphinx-mdinclude.readthedocs.io)
[![license](https://img.shields.io/pypi/l/sphinx-mdinclude.svg)](https://github.com/jreese/sphinx-mdinclude/blob/main/LICENSE)
[![license](https://img.shields.io/pypi/l/sphinx-mdinclude.svg)](https://github.com/amyreese/sphinx-mdinclude/blob/main/LICENSE)


sphinx-mdinclude is a simple Sphinx extension that enables including Markdown documents
Expand Down Expand Up @@ -70,11 +70,11 @@ directive. This applies the conversion from Markdown to reStructuredText format.

## License

`sphinx-mdinclude` is copyright Hiroyuki Takagi, CrossNox, and [John Reese][],
`sphinx-mdinclude` is copyright Hiroyuki Takagi, CrossNox, and [Amethyst Reese][],
and licensed under the MIT license. I am providing code in this repository to you
under an open source license. This is my personal repository; the license you receive
to my code is from me and not from my employer. See the [LICENSE][] file for details.

[John Reese]: https://jreese.sh
[LICENSE]: https://github.com/jreese/sphinx-mdinclude/blob/main/LICENSE
[Amethyst Reese]: https://noswap.com
[LICENSE]: https://github.com/amyreese/sphinx-mdinclude/blob/main/LICENSE

8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import datetime

project = "sphinx-mdinclude"
copyright = f"{datetime.date.today().year}, Hiroyuki Takagi, CrossNox, John Reese"
author = "John Reese"
copyright = f"{datetime.date.today().year}, Hiroyuki Takagi, CrossNox, Amethyst Reese"
author = "Amethyst Reese"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -58,12 +58,12 @@
"fixed_sidebar": True,
"badge_branch": "main",
"github_button": False,
"github_user": "jreese",
"github_user": "amyreese",
"github_repo": "sphinx-mdinclude",
"show_powered_by": False,
"sidebar_collapse": False,
"extra_nav_links": {
"Report Issues": "https://github.com/jreese/sphinx-mdinclude/issues",
"Report Issues": "https://github.com/amyreese/sphinx-mdinclude/issues",
},
}

Expand Down
2 changes: 1 addition & 1 deletion docs/example.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Example

This page is written in mixed markdown and reST.
Source code is [here](https://github.com/jreese/sphinx-mdinclude/raw/main/docs/example.md).
Source code is [here](https://github.com/amyreese/sphinx-mdinclude/raw/main/docs/example.md).

## Basic Markups (inline)

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name = "sphinx_mdinclude"
authors = [
{name = "Hiroyuki Takagi", email = "miyako.dev@gmail.com"},
{name = "CrossNox", email = "ijmermet+m2r2@gmail.com"},
{name = "John Reese", email = "john@noswap.com"},
{name = "Amethyst Reese", email = "amy@noswap.com"},
]
maintainers = [
{name = "John Reese", email = "john@noswap.com"},
{name = "Amethyst Reese", email = "amy@noswap.com"},
]
readme = "README.md"
requires-python = ">=3.6"
Expand All @@ -35,7 +35,7 @@ keywords = ["Markdown", "reStructuredText", "sphinx-extension"]
dynamic = ["version", "description"]

[project.urls]
Github = "https://github.com/jreese/sphinx-mdinclude"
Github = "https://github.com/amyreese/sphinx-mdinclude"


[tool.attribution]
Expand Down
2 changes: 1 addition & 1 deletion sphinx_mdinclude/tests/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 John Reese
# Copyright 2022 Amethyst Reese
# Licensed under the MIT License

import unittest
Expand Down

0 comments on commit d5a950d

Please sign in to comment.