Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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