-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move use section from README to docs
- Loading branch information
Showing
3 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ User Guide | |
install | ||
cli | ||
configuration | ||
use | ||
example-c | ||
example-fortran | ||
glossary | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Using the *babelizer* | ||
===================== | ||
|
||
Given a completed *babelizer* :ref:`configuration file <configuration-file>`, | ||
generate a Python package for a library that implements a BMI, | ||
sending output to the current directory. | ||
|
||
.. code:: bash | ||
babelize init babel.toml | ||
Update an existing repository. | ||
|
||
.. code:: bash | ||
babelize update | ||
For in-depth examples of using the *babelizer* | ||
to wrap libraries exposing a BMI, | ||
see :ref:`example-c` and :ref:`example-fortran`. |