Skip to content

Commit f9581f6

Browse files
fixing miner bugs
1 parent 26ead9e commit f9581f6

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
from datetime import datetime
22

3-
project = 'audiobook'
3+
4+
project = 'Random Profile Generator'
5+
description = 'A random profile generator for testing purposes.'
46
copyright = '2022, Deeapk Raj'
57
author = 'Deeapk Raj'
6-
release = '2.0.4'
8+
release = '0.2.3'
79

810
extensions = [
911
'sphinx.ext.autosectionlabel'

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Welcome to RandomProfileGenerator's documentation!
1010

1111
|PyPI download month|
1212

13-
.. |PyPI download month| image:: https://img.shields.io/pypi/dm/RandomProfileGenerator.svg
14-
:target: https://pypi.python.org/pypi/RandomProfileGenerator/
13+
.. |PyPI download month| image:: https://img.shields.io/pypi/dm/random_profile.svg
14+
:target: https://pypi.python.org/pypi/random_profile/
1515

1616
|PyPI version fury.io|
1717

18-
.. |PyPI version fury.io| image:: https://badge.fury.io/py/RandomProfileGenerator.svg
19-
:target: https://pypi.python.org/pypi/RandomProfileGenerator/
18+
.. |PyPI version fury.io| image:: https://badge.fury.io/py/random_profile.svg
19+
:target: https://pypi.python.org/pypi/random_profile/
2020

2121
|Open Source Love svg3|
2222

docs/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx
2-
livereload
32
sphinx-rtd-theme
4-
pydata_sphinx_theme
3+
4+
#livereload
5+
#pydata_sphinx_theme

0 commit comments

Comments
 (0)