Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darenr committed Jan 10, 2025
1 parent cf2a412 commit d9af9ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,28 @@

myst_enable_extensions = [
"amsmath",
"attrs_inline",
"attrs_block",
"colon_fence",
"deflist",
"dollarmath",
"fieldlist",
"html_admonition",
"html_image",
# "linkify",
"replacements",
"smartquotes",
"strikethrough",
"substitution",
"tasklist",
]

# Copy button settings
copybutton_prompt_text = "$ " # for bash prompts
copybutton_prompt_is_regexp = False
copybutton_remove_prompts = True
copybutton_line_continuation_character = "\\"

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

Expand Down
6 changes: 5 additions & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ To use ``report_creator``, first install it using pip:
.. admonition:: Installation
:class: note

$ pip install report_creator -U
To install the package, run:

.. code-block:: bash
$ python -m pip install report_creator -U
Example Usage
-------------
Expand Down
2 changes: 1 addition & 1 deletion report_creator/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.37"
__version__ = "1.0.38"

0 comments on commit d9af9ff

Please sign in to comment.