Fix docs to account for license header.
This commit is contained in:
parent
ad746bd686
commit
912a87c868
2 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ It typically doesn't take much python coding to get from there to a
|
||||||
working package file:
|
working package file:
|
||||||
|
|
||||||
.. literalinclude:: ../spack/packages/libelf.py
|
.. literalinclude:: ../spack/packages/libelf.py
|
||||||
|
:lines: 25-
|
||||||
|
|
||||||
Spack also provides wrapper functions around common commands like
|
Spack also provides wrapper functions around common commands like
|
||||||
``configure``, ``make``, and ``cmake`` to make writing packages
|
``configure``, ``make``, and ``cmake`` to make writing packages
|
||||||
|
|
|
@ -42,6 +42,7 @@ It's probably easiest to learn about packages by looking at an
|
||||||
example. Let's take a look at ``libelf.py``:
|
example. Let's take a look at ``libelf.py``:
|
||||||
|
|
||||||
.. literalinclude:: ../spack/packages/libelf.py
|
.. literalinclude:: ../spack/packages/libelf.py
|
||||||
|
:lines: 25-
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
Directory Structure
|
Directory Structure
|
||||||
|
|
Loading…
Reference in a new issue