Skip to content

Commit

Permalink
Documentation updates (#38)
Browse files Browse the repository at this point in the history
* Add more details to SonarCloud documentation

* Add copy-button to documentation of console cells

- To make it easier to copy-paste from the documentation
- Functionality provided by the sphinx-copybutton package
- Remove $-sign at start of console cells

* Fix documentation URLs
  • Loading branch information
arneso-ssb authored Dec 8, 2023
1 parent c2aa850 commit ec54e8e
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 109 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project = "SSB PyPI Template"
author = "Claudio Jolowicz and Statistics Norway"
copyright = f"{datetime.now().year}, {author}"
extensions = ["sphinx.ext.intersphinx", "myst_parser"]
extensions = ["sphinx.ext.intersphinx", "myst_parser", "sphinx_copybutton"]
intersphinx_mapping = {"mypy": ("https://mypy.readthedocs.io/en/stable/", None)}
language = "en"
html_theme = "furo"
Expand Down
Loading

0 comments on commit ec54e8e

Please sign in to comment.