Skip to content

Commit

Permalink
Use grid in stanzas
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Mar 13, 2024
1 parent 722a252 commit 4ddf1ec
Showing 1 changed file with 59 additions and 33 deletions.
92 changes: 59 additions & 33 deletions doc/reference/files/dune/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,62 @@ The syntax of ``dune`` files is described in
The following pages describe the available stanzas and their meanings.

.. toctree::

alias
cinaps
copy_files
coq_theory
cram
data_only_dirs
deprecated_library_name
dirs
documentation
dynamic_include
env
executable
external_variant
foreign_library
generate_sites_module
ignored_subdirs
include
include_subdirs
install
jbuild_version
library
mdx
menhir
ocamllex
ocamlyacc
plugin
rule
subdir
test
toplevel
vendored_dirs
.. TODO check smaller
.. grid:: 3 3 3 3

.. grid-item::

.. toctree::
:caption: Components
:maxdepth: 1

executable
library
foreign_library
deprecated_library_name
generate_sites_module
test
cram
toplevel
documentation
install
plugin

.. grid-item::

.. toctree::
:caption: Project structure
:maxdepth: 1

rule
alias
copy_files
include
dynamic_include
env
dirs
data_only_dirs
ignored_subdirs
include_subdirs
vendored_dirs
subdir

.. grid-item::

.. toctree::
:caption: Integrations
:maxdepth: 1

cinaps
coq_theory
mdx
menhir
ocamllex
ocamlyacc

.. toctree::
:caption: Deprecated
:maxdepth: 1

external_variant
jbuild_version

0 comments on commit 4ddf1ec

Please sign in to comment.