Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
deolekar committed Apr 3, 2024
1 parent e8714df commit 2649957
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ print (SecuMas.isin.dummy(5))
# Code contributions

> [Check ToDo](https://github.com/deolekar/MMjs/blob/main/ToDo.txt)
> [Check ToDo](https://github.com/deolekar/SecuMas/blob/master/ToDo.txt)
Improvements to SecuMas are most welcome. Integrating contributions will be done on a best-effort basis and can be made easier if the following are considered:

Expand Down
Binary file added docs/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
site_name: SecuMas (Security Master Library)
site_url: https://deolekar.github.io/SecuMas/
theme:
logo: assets/logo.png
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.integrate
- navigation.top
Expand Down Expand Up @@ -48,4 +50,4 @@ markdown_extensions:
emoji_generator: !!python/name:materialx.emoji.to_svg

copyright: |
&copy; 2023 <a href="https://github.com/deolekar/" target="_blank" rel="noopener">A Deolekar</a>
&copy; 2024 <a href="https://github.com/deolekar/" target="_blank" rel="noopener">A Deolekar</a>
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="SecuMas",
version="0.0.1.4",
version="0.0.1.5",
author="A Deolekar",
author_email="[email protected]",
url="https://secumas.dev",
Expand All @@ -16,10 +16,6 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit 2649957

Please sign in to comment.