Skip to content

Commit 3fe6dfc

Browse files
author
Anselm Kruis
committed
Issue python#125: Include Stackless/changelog.txt in the documentation
The changelog is now included in the documentation. https://bitbucket.org/stackless-dev/stackless/issues/125 (grafted from 5df8e4bc45e7544e5af75547e11d29d0d8cca4c4)
1 parent 0b94354 commit 3fe6dfc

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

Doc/stackless-python.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ then you have installed |SLP| rather than |CPY|\ [#CPY]_.
1919

2020
__ http://www.stackless.com
2121

22-
Overview
23-
========
22+
Overview / API
23+
==============
2424

2525
Unless actual use is made of the enhanced functionality that Stackless adds
2626
to |CPY|, Stackless will behave exactly the same as |CPY| would and is used
@@ -31,6 +31,7 @@ through the :mod:`stackless` module.
3131
.. toctree::
3232
:maxdepth: 3
3333

34+
whatsnew/stackless.rst
3435
library/stackless/stackless.rst
3536
c-api/stackless.rst
3637

Doc/whatsnew/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release.
1111
.. toctree::
1212
:maxdepth: 2
1313

14+
stackless.rst
1415
3.3.rst
1516
3.2.rst
1617
3.1.rst

Doc/whatsnew/stackless.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _whatsnew-stackless:
2+
3+
********************************
4+
What's New in |SLP| |release|
5+
********************************
6+
7+
This is the change log of |SLP|. It lists all user visible changes to |SLP|.
8+
For other changes see :ref:`whatsnew-index`.
9+
10+
.. include:: ../../Stackless/changelog.txt
11+
:literal:
12+
:encoding: utf-8
13+

Stackless/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ What's New in Stackless 3.X.X?
99

1010
*Release date: 20XX-XX-XX*
1111

12+
- https://bitbucket.org/stackless-dev/stackless/issues/125
13+
This document (changelog.txt) is included in the documentation as
14+
"What’s New in Stackless-Python ..."
15+
1216
- https://bitbucket.org/stackless-dev/stackless/issues/123
1317
Fix a rare assertion violation during interpreter shutdown with active
1418
daemon threads.

0 commit comments

Comments
 (0)