Skip to content

Commit 31d70f6

Browse files
committed
modified readme
1 parent 462ad44 commit 31d70f6

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

.venv/Lib/site-packages/_pytest/terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ def collapsed_location_report(reports: list[WarningReport]) -> str:
10461046
self._tw.line(message)
10471047
self._tw.line()
10481048
self._tw.line(
1049-
"-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html"
1049+
"-- docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html"
10501050
)
10511051

10521052
def summary_passes(self) -> None:

.venv/Lib/site-packages/django/contrib/admin/static/admin/css/responsive.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ input[type="submit"], button {
435435
margin-top: 10px;
436436
}
437437

438-
/* Docs */
438+
/* docs */
439439

440440
.module table.xfull {
441441
width: 100%;
@@ -958,7 +958,7 @@ input[type="submit"], button {
958958
width: auto;
959959
}
960960

961-
/* Docs */
961+
/* docs */
962962

963963
table.model tbody th, table.model tbody td {
964964
font-size: 0.8125rem;
File renamed without changes.
File renamed without changes.
File renamed without changes.

Docs/README.md renamed to docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ manual effort for backups is reduced and logical volumes also simplify the disk
133133

134134
## Implementation Guide
135135

136-
For the full implementation Guide see [Linux Environment Documentation PDF](./Docs/Linux Environment Documentation.pdf)
136+
For the full implementation Guide see [Linux Environment Documentation PDF](./docs/Linux Environment Documentation.pdf)
137137

File renamed without changes.

staticfiles/admin/css/responsive.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ input[type="submit"], button {
435435
margin-top: 10px;
436436
}
437437

438-
/* Docs */
438+
/* docs */
439439

440440
.module table.xfull {
441441
width: 100%;
@@ -958,7 +958,7 @@ input[type="submit"], button {
958958
width: auto;
959959
}
960960

961-
/* Docs */
961+
/* docs */
962962

963963
table.model tbody th, table.model tbody td {
964964
font-size: 0.8125rem;

0 commit comments

Comments
 (0)