forked from gak/pycallgraph
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: use root repo markdown file (#22)
* docs: use root repo markdown file * docs: fix generation using markdown
- Loading branch information
1 parent
ab1f0ac
commit 1dbde69
Showing
5 changed files
with
11 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
include Makefile | ||
include LICENSE | ||
include README.rst | ||
include requirements | ||
include test | ||
recursive-include docs * | ||
|
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
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 |
---|---|---|
|
@@ -149,6 +149,6 @@ pycallgraph was written by Gerald Kaszuba <[email protected]>. | |
This manual page was originally written by Jan Alonzo <[email protected]>, for the Debian GNU/Linux system. | ||
|
||
.SH COPYRIGHT | ||
2007-2013 Gerald Kaszuba, et al. | ||
2007-2024 Gerald Kaszuba, et al. | ||
.\" Generated by docutils manpage writer. | ||
. |
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 +1,2 @@ | ||
sphinx==7.2.6 | ||
myst-parser==2.0.0 |