-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
64 changed files
with
74 additions
and
18,663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
build/ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
134 changes: 0 additions & 134 deletions
134
build/html/_static/_sphinx_javascript_frameworks_compat.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.