Skip to content

Commit

Permalink
Minor doc update, bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
  • Loading branch information
gastmaier committed Oct 1, 2024
1 parent 8d4347f commit 39901e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adi_doctools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .lut import get_lut
from .role.interref import interref_repos_apply

__version__ = "0.3.45"
__version__ = "0.3.46"

logger = logging.getLogger(__name__)

Expand Down
6 changes: 5 additions & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ All options can be listed with:
How can I rebuild the whole documentation within Author Mode?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Run ``make clean`` in another tab and then touch any file.
Run ``make clean`` in another tab and then touch any file, for example:

::

make clean ; touch conf.rst

Do **not** do ``make clean html`` since it will generate a build without the
proper Author Mode environment and live reload won't work properly.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ That means, each line is prefixed by character to:

Anything that does not match the previous characters will default to output print,
but please be careful, since you may accidentally mark a working directory or
command, if not denting the output by one space.
command, if not identing the output by one space.

The bash type defaults to ``bash``, user to ``user``, group to ``analog``
and the working directory as "doesn't matter" (hidden), so, for
Expand Down

0 comments on commit 39901e9

Please sign in to comment.