mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
docs: In latex build, just concatenate the important docs
Instead of having a toctree after the "index", just append the important documents directly. Having one pdf file with different chapters and sections and such feels better.
This commit is contained in:
parent
feb3a15739
commit
36d9e7b6d6
1 changed files with 24 additions and 15 deletions
|
@ -165,19 +165,28 @@ If you have an improvement for fish, you can submit it via the GitHub page.
|
||||||
|
|
||||||
.. _other_pages:
|
.. _other_pages:
|
||||||
|
|
||||||
Other help pages
|
.. only:: not builder_latex
|
||||||
================
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
|
|
||||||
self
|
Other help pages
|
||||||
faq
|
================
|
||||||
interactive
|
.. toctree::
|
||||||
language
|
:maxdepth: 1
|
||||||
commands
|
|
||||||
fish_for_bash_users
|
self
|
||||||
tutorial
|
faq
|
||||||
completions
|
interactive
|
||||||
design
|
language
|
||||||
relnotes
|
commands
|
||||||
license
|
fish_for_bash_users
|
||||||
|
tutorial
|
||||||
|
completions
|
||||||
|
design
|
||||||
|
relnotes
|
||||||
|
license
|
||||||
|
|
||||||
|
.. only:: builder_latex
|
||||||
|
|
||||||
|
.. include:: tutorial.rst
|
||||||
|
.. include:: interactive.rst
|
||||||
|
.. include:: language.rst
|
||||||
|
.. include:: fish_for_bash_users.rst
|
||||||
|
|
Loading…
Reference in a new issue