-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
Restructure docs and host using ReadTheDocs
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
# template modelled after https://github.com/snakemake/snakemake | ||
--- | ||
|
||
**QuaC version** | ||
<!--Note the QuaC version for which you experience the bug.--> | ||
|
||
**Describe the bug** | ||
<!--A clear and concise description of what the bug is.--> | ||
|
||
**Logs** | ||
<!--If applicable, any terminal output to help explain your problem.--> | ||
|
||
**Minimal example** | ||
<!--Adding a minimal example for reproducing the bug would help.--> | ||
|
||
**Additional context** | ||
<!--Add any other context about the problem here.--> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Check Markdown links | ||
|
||
on: push | ||
|
||
jobs: | ||
markdown-link-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- uses: gaurav-nelson/github-action-markdown-link-check@v1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
|
||
mkdocs: | ||
configuration: mkdocs.yaml | ||
|
||
# Optionally declare the Python requirements required to build your docs | ||
python: | ||
install: | ||
- requirements: configs/mkdocs/requirements.txt |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: mkdocs | ||
|
||
channels: | ||
- conda-forge | ||
|
||
dependencies: | ||
- python=3.10 | ||
- mkdocs=1.4.2 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# pip-compile docs/requirements.in | ||
# | ||
click==8.1.3 | ||
# via mkdocs | ||
ghp-import==2.1.0 | ||
# via mkdocs | ||
griffe==0.22.0 | ||
# via mkdocstrings-python | ||
importlib-metadata==4.12.0 | ||
# via mkdocs | ||
jinja2==3.1.2 | ||
# via | ||
# mkdocs | ||
# mkdocstrings | ||
markdown==3.3.7 | ||
# via | ||
# markdown-include | ||
# mkdocs | ||
# mkdocs-autorefs | ||
# mkdocstrings | ||
# pymdown-extensions | ||
markdown-include==0.6.0 | ||
# via -r docs/requirements.in | ||
markupsafe==2.1.1 | ||
# via | ||
# jinja2 | ||
# mkdocstrings | ||
mergedeep==1.3.4 | ||
# via mkdocs | ||
mkdocs==1.3.0 | ||
# via | ||
# -r docs/requirements.in | ||
# mkdocs-autorefs | ||
# mkdocstrings | ||
mkdocs-autorefs==0.4.1 | ||
# via mkdocstrings | ||
mkdocstrings[python]==0.19.0 | ||
# via | ||
# -r docs/requirements.in | ||
# mkdocstrings-python | ||
mkdocstrings-python==0.7.1 | ||
# via mkdocstrings | ||
packaging==21.3 | ||
# via mkdocs | ||
pymdown-extensions==9.5 | ||
# via mkdocstrings | ||
pyparsing==3.0.9 | ||
# via packaging | ||
python-dateutil==2.8.2 | ||
# via ghp-import | ||
pyyaml==6.0 | ||
# via | ||
# mkdocs | ||
# pyyaml-env-tag | ||
pyyaml-env-tag==0.1 | ||
# via mkdocs | ||
six==1.16.0 | ||
# via python-dateutil | ||
watchdog==2.1.9 | ||
# via mkdocs | ||
zipp==3.8.0 | ||
# via importlib-metadata |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Contributing Guidelines | ||
|
||
:grin: :tada: Thank you for taking the time to contribute! :grin: :tada: | ||
|
||
The following is a set of guidelines for contributing to QuaC. | ||
|
||
- [Contributing Guidelines](#contributing-guidelines) | ||
- [Contributing](#contributing) | ||
- [Reporting Issues](#reporting-issues) | ||
- [Seeking Support](#seeking-support) | ||
|
||
--- | ||
|
||
## Contributing | ||
|
||
To get started on contributing to QuaC: | ||
|
||
- Follow [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) | ||
- Read these **Contributing Guidelines** to completion | ||
- Choose an existing feature/bug listed under [issues](https://github.com/uab-cgds-worthey/quac/issues). If the | ||
feature/bug is not listed under issues, create a new issue. | ||
- Fork and create a new branch for your work. | ||
- Submit a pull request with adequate documentation of functionality and changes made. Ensure the PR description clearly | ||
describes the problem and solution. Include the relevant issue number. | ||
|
||
## Reporting Issues | ||
|
||
If you encounter a bug while using the project, we want to hear about it! Here's how to report a bug: | ||
|
||
1. Check the [existing issues](https://github.com/uab-cgds-worthey/quac/issues) to see if the bug has already been | ||
reported. | ||
2. If the bug has not already been reported, create a new issue by clicking the "New Issue" button on the [issues | ||
page](https://github.com/uab-cgds-worthey/quac/issues) and click "Get started" for a "🐞 Bug Report". | ||
3. In the 🐞 Bug Report template, provide a clear and concise description of the bug, including any error messages | ||
that you encountered and steps to reproduce the bug in a specific environment. | ||
4. If possible, include any relevant details such as the version of the project you are using, your operating system, | ||
and any other relevant information that may help to reproduce and fix the bug. | ||
|
||
--- | ||
|
||
## Seeking Support | ||
|
||
For support in setting up and using QuaC, please contact us via [GitHub | ||
Issues](https://github.com/uab-cgds-worthey/quac/issues). |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{!README.md!} |