diff --git a/README.md b/README.md index c8161807..635f30ec 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ New Serf _commands_, Constellation _stars_, Herald _events_ and Alchemy _tables_ Each pack can access only its individual section in the configuration file, preventing key conflicts (as long as the packs themselves don't share the same name). +#### Template + +New packs can be created starting from [this GitHub template](https://github.com/Steffo99/royalnet-pack-template). + ## Installing Royalnet To install `royalnet`, run: diff --git a/docs_source/_static/RoyalnetOpenGraph.svg b/docs_source/_static/RoyalnetOpenGraph.svg new file mode 100644 index 00000000..1d486a18 --- /dev/null +++ b/docs_source/_static/RoyalnetOpenGraph.svg @@ -0,0 +1,290 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + Royalnet + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs_source/_static/RoyalnetTemplateOpenGraph.svg b/docs_source/_static/RoyalnetTemplateOpenGraph.svg new file mode 100644 index 00000000..145269c3 --- /dev/null +++ b/docs_source/_static/RoyalnetTemplateOpenGraph.svg @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + Royalnet + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index e69de29b..00000000