Skip to content

Commit

Permalink
Include all menu entries in the menu/short TOC so that users can view
Browse files Browse the repository at this point in the history
menu options for all chapters without having to load a new chapter.
Change "Introcution" title to "Introduction and Contents"
  • Loading branch information
jfehrle authored and Zimmi48 committed Oct 10, 2018
1 parent 3a0a9c2 commit 7489829
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile.doc
Expand Up @@ -10,7 +10,7 @@

# Makefile for the Coq documentation

# Read INSTALL.doc to learn about the dependencies
# Read doc/README.md to learn about the dependencies

# The main entry point :

Expand Down
5 changes: 3 additions & 2 deletions doc/sphinx/conf.py
Expand Up @@ -193,8 +193,9 @@ def setup(app):
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}

html_theme_options = {
'collapse_navigation': False
}
html_context = {
'display_github': True,
'github_user': 'coq',
Expand Down
6 changes: 3 additions & 3 deletions doc/sphinx/index.html.rst
@@ -1,13 +1,13 @@
.. _introduction:

==========================
Introduction
Introduction and Contents
==========================

.. include:: introduction.rst

Table of contents
-----------------
Contents
--------

.. toctree::
:caption: Indexes
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/introduction.rst
Expand Up @@ -44,7 +44,7 @@ are processed from a file.
.. seealso:: :ref:`thecoqcommands`.

How to read this book
=====================
---------------------

This is a Reference Manual, so it is not intended for continuous reading.
We recommend using the various indexes to quickly locate the documentation
Expand Down Expand Up @@ -90,7 +90,7 @@ Nonetheless, the manual has some structure that is explained below.
solvers and tactics. See the table of contents for a complete list.

List of additional documentation
================================
--------------------------------

This manual does not contain all the documentation the user may need
about |Coq|. Various informations can be found in the following documents:
Expand Down

0 comments on commit 7489829

Please sign in to comment.