Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Linking Modes" so that it's not a top-level section #5116

Merged
merged 3 commits into from
Nov 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ distclean: clean
doc:
sphinx-build doc doc/_build

# livedoc-deps: you may need to [pip3 install sphinx-autobuild] and [pip3 install sphinx-rtd-theme]
livedoc:
cd doc && sphinx-autobuild . _build \
-p 8888 -q --host $(shell hostname) -r '\.#.*'
--port 8888 -q --host $(shell hostname) --re-ignore '\.#.*'

update-jbuilds: $(BIN)
$(BIN) build @doc/runtest --auto-promote
Expand Down
2 changes: 1 addition & 1 deletion doc/dune-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ files for executables. See `executables_implicit_empty_intf`_.
available since the 3.0 version of the Dune language.

Linking Modes
=============
~~~~~~~~~~~~~

The ``modes`` field allows selecting which linking modes will be used
to link executables. Each mode is a pair ``(<compilation-mode>
Expand Down