Skip to content

Commit

Permalink
📙 DOCS: LaTeX terminal output examples formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
delameter committed Oct 17, 2023
1 parent 8c91654 commit fa31ab4
Show file tree
Hide file tree
Showing 68 changed files with 17,537 additions and 648 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ docs-all: depends demolish-docs docs docs-pdf docs-man

open-docs-html: ## Open HTML docs in browser
@$(call _ensure_x11) || return
@[ -d localhost ] && xdg-open ${LOCALHOST_URL}/docs/pages || xdg-open ${DOCS_IN_PATH}/_build/index.html
@[ -d localhost ] && xdg-open ${LOCALHOST_URL}/docs/pages || xdg-open ${DOCS_IN_PATH}/_build/pages/index.html

open-docs-pdf: ## Open PDF docs in reader
@$(call _ensure_x11) || return
Expand Down
Binary file added docs-build/2.106.3.pdf
Binary file not shown.
Loading

0 comments on commit fa31ab4

Please sign in to comment.