Commit d0e282d7 authored by Mayank Mittal's avatar Mayank Mittal

adds code copy button in docs

parent 8398ed57
...@@ -42,6 +42,7 @@ extensions = [ ...@@ -42,6 +42,7 @@ extensions = [
"sphinxcontrib.bibtex", "sphinxcontrib.bibtex",
"myst_parser", "myst_parser",
"autodocsumm", "autodocsumm",
"sphinx_copybutton",
] ]
# mathjax hacks # mathjax hacks
......
...@@ -5,7 +5,8 @@ sphinx-book-theme==0.3.3 ...@@ -5,7 +5,8 @@ sphinx-book-theme==0.3.3
myst-parser==0.18.1 myst-parser==0.18.1
sphinxcontrib-bibtex==2.5.0 sphinxcontrib-bibtex==2.5.0
autodocsumm==0.2.9 autodocsumm==0.2.9
sphinx-copybutton
# basic python # basic python
numpy==1.24.1 numpy
matplotlib==3.6.2 matplotlib
...@@ -18,7 +18,7 @@ and useful for everyone. These may happen in forms of: ...@@ -18,7 +18,7 @@ and useful for everyone. These may happen in forms of:
We prefer GitHub `discussions <https://github.com/NVIDIA-Omniverse/Orbit/discussions>`_ for discussing ideas, We prefer GitHub `discussions <https://github.com/NVIDIA-Omniverse/Orbit/discussions>`_ for discussing ideas,
asking questions, conversations and requests for new features. asking questions, conversations and requests for new features.
Please use the Please use the
`issue tracker <https://github.com/NVIDIA-Omniverse/orbit/issues>`_ only to track executable pieces of work `issue tracker <https://github.com/NVIDIA-Omniverse/orbit/issues>`_ only to track executable pieces of work
with a definite scope and a clear deliverable. These can be fixing bugs, new features, or general updates. with a definite scope and a clear deliverable. These can be fixing bugs, new features, or general updates.
......
...@@ -112,7 +112,7 @@ Organizing the workspace ...@@ -112,7 +112,7 @@ Organizing the workspace
- Clone the ``orbit`` repository into your workspace: - Clone the ``orbit`` repository into your workspace:
.. code:: bash .. code:: bash
# Option 1: With SSH # Option 1: With SSH
git clone git@github.com:NVIDIA-Omniverse/orbit.git git clone git@github.com:NVIDIA-Omniverse/orbit.git
# Option 2: With HTTPS # Option 2: With HTTPS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment