Skip to content

Commit a681b6a

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

33 files changed

+4
-7
lines changed

Diff for: .gitignore

+2-5
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ coverage.xml
5353
*.mo
5454
*.pot
5555

56-
# Django stuff:
56+
# Django stuff
5757
*.log
5858

5959
# Sphinx documentation
@@ -62,13 +62,10 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# ipython Notebook
6666
.ipynb_checkpoints
6767

6868
# editors
6969
.idea
7070
.ropeproject
7171
*.swp
72-
73-
# docs
74-
doc/_build/

Diff for: .tmuxp.yaml

+1-1
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

Diff for: MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include README.rst LICENSE CHANGES pyproject.toml .tmuxp.yaml
22
include requirements/*.txt
3-
recursive-include doc *.rst
3+
recursive-include docs *.rst

Diff for: doc/Makefile renamed to docs/Makefile

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: doc/about.rst renamed to docs/about.rst

File renamed without changes.

Diff for: doc/api.rst renamed to docs/api.rst

File renamed without changes.

Diff for: doc/conf.py renamed to docs/conf.py

File renamed without changes.

Diff for: doc/developing.rst renamed to docs/developing.rst

File renamed without changes.

Diff for: doc/glossary.rst renamed to docs/glossary.rst

File renamed without changes.

Diff for: doc/history.rst renamed to docs/history.rst

File renamed without changes.

Diff for: doc/index.rst renamed to docs/index.rst

File renamed without changes.

Diff for: doc/manifest.json renamed to docs/manifest.json

File renamed without changes.

Diff for: doc/panes.rst renamed to docs/panes.rst

File renamed without changes.

Diff for: doc/properties.rst renamed to docs/properties.rst

File renamed without changes.

Diff for: doc/quickstart.rst renamed to docs/quickstart.rst

File renamed without changes.
File renamed without changes.

Diff for: doc/servers.rst renamed to docs/servers.rst

File renamed without changes.

Diff for: doc/sessions.rst renamed to docs/sessions.rst

File renamed without changes.

Diff for: doc/traversal.rst renamed to docs/traversal.rst

File renamed without changes.

Diff for: doc/windows.rst renamed to docs/windows.rst

File renamed without changes.

0 commit comments

Comments
 (0)