Skip to content

Commit

Permalink
small edits, add copybutton extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Aug 14, 2023
1 parent 875cc67 commit 8117090
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def __getattr__(cls, name):
"sphinx.ext.mathjax",
"sphinxcontrib.autodoc_pydantic",
"sphinx_design",
"sphinx_copybutton",
]
bibtex_bibfiles = ["references.bib"]
bibtex_default_style = "unsrt"
Expand Down
4 changes: 2 additions & 2 deletions docs/dev_guide/dev_API/developer_API.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libEnsemble Internal Modules
============================
Internal Modules
================

This section documents the internal modules of libEnsemble.

Expand Down
4 changes: 2 additions & 2 deletions docs/dev_guide/release_management/release_index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release Management for libEnsemble
==================================
Release Management
==================

This section documents the steps to be followed for each libEnsemble release.

Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.. include:: welcome.rst

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: User Guide:

Quickstart<introduction>
Expand All @@ -17,7 +17,7 @@
advanced_installation

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Tutorials:

tutorials/local_sine_tutorial
Expand All @@ -27,7 +27,7 @@
tutorials/calib_cancel_tutorial

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Examples:

examples/gen_funcs
Expand All @@ -36,7 +36,7 @@
examples/calling_scripts

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Additional References:

FAQ
Expand All @@ -48,7 +48,7 @@
posters

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Developer Guide:

dev_guide/release_management/release_index
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ numpy
sphinx_rtd_theme
furo
ipykernel
sphinx-copybutton
2 changes: 1 addition & 1 deletion docs/running_libE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Running libEnsemble
===================

libEnsemble runs using a one-Manager/many-Worker paradigm. How these processes communicate
libEnsemble runs with one and many workers. How these processes communicate
is determined by the launch-method and ``comms`` option. The
three options are ``mpi``, ``local``, ``tcp``. The default is ``mpi``.

Expand Down

0 comments on commit 8117090

Please sign in to comment.