Skip to content

Commit 1092576

Browse files
committed
Add in-progress notice to the tutorial articles.
1 parent 3797027 commit 1092576

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

docs/tutorial/notice.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. note::
2+
This tutorial is still a work-in-progress.
3+
`The resources being used are tracked here <https://github.com/libtcod/python-tcod/discussions/130>`_.
4+
Feel free to discuss this tutorial on the `Github Discussions`_ forum.
5+
6+
.. _Github Discussions: https://github.com/libtcod/python-tcod/discussions

docs/tutorial/part-00.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Part 0 - Setting up a project
44
##############################################################################
55

6+
.. include:: notice.rst
7+
68
Starting tools
79
==============================================================================
810

docs/tutorial/part-01.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Part 1 - Moving a player around the screen
44
##############################################################################
55

6+
.. include:: notice.rst
7+
68
Initial script
79
==============================================================================
810

0 commit comments

Comments
 (0)