-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixing some warning for sphinx build of user's guide * Adding README to User's Guide * Exclude rst files from api
- Loading branch information
1 parent
2cd3a45
commit eaf993a
Showing
11 changed files
with
51 additions
and
20 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# User's Guide | ||
|
||
OMSimulator User's Guide using Sphinx (Python Documentation Generator). | ||
|
||
## Dependencies | ||
|
||
- OMSimulator | ||
- [Sphinx](http://sphinx-doc.org/) | ||
- Python3 | ||
|
||
## Build instructions | ||
|
||
```bash | ||
make html | ||
``` | ||
|
||
## Preview build | ||
|
||
```bash | ||
python3 -m http.server --directory build/html | ||
``` |
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
.. index:: OMSimulatorLib | ||
|
||
OMSimulatorLib | ||
================= | ||
============== | ||
|
||
This library is the core of OMSimulator and provides a C interface that can | ||
easily be utilized to handle co-simulation scenarios. | ||
|
||
.. index:: OMSimulatorLib; C-API | ||
|
||
C-API | ||
##### | ||
===== | ||
|
||
.. include:: OMSimulatorLib.inc |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ library. | |
.. index:: OMSimulatorLua; Examples | ||
|
||
Examples | ||
######## | ||
-------- | ||
|
||
.. code-block:: lua | ||
|
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
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
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