-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This mostly reverts commit 4c8deae. We now have enough documentation to warrant separate pages and the RTD theme works better with them. We keep the "Usage" and "Release Notes" sections so any anchors pointing here are not broken (though the same cannot be said of any links to subcommands). The copyright year is updated. Signed-off-by: Stephen Finucane <[email protected]>
- Loading branch information
1 parent
0c1ef48
commit e7b422e
Showing
5 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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,8 @@ | ||
Contents | ||
======== | ||
|
||
.. toctree:: | ||
|
||
index | ||
usage | ||
release-notes |
This file contains 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 |
---|---|---|
@@ -1,18 +1,23 @@ | ||
git-pw (Patchwork subcommand for Git) | ||
===================================== | ||
|
||
Overview | ||
-------- | ||
|
||
.. include:: ../README.rst | ||
:start-line: 19 | ||
:end-line: 33 | ||
|
||
.. include:: ../README.rst | ||
:start-line: 34 | ||
:end-line: -7 | ||
|
||
Usage | ||
----- | ||
|
||
.. click:: git_pw.shell:cli | ||
:prog: git-pw | ||
:show-nested: | ||
See :doc:`usage`. | ||
|
||
Release Notes | ||
------------- | ||
|
||
.. release-notes:: | ||
See :doc:`release-notes`. |
This file contains 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,4 @@ | ||
Release Notes | ||
============= | ||
|
||
.. release-notes:: |
This file contains 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,6 @@ | ||
Usage | ||
===== | ||
|
||
.. click:: git_pw.shell:cli | ||
:prog: git-pw | ||
:show-nested: |