Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoformat and Documentation #15

Merged
merged 1 commit into from
Aug 3, 2022
Merged
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
4 changes: 4 additions & 0 deletions docs/constyle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ <h4 id="rgb-colours">RGB colours</h4>
</code></pre>
<h4 id="8-bit-colours">8-bit colours</h4>
<p>Some consoles support 8-bit colours. You can create a <code><a title="constyle.Style" href="#constyle.Style">Style</a></code> for an 8-bit colour by using the <code>EightBit</code> class, passing a single integer to it, or you can use the <code>EightBitRGB</code> class to create an 8-bit colour style as close to the RGB values as possible.</p>
<h2 id="the-command-line-interface">The command line interface</h2>
<p>This package also provides a very basic command line interface to print styled strings.</p>
<p>Use <code>constyle --help</code> to see how to use it.</p>
</section>
<section>
<h2 class="section-title" id="header-submodules">Sub-modules</h2>
Expand Down Expand Up @@ -596,6 +599,7 @@ <h1>Index</h1>
</li>
</ul>
</li>
<li><a href="#the-command-line-interface">The command line interface</a></li>
</ul>
</li>
</ul>
Expand Down