Skip to content

docs: move and expand troubleshooting section#4448

Open
germa89 wants to merge 9 commits intomainfrom
docs/reorg_faq
Open

docs: move and expand troubleshooting section#4448
germa89 wants to merge 9 commits intomainfrom
docs/reorg_faq

Conversation

@germa89
Copy link
Collaborator

@germa89 germa89 commented Mar 2, 2026

Description

This PR reorganizes the documentation structure to place the troubleshooting section closer to the FAQ, as requested in #4438.

Changes

  • Moved roubleshoot.rst from doc/source/user_guide/ to doc/source/getting_started/
  • Updated doc/source/getting_started/index.rst to include troubleshoot in the Resources section (right after FAQ)
  • Updated doc/source/user_guide/index.rst to remove the troubleshoot reference
  • Updated doc/source/links.rst to reflect the new path

Benefits

  • Users can now easily find both FAQ and troubleshooting sections in the same area of the documentation
  • Improves documentation navigation and user experience
  • All internal references (
    ef_troubleshooting) continue to work correctly

Fixes #4438

- Moved troubleshoot.rst from user_guide to getting_started
- Updated getting_started/index.rst to include troubleshoot in Resources section
- Updated user_guide/index.rst to remove troubleshoot reference
- Updated links.rst to reflect new path

Fixes #4438

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 2, 2026 12:23
@germa89 germa89 requested a review from a team as a code owner March 2, 2026 12:23
@github-actions github-actions bot added the documentation Documentation related (improving, adding, etc) label Mar 2, 2026
Copy link
Contributor

Copilot AI commented Mar 2, 2026

@germa89 I've opened a new pull request, #4449, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reorganizes the Sphinx documentation so the general PyMAPDL troubleshooting page lives under Getting started alongside the FAQ, improving discoverability as requested in #4438.

Changes:

  • Removed the troubleshooting page entry from user_guide/index.rst.
  • Added the troubleshooting page to the getting_started/index.rst Resources toctree (immediately after FAQ).
  • Updated links.rst to point the Ubuntu troubleshooting link to the new documentation path.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

File Description
doc/source/user_guide/index.rst Removes the troubleshoot page from the User guide toctree.
doc/source/getting_started/index.rst Adds troubleshoot into the Getting started “Resources” section next to faq.
doc/source/getting_started/troubleshoot.rst Adds the troubleshooting content at the new location while preserving the ref_troubleshooting anchor.
doc/source/links.rst Updates the pymapdl_run_ubuntu URL to the new getting_started/troubleshoot.html path.

@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.89%. Comparing base (38a0928) to head (94aca95).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4448      +/-   ##
==========================================
- Coverage   91.23%   89.89%   -1.35%     
==========================================
  Files         196      196              
  Lines       16209    16209              
==========================================
- Hits        14789    14571     -218     
- Misses       1420     1638     +218     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@germa89 germa89 requested review from PipKat March 2, 2026 16:35
@germa89
Copy link
Collaborator Author

germa89 commented Mar 2, 2026

Please @PipKat a quick review?

@germa89 germa89 changed the title docs: Move troubleshooting section closer to FAQ docs: move and expand troubleshooting section Mar 2, 2026
@germa89
Copy link
Collaborator Author

germa89 commented Mar 2, 2026

Close #4397

@germa89 germa89 linked an issue Mar 2, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation related (improving, adding, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reorg docs Improve debug instructions

4 participants