Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Feb 9, 2024
1 parent 323f5fd commit 34fae41
Show file tree
Hide file tree
Showing 42 changed files with 299 additions and 760 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 1.0.2-53-g7b916d4
_commit: 1.0.2-62-gc78ba43
_src_path: gh:DiamondLightSource/python-copier-template
author_email: tom.cobb@diamond.ac.uk
author_name: Tom Cobb
Expand Down
27 changes: 27 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Contribute to the project

Contributions and issues are most welcome! All issues and pull requests are
handled through [GitHub](https://github.com/DiamondLightSource/python-copier-template-example/issues). Also, please check for any existing issues before
filing a new one. If you have a great idea but it involves big changes, please
file a ticket before making a pull request! We want to make sure you don't spend
your time coding something that might not fit the scope of the project.

## Issue or Discussion?

Github also offers [discussions](https://github.com/DiamondLightSource/python-copier-template-example/discussions) as a place to ask questions and share ideas. If
your issue is open ended and it is not obvious when it can be "closed", please
raise it as a discussion instead.

## Code Coverage

While 100% code coverage does not make a library bug-free, it significantly
reduces the number of easily caught bugs! Please make sure coverage remains the
same or is improved by a pull request!

## Developer Information

It is recommended that developers use a [vscode devcontainer](https://code.visualstudio.com/docs/devcontainers/containers). This repository contains configuration to set up a containerized development environment that suits its own needs.

This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects.
The template's [Developer Guide](https://diamondlightsource.github.io/python-copier-template) contains detailed information on setting up a development environment, running the tests and what standards the code and documentation
should follow.
35 changes: 0 additions & 35 deletions .github/CONTRIBUTING.rst

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ __pycache__/
# Distribution / packaging
.Python
env/
.venv
build/
develop-eggs/
dist/
Expand Down
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[![CI](https://github.com/DiamondLightSource/python-copier-template-example/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/python-copier-template-example/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/DiamondLightSource/python-copier-template-example/branch/master/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/python-copier-template-example)
[![PyPI](https://img.shields.io/pypi/v/.svg)](https://pypi.org/project/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# python_copier_template_example

This is where you should write a short paragraph that describes what your module does,
how it does it, and why people should use it.

Source | <https://github.com/DiamondLightSource/python-copier-template-example>
:---: | :---:
PyPI | `pip install `
Documentation | <https://diamondlightsource.github.io/python-copier-template-example>
Releases | <https://github.com/DiamondLightSource/python-copier-template-example/releases>

This is where you should put some images or code snippets that illustrate
some relevant examples. If it is a library then you might put some
introductory code here:

```python
from python_copier_template_example import __version__

print(f"Hello python_copier_template_example {__version__}")
```

Or if it is a commandline tool then you might put some example commands here:

```
python -m python_copier_template_example --version
```

<!-- README only content. Anything below this line won't be included in index.md -->

See https://diamondlightsource.github.io/python-copier-template-example for more detailed documentation.
55 changes: 0 additions & 55 deletions README.rst

This file was deleted.

8 changes: 5 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,13 @@
"sphinx_copybutton",
# For the card element
"sphinx_design",
# So we can write markdown files
"myst_parser",
]

# So we can use the ::: syntax
myst_enable_extensions = ["colon_fence"]

# If true, Sphinx will warn about all references where the target cannot
# be found.
nitpicky = True
Expand Down Expand Up @@ -82,9 +87,6 @@
# role, that is, for text marked up `like this`
default_role = "any"

# The suffix of source filenames.
source_suffix = ".rst"

# The master toctree document.
master_doc = "index"

Expand Down
17 changes: 0 additions & 17 deletions docs/developer/explanations/decisions.rst

This file was deleted.

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions docs/developer/how-to/build-docs.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/developer/how-to/contribute.rst

This file was deleted.

39 changes: 0 additions & 39 deletions docs/developer/how-to/lint.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/developer/how-to/make-release.rst

This file was deleted.

Loading

0 comments on commit 34fae41

Please sign in to comment.