forked from capstone-coal/capstone-coal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
26 lines (14 loc) · 1002 Bytes
/
docs.html
File metadata and controls
26 lines (14 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
---
{% include header.html %}
<h1>Documentation</h1>
<p>This page will describe how to install, use, and contribute to COAL.</p>
<h2>Dependencies</h2>
<p>This section will document any dependencies required by COAL.</p>
<h2>Installation</h2>
<p>This section will describe how to install the Python COAL package <a class="external" href="https://pypi.python.org/pypi/pycoal"><code>pycoal</code></a> from the Python Package Index (PyPI).</p>
<h2>Usage</h2>
<p>This section will demonstrate basic usage of the Python COAL library and link to the detailed <a class="external" href="https://pycoal.readthedocs.io/en/latest/">API reference</a>.</p>
<h2>Development</h2>
<p>This section will discuss how to contribute to the project through our <a class="external" href="https://github.com/capstone-coal">GitHub Organization</a> and refer to the COAL <a class="external" href="https://github.com/capstone-coal/pycoal/wiki">wiki</a> for development documentation.</p>
{% include footer.html %}