Skip to content

Commit e2865f9

Browse files
committed
refactor(docs): Move doc/ -> docs/
1 parent a32d8ae commit e2865f9

35 files changed

+4
-4
lines changed

β€Ž.tmuxp.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"options": {
2828
"main-pane-height": 35
2929
},
30-
"start_directory": "doc/",
30+
"start_directory": "docs/",
3131
"panes": [
3232
{
3333
"focus": true
@@ -38,4 +38,4 @@
3838
]
3939
}
4040
]
41-
}
41+
}

β€Ž.tmuxp.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ windows:
1717
layout: main-horizontal
1818
options:
1919
main-pane-height: 35
20-
start_directory: doc/
20+
start_directory: docs/
2121
panes:
2222
- focus: true
2323
- pane

β€ŽMANIFEST.inβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include README.rst LICENSE CHANGES pyproject.toml .tmuxp.yaml
22
include requirements/*.txt
3-
recursive-include doc *.rst
3+
recursive-include docs *.rst
44
recursive-include tests *.py *.yaml *.json *.sh
55
recursive-include examples *.yaml *.json
File renamed without changes.

0 commit comments

Comments
Β (0)