Skip to content

Commit

Permalink
Use fully qualified paths to address some itmes not showing in the TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
rdswift committed Jan 27, 2024
1 parent 4d3ca90 commit 5a56a11
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 86 deletions.
70 changes: 27 additions & 43 deletions config/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ with :menuselection:`"MusicBrainz Picard --> Preferences..."`. This will open a
format on the left hand side, and the individual settings on the right hand side. This is where the majority of Picard's
customization is performed.

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

.. toctree::

options_general
options_profiles
options_metadata
options_tags
options_cover
options_filerenaming
options_fingerprinting
options_cdlookup
options_plugins
options_interface
options_scripting
options_advanced
/config/options_general
/config/options_profiles
/config/options_metadata
/config/options_tags
/config/options_cover
/config/options_filerenaming
/config/options_fingerprinting
/config/options_cdlookup
/config/options_plugins
/config/options_interface
/config/options_scripting
/config/options_advanced


.. only:: html and not epub

.. seealso::

:doc:`options_general` /
:doc:`options_profiles` /
:doc:`options_metadata` /
:doc:`options_tags` /
:doc:`options_cover` /
:doc:`options_filerenaming` /
:doc:`options_fingerprinting` /
:doc:`options_cdlookup` /
:doc:`options_plugins` /
:doc:`options_interface` /
:doc:`options_scripting` /
:doc:`options_advanced`

.. toctree::
:hidden:

options_general
options_profiles
options_metadata
options_tags
options_cover
options_filerenaming
options_fingerprinting
options_cdlookup
options_plugins
options_interface
options_scripting
options_advanced

.. only:: epub
:doc:`/config/options_general` /
:doc:`/config/options_profiles` /
:doc:`/config/options_metadata` /
:doc:`/config/options_tags` /
:doc:`/config/options_cover` /
:doc:`/config/options_filerenaming` /
:doc:`/config/options_fingerprinting` /
:doc:`/config/options_cdlookup` /
:doc:`/config/options_plugins` /
:doc:`/config/options_interface` /
:doc:`/config/options_scripting` /
:doc:`/config/options_advanced`

.. only:: not latex

.. toctree::
:hidden:
Expand Down
88 changes: 45 additions & 43 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,60 +25,62 @@ plugins and tutorials are provided when available rather than trying to reproduc
:caption: About Picard
:hidden:

about_picard/introduction
about_picard/contributing
about_picard/acknowledgements
about_picard/glossary
/about_picard/introduction
/about_picard/contributing
/about_picard/acknowledgements
/about_picard/glossary


.. toctree::
:caption: Getting Started
:titlesonly:
:hidden:

getting_started/download
getting_started/starting
getting_started/screen_main
getting_started/status_icons
config/configuration
variables/variables
extending/scripting
functions/list_by_type
/getting_started/download
/getting_started/starting
/getting_started/screen_main
/getting_started/status_icons
/config/configuration
/variables/variables
/extending/scripting
/functions/list_by_type

.. toctree::
:caption: Using Picard
:hidden:

General Usage <usage/using>
usage/other
usage/option_profiles
usage/command_processing
extending/extending
faq/faq
General Usage </usage/using>
/usage/other
/usage/option_profiles
/usage/command_processing
/extending/extending
/faq/faq


.. toctree::
:caption: Workflow Recommendations
:hidden:

General Recommendations <workflows/workflows>
workflows/workflow_cd
workflows/workflow_extractor_log
workflows/workflow_album
workflows/workflow_metadata
workflows/workflow_no_info
General Recommendations </workflows/workflows>
/workflows/workflow_cd
/workflows/workflow_extractor_log
/workflows/workflow_album
/workflows/workflow_metadata
/workflows/workflow_no_info


.. toctree::
:caption: Troubleshooting
:hidden:

troubleshooting/troubleshooting
troubleshooting/does_not_start
troubleshooting/no_coverart
troubleshooting/missing_tags
troubleshooting/not_saving
troubleshooting/stopped_working
troubleshooting/macos_startup_error
/troubleshooting/troubleshooting
/troubleshooting/does_not_start
/troubleshooting/no_coverart
/troubleshooting/missing_tags
/troubleshooting/not_saving
/troubleshooting/stopped_working
/troubleshooting/macos_startup_error
/troubleshooting/not_recognizing_external_drive


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

tutorials/naming_script
tutorials/acoustid
tutorials/multiple_release_countries
tutorials/write_plugin
tutorials/android_app
/tutorials/naming_script
/tutorials/acoustid
/tutorials/multiple_release_countries
/tutorials/write_plugin
/tutorials/android_app


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

tutorials/v_introduction
tutorials/v_attach_disc_id
tutorials/v_submit_acoustid
/tutorials/v_introduction
/tutorials/v_attach_disc_id
/tutorials/v_submit_acoustid


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

appendices/plugins_api
appendices/tag_mapping
appendices/command_line
appendices/keyboard_shortcuts
/appendices/plugins_api
/appendices/tag_mapping
/appendices/command_line
/appendices/keyboard_shortcuts
/functions/list_by_name

.. examples/examples
Expand Down

0 comments on commit 5a56a11

Please sign in to comment.