diff options
author | blackbird <devnull@localhost> | 2007-01-13 11:03:25 +0100 |
---|---|---|
committer | blackbird <devnull@localhost> | 2007-01-13 11:03:25 +0100 |
commit | dbf655bf5c98148bc60722bdb9107c80a431ae40 (patch) | |
tree | 16b3dcd66729716a9e4b3e8061051c662faa0a53 /docs/src | |
parent | e1cfcf8d31c8c814acb7c72b05289993718bf3f9 (diff) | |
download | pygments-dbf655bf5c98148bc60722bdb9107c80a431ae40.tar.gz |
[svn] added authors and changelog to documentation
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/authors.txt | 5 | ||||
-rw-r--r-- | docs/src/changelog.txt | 5 | ||||
-rw-r--r-- | docs/src/index.txt | 6 |
3 files changed, 16 insertions, 0 deletions
diff --git a/docs/src/authors.txt b/docs/src/authors.txt new file mode 100644 index 00000000..c8c532aa --- /dev/null +++ b/docs/src/authors.txt @@ -0,0 +1,5 @@ +======= +Authors +======= + +[authors] diff --git a/docs/src/changelog.txt b/docs/src/changelog.txt new file mode 100644 index 00000000..6caf0a32 --- /dev/null +++ b/docs/src/changelog.txt @@ -0,0 +1,5 @@ +========= +Changelog +========= + +[changelog] diff --git a/docs/src/index.txt b/docs/src/index.txt index 88bf8591..1b80240a 100644 --- a/docs/src/index.txt +++ b/docs/src/index.txt @@ -44,6 +44,12 @@ Welcome to the Pygments documentation. - `Using Pygments in ReST documents <rstdirective.txt>`_ +- About Pygments + + - `Changelog <changelog.txt>`_ + + - `Authors <authors.txt>`_ + -------------- |