-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fe874b
commit 7156801
Showing
38 changed files
with
182 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
~~~ {include} ../README.md | ||
~~~ | ||
|
||
~~~ {toctree} | ||
:maxdepth: 2 | ||
:hidden: | ||
reference | ||
~~~ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Reference | ||
========= | ||
# Reference | ||
|
||
|
||
sum_numbers | ||
----------- | ||
## sum_numbers | ||
|
||
~~~ {eval-rst} | ||
.. autofunction:: {{ package | replace('-', '_') }}.sum_numbers | ||
~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# my-package | ||
|
||
[![PyPI - Status](https://img.shields.io/pypi/status/my-package)](https://pypi.org/project/my-package/) | ||
[![PyPI](https://img.shields.io/pypi/v/my-package)](https://pypi.org/project/my-package/) | ||
[![GitHub](https://img.shields.io/github/license/johndoe/my-package)](https://github.com/johndoe/my-package/blob/main/LICENSE) | ||
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/my-package)](https://pypi.org/project/my-package/) | ||
|
||
Coming soon! | ||
|
||
|
||
## Links | ||
|
||
- [API Documentation](https://johndoe.github.io/my-package/) | ||
- [Source code](https://github.com/johndoe/my-package) | ||
|
||
|
||
## Development | ||
|
||
This package is developed using [python-build](https://github.com/craigahobbs/python-build#readme). | ||
It was started using [python-template](https://github.com/craigahobbs/python-template#readme) as follows: | ||
|
||
~~~ | ||
template-specialize python-template/template/ my-package/ -k package my-package -k name 'John Doe' -k email '[email protected]' -k github 'johndoe' | ||
~~~ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
~~~ {include} ../README.md | ||
~~~ | ||
|
||
~~~ {toctree} | ||
:maxdepth: 2 | ||
:hidden: | ||
reference | ||
~~~ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Reference | ||
|
||
|
||
## sum_numbers | ||
|
||
~~~ {eval-rst} | ||
.. autofunction:: my_package.sum_numbers | ||
~~~ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ author = John Doe | |
author_email = [email protected] | ||
license = MIT | ||
description = my-package | ||
long_description = file:README.rst | ||
long_description_content_type = text/x-rst | ||
long_description = file:README.md | ||
long_description_content_type = text/markdown | ||
keywords = my-package | ||
classifiers = | ||
Development Status :: 5 - Production/Stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# my-package | ||
|
||
[![PyPI - Status](https://img.shields.io/pypi/status/my-package)](https://pypi.org/project/my-package/) | ||
[![PyPI](https://img.shields.io/pypi/v/my-package)](https://pypi.org/project/my-package/) | ||
[![GitHub](https://img.shields.io/github/license/johndoe/my-package)](https://github.com/johndoe/my-package/blob/main/LICENSE) | ||
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/my-package)](https://pypi.org/project/my-package/) | ||
|
||
Coming soon! | ||
|
||
|
||
## Links | ||
|
||
- [API Documentation](https://johndoe.github.io/my-package/) | ||
- [Source code](https://github.com/johndoe/my-package) | ||
|
||
|
||
## Development | ||
|
||
This package is developed using [python-build](https://github.com/craigahobbs/python-build#readme). | ||
It was started using [python-template](https://github.com/craigahobbs/python-template#readme) as follows: | ||
|
||
~~~ | ||
template-specialize python-template/template/ my-package/ -k package my-package -k name 'John Doe' -k email '[email protected]' -k github 'johndoe' -k nomain 1 | ||
~~~ |
Oops, something went wrong.