File tree Expand file tree Collapse file tree 5 files changed +16
-15
lines changed
Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ We welcome all contributions! See the [EBP Contributing Guide](https://executabl
4040
4141[ rtd-badge ] : https://readthedocs.org/projects/sphinxcontrib-prettyproof/badge/?version=latest
4242[ rtd-link ] : https://sphinxcontrib-prettyproof.readthedocs.io/en/latest/?badge=latest
43- [ github-ci ] : https://github.com/najuzilu /sphinxcontrib-prettyproof/workflows/continuous-integration/badge.svg?branch=master
44- [ github-link ] : https://github.com/najuzilu /sphinxcontrib-prettyproof
45- [ codecov-badge ] : https://codecov.io/gh/najuzilu /sphinxcontrib-prettyproof/branch/master/graph/badge.svg
46- [ codecov-link ] : https://codecov.io/gh/najuzilu /sphinxcontrib-prettyproof
43+ [ github-ci ] : https://github.com/executablebooks /sphinxcontrib-prettyproof/workflows/continuous-integration/badge.svg?branch=master
44+ [ github-link ] : https://github.com/executablebooks /sphinxcontrib-prettyproof
45+ [ codecov-badge ] : https://codecov.io/gh/executablebooks /sphinxcontrib-prettyproof/branch/master/graph/badge.svg
46+ [ codecov-link ] : https://codecov.io/gh/executablebooks /sphinxcontrib-prettyproof
Original file line number Diff line number Diff line change 3737
3838html_theme_options = {
3939 "path_to_docs" : "docs" ,
40- "repository_url" : "https://github.com/najuzilu /sphinxcontrib-prettyproof" ,
40+ "repository_url" : "https://github.com/executablebooks /sphinxcontrib-prettyproof" ,
4141 "use_edit_page_button" : True ,
4242 "use_issues_button" : True ,
4343 "use_repository_button" : True ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ you may then build using `make html` and the extension will be used by your `Sph
6767
6868[rtd-badge] : https://readthedocs.org/projects/sphinxcontrib-prettyproof/badge/?version=latest
6969[rtd-link] : https://sphinxcontrib-prettyproof.readthedocs.io/en/latest/?badge=latest
70- [github-ci] : https://github.com/najuzilu /sphinxcontrib-prettyproof/workflows/continuous-integration/badge.svg?branch=master
71- [github-link] : https://github.com/najuzilu /sphinxcontrib-prettyproof
72- [codecov-badge] : https://codecov.io/gh/najuzilu /sphinxcontrib-prettyproof/branch/master/graph/badge.svg
73- [codecov-link] : https://codecov.io/gh/najuzilu /sphinxcontrib-prettyproof
70+ [github-ci] : https://github.com/executablebooks /sphinxcontrib-prettyproof/workflows/continuous-integration/badge.svg?branch=master
71+ [github-link] : https://github.com/executablebooks /sphinxcontrib-prettyproof
72+ [codecov-badge] : https://codecov.io/gh/executablebooks /sphinxcontrib-prettyproof/branch/master/graph/badge.svg
73+ [codecov-link] : https://codecov.io/gh/executablebooks /sphinxcontrib-prettyproof
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You can also install directly from the repository to get the latest `development
1010You can clone the repository:
1111
1212``` bash
13- git clone https://github.com/najuzilu /sphinxcontrib-prettyproof
13+ git clone https://github.com/executablebooks /sphinxcontrib-prettyproof
1414```
1515
1616then run:
@@ -24,7 +24,7 @@ python setup.py install
2424To install ` sphinxcontrib-prettyproof ` for package development:
2525
2626``` bash
27- git clone https://github.com/najuzilu /sphinxcontrib-prettyproof
27+ git clone https://github.com/executablebooks /sphinxcontrib-prettyproof
2828cd sphinxcontrib-prettyproof
2929git checkout master
3030pip install -e .[all]
Original file line number Diff line number Diff line change 1515
1616SHORT_DESCRIPTION = "A Sphinx extension for producing proofs, theorems, axioms, etc."
1717
18- URL = f"https://github.com/najuzilu/sphinxcontrib-prettyproof/archive/{ VERSION } .tar.gz"
18+ BASE_URL = "https://github.com/executablebooks/sphinxcontrib-prettyproof"
19+ URL = f"{ BASE_URL } /archive/{ VERSION } .tar.gz"
1920
2021# Define all extras
2122extras = {
4445 python_requires = ">=3.6" ,
4546 author = "QuantEcon" ,
4647 author_email = "admin@quantecon.org" ,
47- url = "https://github.com/najuzilu/sphinxcontrib-prettyproof" ,
48+ url = BASE_URL ,
4849 download_url = URL ,
4950 project_urls = {
50- "Source" : "https://github.com/najuzilu/sphinxcontrib-prettyproof" ,
51- "Tracker" : "https://github.com/najuzilu/sphinxcontrib-prettyproof /issues" ,
51+ "Source" : BASE_URL ,
52+ "Tracker" : f" { BASE_URL } /issues" ,
5253 },
5354 description = SHORT_DESCRIPTION ,
5455 long_description = LONG_DESCRIPTION ,
You can’t perform that action at this time.
0 commit comments