diff --git a/README.md b/README.md index aa17946f..a76fd31a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,5 @@ and use libnomp on [nomp-org website](https://nomp-org.github.io/libnomp/). While `libnomp` can be used as a standalone C library, it is intended to be used with the clang based compiler front-end [nompcc](https://github.com/nomp-org/llvm-project) to easily build HPC applications using a pragma based programming model without -having to directly use `libnomp` C API. - -`libnomp` and `nompcc` together form the `nomp` compiler framework. +having to directly use `libnomp` C API. `libnomp` and `nompcc` together form the +`nomp` compiler framework. diff --git a/docs/conf.py b/docs/conf.py index 21ee22c9..b1dbe55d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ author = "nomp-org" # -- General configuration --------------------------------------------------- -extensions = ["breathe"] +extensions = ["breathe", "sphinx_copybutton"] templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] diff --git a/docs/index.rst b/docs/index.rst index 47a4302b..892f1220 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,8 @@ Introduction ============ -nomp: A Framework For Creating Domain Specific Compilers For C --------------------------------------------------------------- +nomp: A Framework for Domain-Specific Compiler Creation +------------------------------------------------------- `nomp` (Originally a recursive acronym: "Nomp isn't OpenMP") is a framework for creating domain specific compilers and a runtime or C programming language diff --git a/requirements-dev.txt b/requirements-dev.txt index 1e812bfe..6d6abb3a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,5 @@ flake8==4.0.1 breathe==4.34.0 Sphinx==5.1.1 sphinx-rtd-theme==1.0.0 +sphinx-copybutton==0.5.2 pylint==2.15.5