Skip to content

Commit 5a56a11

Browse files
committed
Use fully qualified paths to address some itmes not showing in the TOC
1 parent 4d3ca90 commit 5a56a11

File tree

2 files changed

+72
-86
lines changed

2 files changed

+72
-86
lines changed

config/configuration.rst

Lines changed: 27 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ with :menuselection:`"MusicBrainz Picard --> Preferences..."`. This will open a
7171
format on the left hand side, and the individual settings on the right hand side. This is where the majority of Picard's
7272
customization is performed.
7373

74-
.. note::
74+
.. note::
7575
When running your code from the source in a macOS environment, you can access the option settings by navigating to the
7676
:menuselection:`"Python --> Preferences..."` option in the menu bar. This allows you to configure and customize various settings
7777
for your development environment.
@@ -94,54 +94,38 @@ during processing.
9494

9595
.. toctree::
9696

97-
options_general
98-
options_profiles
99-
options_metadata
100-
options_tags
101-
options_cover
102-
options_filerenaming
103-
options_fingerprinting
104-
options_cdlookup
105-
options_plugins
106-
options_interface
107-
options_scripting
108-
options_advanced
97+
/config/options_general
98+
/config/options_profiles
99+
/config/options_metadata
100+
/config/options_tags
101+
/config/options_cover
102+
/config/options_filerenaming
103+
/config/options_fingerprinting
104+
/config/options_cdlookup
105+
/config/options_plugins
106+
/config/options_interface
107+
/config/options_scripting
108+
/config/options_advanced
109109

110110

111111
.. only:: html and not epub
112112

113113
.. seealso::
114114

115-
:doc:`options_general` /
116-
:doc:`options_profiles` /
117-
:doc:`options_metadata` /
118-
:doc:`options_tags` /
119-
:doc:`options_cover` /
120-
:doc:`options_filerenaming` /
121-
:doc:`options_fingerprinting` /
122-
:doc:`options_cdlookup` /
123-
:doc:`options_plugins` /
124-
:doc:`options_interface` /
125-
:doc:`options_scripting` /
126-
:doc:`options_advanced`
127-
128-
.. toctree::
129-
:hidden:
130-
131-
options_general
132-
options_profiles
133-
options_metadata
134-
options_tags
135-
options_cover
136-
options_filerenaming
137-
options_fingerprinting
138-
options_cdlookup
139-
options_plugins
140-
options_interface
141-
options_scripting
142-
options_advanced
143-
144-
.. only:: epub
115+
:doc:`/config/options_general` /
116+
:doc:`/config/options_profiles` /
117+
:doc:`/config/options_metadata` /
118+
:doc:`/config/options_tags` /
119+
:doc:`/config/options_cover` /
120+
:doc:`/config/options_filerenaming` /
121+
:doc:`/config/options_fingerprinting` /
122+
:doc:`/config/options_cdlookup` /
123+
:doc:`/config/options_plugins` /
124+
:doc:`/config/options_interface` /
125+
:doc:`/config/options_scripting` /
126+
:doc:`/config/options_advanced`
127+
128+
.. only:: not latex
145129

146130
.. toctree::
147131
:hidden:

index.rst

Lines changed: 45 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -25,60 +25,62 @@ plugins and tutorials are provided when available rather than trying to reproduc
2525
:caption: About Picard
2626
:hidden:
2727

28-
about_picard/introduction
29-
about_picard/contributing
30-
about_picard/acknowledgements
31-
about_picard/glossary
28+
/about_picard/introduction
29+
/about_picard/contributing
30+
/about_picard/acknowledgements
31+
/about_picard/glossary
3232

3333

3434
.. toctree::
3535
:caption: Getting Started
36+
:titlesonly:
3637
:hidden:
3738

38-
getting_started/download
39-
getting_started/starting
40-
getting_started/screen_main
41-
getting_started/status_icons
42-
config/configuration
43-
variables/variables
44-
extending/scripting
45-
functions/list_by_type
39+
/getting_started/download
40+
/getting_started/starting
41+
/getting_started/screen_main
42+
/getting_started/status_icons
43+
/config/configuration
44+
/variables/variables
45+
/extending/scripting
46+
/functions/list_by_type
4647

4748
.. toctree::
4849
:caption: Using Picard
4950
:hidden:
5051

51-
General Usage <usage/using>
52-
usage/other
53-
usage/option_profiles
54-
usage/command_processing
55-
extending/extending
56-
faq/faq
52+
General Usage </usage/using>
53+
/usage/other
54+
/usage/option_profiles
55+
/usage/command_processing
56+
/extending/extending
57+
/faq/faq
5758

5859

5960
.. toctree::
6061
:caption: Workflow Recommendations
6162
:hidden:
6263

63-
General Recommendations <workflows/workflows>
64-
workflows/workflow_cd
65-
workflows/workflow_extractor_log
66-
workflows/workflow_album
67-
workflows/workflow_metadata
68-
workflows/workflow_no_info
64+
General Recommendations </workflows/workflows>
65+
/workflows/workflow_cd
66+
/workflows/workflow_extractor_log
67+
/workflows/workflow_album
68+
/workflows/workflow_metadata
69+
/workflows/workflow_no_info
6970

7071

7172
.. toctree::
7273
:caption: Troubleshooting
7374
:hidden:
7475

75-
troubleshooting/troubleshooting
76-
troubleshooting/does_not_start
77-
troubleshooting/no_coverart
78-
troubleshooting/missing_tags
79-
troubleshooting/not_saving
80-
troubleshooting/stopped_working
81-
troubleshooting/macos_startup_error
76+
/troubleshooting/troubleshooting
77+
/troubleshooting/does_not_start
78+
/troubleshooting/no_coverart
79+
/troubleshooting/missing_tags
80+
/troubleshooting/not_saving
81+
/troubleshooting/stopped_working
82+
/troubleshooting/macos_startup_error
83+
/troubleshooting/not_recognizing_external_drive
8284

8385

8486
.. toctree::
@@ -87,11 +89,11 @@ plugins and tutorials are provided when available rather than trying to reproduc
8789
:maxdepth: 0
8890
:titlesonly:
8991

90-
tutorials/naming_script
91-
tutorials/acoustid
92-
tutorials/multiple_release_countries
93-
tutorials/write_plugin
94-
tutorials/android_app
92+
/tutorials/naming_script
93+
/tutorials/acoustid
94+
/tutorials/multiple_release_countries
95+
/tutorials/write_plugin
96+
/tutorials/android_app
9597

9698

9799
.. toctree::
@@ -100,9 +102,9 @@ plugins and tutorials are provided when available rather than trying to reproduc
100102
:maxdepth: 0
101103
:titlesonly:
102104

103-
tutorials/v_introduction
104-
tutorials/v_attach_disc_id
105-
tutorials/v_submit_acoustid
105+
/tutorials/v_introduction
106+
/tutorials/v_attach_disc_id
107+
/tutorials/v_submit_acoustid
106108

107109

108110
.. toctree::
@@ -111,10 +113,10 @@ plugins and tutorials are provided when available rather than trying to reproduc
111113
:maxdepth: 0
112114
:titlesonly:
113115

114-
appendices/plugins_api
115-
appendices/tag_mapping
116-
appendices/command_line
117-
appendices/keyboard_shortcuts
116+
/appendices/plugins_api
117+
/appendices/tag_mapping
118+
/appendices/command_line
119+
/appendices/keyboard_shortcuts
118120
/functions/list_by_name
119121

120122
.. examples/examples

0 commit comments

Comments
 (0)