Skip to content

Commit

Permalink
Something
Browse files Browse the repository at this point in the history
  • Loading branch information
wavy-cat committed Nov 4, 2024
1 parent f836996 commit f396336
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/Writerside/c.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
<categories>
<category id="wrs" name="Writerside documentation" order="1"/>
<category id="mine" name="Minecraft.Wiki" order="2"/>
</categories>
2 changes: 0 additions & 2 deletions docs/Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<download-title>Get on PyPI</download-title>
<download-page>https://pypi.org/project/wavy-totem-lib</download-page>
<showDownloadButton>true</showDownloadButton>

<offline-docs>true</offline-docs>
</variables>
<build-profile instance="w">
<variables>
Expand Down
5 changes: 5 additions & 0 deletions docs/Writerside/topics/Concepts.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Concepts

* [](Skin.md)
* Builder - In progress
* Totem - In progress
* Style - In progress
8 changes: 4 additions & 4 deletions docs/Writerside/topics/Overview.topic
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

<!-- Add up to 2 topics that you want to promote. Use the "type" attribute to select an icon. -->
<spotlight>
<a href="getting-started.md" summary="Install and start working with the library"/>
<a href="Concepts.md" summary="Check out the concepts"/>
<a href="getting-started.md" type="start" summary="Install and start working with the library"/>
<a href="Concepts.md" type="learn" summary="Check out the concepts"/>
</spotlight>

<primary>
Expand All @@ -26,8 +26,8 @@

<secondary>
<title>Contributing</title>
<a href="https://github.com/wavy-cat/wavy-totem-lib/issues" summary="Found a bug? Report it!">Issue tracker</a>
<a href="https://github.com/wavy-cat/wavy-totem-lib" summary="Learn the code">Repository</a>
<a type="bug" href="https://github.com/wavy-cat/wavy-totem-lib/issues" summary="Found a bug? Report it!">Issue tracker</a>
<a type="open-source" href="https://github.com/wavy-cat/wavy-totem-lib" summary="Learn the code">Repository</a>
</secondary>
</section-starting-page>

Expand Down
8 changes: 5 additions & 3 deletions docs/Writerside/topics/Skin.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Obtaining the back of the left arm in a style method:
```
{ src="skin/methods.py" }

## Related Resources

- [Skin on Minecraft.Wiki](https://minecraft.wiki/w/Skin)
<seealso>
<category ref="mine">
<a href="https://minecraft.wiki/w/Skin">Skin page</a>
</category>
</seealso>
8 changes: 7 additions & 1 deletion docs/Writerside/topics/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<web-summary>
Installing and getting started with wavy-totem-lib.
</web-summary>

# Getting started

## About

The wavy-totem-lib is a Python library for creating custom totem of undying textures for the game Minecraft based on
custom player skins.

## Features
### Features

* Support for old (64x32) skins
* Zoning of the second layer and rounding of the head
Expand Down

0 comments on commit f396336

Please sign in to comment.