-
Notifications
You must be signed in to change notification settings - Fork 646
Add initial README.md for tests/ requirement files #2577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
x1101
wants to merge
12
commits into
ansible:devel
Choose a base branch
from
x1101:f_312
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
b462f9f
Add initial README.md for tests/ requirement files
x1101 3950628
Update tests/README.md
x1101 897e0ea
Move "txt" files to colum for "in" files, update description on "cons…
x1101 31c2d57
Update tests/README.md
x1101 da81e51
Update tests/README.md
x1101 98dec55
Change Requirements to Dependencies per @webknjaz
x1101 4c2c149
Merge branch 'ansible:devel' into f_312
x1101 9c14c9e
Applying Changes per @oraNod
x1101 c3f974e
Merge branch 'f_312' of github.com:x1101/ansible-documentation into f…
x1101 b13f08e
Update tests/README.md
x1101 abcc43f
Apply suggestions from code review
x1101 de14fc0
Applying more suggested chagnes
x1101 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,15 @@ | ||
# Descriptions of requirements files | ||
|
||
The following table explains the purpose of the `.in` and `.txt` files in the `tests/` directory of this repository: | ||
|
||
| File | Purpose | Pip Constraints file (when relevant) | | ||
| ---- | ------- | ------------------------------------ | | ||
|constraints.in | Pins/version bounds for sphinx and antsibull-docs for known issues | -- | | ||
|formatters.in | List of Formatters required | formatters.txt | | ||
|pr_labeler.in | Dependencies for the labeler workflow | pr_labeler.txt | | ||
|requirements.in | Dependencies for the Sphinx docs builds | requirements.txt | | ||
|pip-compile.in | Dependencies for the `pip-compile` nox session | pip-compile.txt | | ||
|spelling.in | Dependencies for the `spelling` nox session | spelling.txt | | ||
|static.in | Dependencies for the `static` nox session | static.txt | | ||
|tag.in | Dependencies for the `tag` nox session | tag.txt | | ||
|typing.in | Dependencies for the `typing` nox session | typing.txt | |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.