Skip to content

Commit 4e6cd82

Browse files
authored
Update towncrier config, topics directory. (#2358)
1 parent f71ceec commit 4e6cd82

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

changes/2358.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Towncrier release notes updated to About, and Topic guides now in "topics" directory.

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Get started with a hands-on introduction for beginners.
2828

2929
Guides and recipes for common problems and tasks, including how to contribute.
3030

31-
:ref:`Topic guides <topic>`
32-
---------------------------
31+
:ref:`Topic guides <topics>`
32+
----------------------------
3333

3434
Deeper explorations of concepts and issues related to Briefcase usage.
3535

@@ -64,6 +64,6 @@ Briefcase is part of the `BeeWare suite`_. You can talk to the community through
6464

6565
tutorial/index
6666
how-to/index
67-
topic/index
67+
topics/index
6868
reference/index
6969
about/index
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _topic:
1+
.. _topics:
22

33
============
44
Topic guides

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ ignore = [
280280
directory = "changes"
281281
package = "briefcase"
282282
package_dir = "src"
283-
filename = "docs/background/releases.rst"
283+
filename = "docs/about/releases.rst"
284284
title_format = "{version} ({project_date})"
285285
issue_format = "`#{issue} <https://github.com/beeware/briefcase/issues/{issue}>`__"
286286
template = "changes/template.rst"

0 commit comments

Comments
 (0)