Skip to content

Commit

Permalink
#8 docs setup global documentation (#12)
Browse files Browse the repository at this point in the history
* reformating docs + README

* overview + setting up doc parts

* handling emojis

* handling emojis

* about page

* setting WIP

* build files before PR

* setting WIP

* build files before PR

* removing build files
  • Loading branch information
Zapharaos authored Mar 20, 2024
1 parent ba501ba commit b6f971f
Show file tree
Hide file tree
Showing 64 changed files with 74 additions and 18,663 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
.idea/
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Setup

Installing sphinx
```shell
apt-get install python3-sphinx
```

Installing the theme
```shell
pip install --upgrade sphinx_rtd_theme
```

Installing emojis :
https://sphinxemojicodes.readthedocs.io/en/stable/

# Build

Building for HTML
```shell
make html
```

Binary file removed build/doctrees/client.doctree
Binary file not shown.
Binary file removed build/doctrees/environment.pickle
Binary file not shown.
Binary file removed build/doctrees/index.doctree
Binary file not shown.
Binary file removed build/doctrees/sdk.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions build/html/.buildinfo

This file was deleted.

105 changes: 0 additions & 105 deletions build/html/_sources/client.rst.txt

This file was deleted.

21 changes: 0 additions & 21 deletions build/html/_sources/index.rst.txt

This file was deleted.

5 changes: 0 additions & 5 deletions build/html/_sources/sdk.rst.txt

This file was deleted.

134 changes: 0 additions & 134 deletions build/html/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

Loading

0 comments on commit b6f971f

Please sign in to comment.