Repository [https://github.com/roadhousestudio/queryjane_app](https://github.com/roadhousestudio/queryjane_app) QueryJane is a web application developed with Django that allows to connect with companies and experts in different sectors of the cannabis industry. Beta version is available here. <center>  </center> #### Details I have been working to activate the [Sphinx autodoc module](http://www.sphinx-doc.org/es/stable/ext/autodoc.html). This allows to include in our project documentation the docstrings include in our python code. In this way, we can add documentation to our Python modules and pull it in our final official documentation in a semi-automatic way. Take a look to the correct way to add docstring to our Python code: <center>  </center> In this way, Sphinx will recognize the added docstrings and will include them in the generated documentation. I will show you how to indicate to Sphinx that a documented file must be included. Per example, if we want to include to docstrings from the [account.models.py](https://github.com/augustakingfoundation/queryjane_app/blob/master/account/models.py) file, we must add the following code into the .rst files: <center>  </center> In this way, we are telling to Sphinx that must include all the members of the *account/models.py* module into the final documentation. Also, we are including all the inherited members and we are including the inheritance path. To goal of include the inheritance documentation, is that in most cases the classes and functions that we are generation have some type of inheritance, and many times we want to override these inherited members. Include this in the documentation allow us to find the members structure in a easy way, without having to go look in the Django repository. In this documentation update, I have documented the [account](https://github.com/augustakingfoundation/queryjane_app/tree/master/account) app Python files. [This](https://github.com/augustakingfoundation/queryjane_app/tree/master/docs/source/code_documentation) is the detailed structure of the new documentation module, in which I'm adding all Python files of this module. To include docstrings from Python files, we must add some lines to the [conf.py](https://github.com/augustakingfoundation/queryjane_app/blob/master/docs/source/conf.py) file. really, and because I'm new using Sphinx, find the correct lines to include the docstring from the Python files in the correct way took me a long time. These are the necessary Sphinx configuration to include docstrings from Python files in a Django project. ``import os`` ``import sys`` ``sys.path.insert(0, os.path.abspath('../../')) # Path the the project root from the current file location`` ``os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'app.settings')`` ``# Setup Django`` ``import django`` ``django.setup()`` It takes a lot of time to me and, after a lot of failed attempts, I have created [this question](https://stackoverflow.com/questions/50879154/cant-generate-autodoc-using-sphinx-in-my-django-project) in Stackoverflow. Somebody give me the solution and for this reason I was able to create the new documentation module. #### Components The new documented parts are all the classes and functions defined in the Python files in the [account app](https://github.com/augustakingfoundation/queryjane_app/tree/master/account). #### Difference The impact is that now the defined classes and functions can be easily found, including their inherited members. Per now, I'm including only the Python files of one specific module, but the necessary settings to run Sphinx autodoc in the project in a correct way has been configured and it will allows to document the other modules very fast. #### Links New documentation module is available in the following url: [http://docs.queryjane.net/code_documentation.html](http://docs.queryjane.net/code_documentation.html) Documentation homepage: [http://docs.queryjane.net/](http://docs.queryjane.net/) #### GitHub Proof of Authorship - [https://github.com/aaquirogal](https://github.com/aaquirogal) [This update includes PRs From 103 to 114](https://github.com/augustakingfoundation/queryjane_app/pulls?utf8=%E2%9C%93&q=), but many of these PRs are about some fixes, typo bugs and changes to testing the correct configuration. The following list shows the most relevant PRs. [103](https://github.com/augustakingfoundation/queryjane_app/pull/103/files) [104](https://github.com/augustakingfoundation/queryjane_app/pull/104/files) [109](https://github.com/augustakingfoundation/queryjane_app/pull/109/files) [113](https://github.com/augustakingfoundation/queryjane_app/pull/113/files)
author | kit.andres |
---|---|
permlink | queryjane-or-python-code-autodoc-configuration-documented-account-module |
category | utopian-io |
json_metadata | {"tags":["utopian-io","documentation","sphinx","industry","cannabis"],"image":["https://cdn.steemitimages.com/DQmQGs71ZPHUVMe2hLQtoXG52WcjptAq3kRW6HcpjRYG2kZ/Screen%20Shot%202018-06-04%20at%2010.46.34%20PM.png","https://cdn.steemitimages.com/DQmQfR4Ye48Eqq58VhDRrW7VHg3civGTvN6moVF2MJxAEug/Screen%20Shot%202018-06-22%20at%2010.27.24%20PM.png","https://cdn.steemitimages.com/DQmNf7udbkgrhXgqsnnqFh6yqzmdcGTtTrru5LZxbDvvwe8/Screen%20Shot%202018-06-22%20at%2010.35.14%20PM.png"],"links":["https://github.com/roadhousestudio/queryjane_app","http://www.sphinx-doc.org/es/stable/ext/autodoc.html","https://github.com/augustakingfoundation/queryjane_app/blob/master/account/models.py","https://github.com/augustakingfoundation/queryjane_app/tree/master/account","https://github.com/augustakingfoundation/queryjane_app/tree/master/docs/source/code_documentation","https://github.com/augustakingfoundation/queryjane_app/blob/master/docs/source/conf.py","https://stackoverflow.com/questions/50879154/cant-generate-autodoc-using-sphinx-in-my-django-project","http://docs.queryjane.net/code_documentation.html","http://docs.queryjane.net/","https://github.com/aaquirogal","https://github.com/augustakingfoundation/queryjane_app/pulls?utf8=%E2%9C%93&q=","https://github.com/augustakingfoundation/queryjane_app/pull/103/files","https://github.com/augustakingfoundation/queryjane_app/pull/104/files","https://github.com/augustakingfoundation/queryjane_app/pull/109/files","https://github.com/augustakingfoundation/queryjane_app/pull/113/files"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-06-23 04:15:00 |
last_update | 2018-06-23 04:15:00 |
depth | 0 |
children | 5 |
last_payout | 2018-06-30 04:15:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 24.781 HBD |
curator_payout_value | 7.523 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,209 |
author_reputation | 31,454,326,251,184 |
root_title | "QueryJane | Python code Autodoc configuration - Documented Account module." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,859,296 |
net_rshares | 16,275,902,577,018 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yuxi | 0 | 2,760,713,681 | 10% | ||
jga | 0 | 2,597,347,514 | 8.5% | ||
tensor | 0 | 23,028,888,694 | 100% | ||
bachuslib | 0 | 19,307,242,447 | 100% | ||
taukproung85 | 0 | 51,271,200 | 100% | ||
barber78 | 0 | 96,121,660 | 100% | ||
leir | 0 | 709,197,169 | 20% | ||
loshcat | 0 | 2,939,976,403 | 100% | ||
utopian-io | 0 | 15,966,194,276,537 | 10.25% | ||
jaff8 | 0 | 58,513,667,166 | 100% | ||
greenorange | 0 | 606,408,447 | 100% | ||
steemitstats | 0 | 3,283,115,246 | 5% | ||
r351574nc3 | 0 | 1,081,783,786 | 3% | ||
tdre | 0 | 24,367,283,785 | 66% | ||
zoelfahmi | 0 | 579,565,335 | 100% | ||
movement19 | 0 | 5,765,298,233 | 17% | ||
properfraction | 0 | 590,463,046 | 100% | ||
cunigarro | 0 | 2,690,169,043 | 100% | ||
salty-mcgriddles | 0 | 1,116,610,137 | 2% | ||
sbi2 | 0 | 28,258,264,309 | 6% | ||
zcool | 0 | 188,038,956 | 10% | ||
trufflepig | 0 | 13,119,197,843 | 34% | ||
tpvoter1 | 0 | 89,528,546 | 100% | ||
share4every1 | 0 | 97,751,119 | 100% | ||
darkfly21 | 0 | 591,564,956 | 100% | ||
shookriya | 0 | 681,695,516 | 6.8% | ||
sergbog | 0 | 581,915,937 | 100% | ||
vika09 | 0 | 594,102,658 | 100% | ||
sergcat | 0 | 594,102,658 | 100% | ||
yarondrei | 0 | 581,915,937 | 100% | ||
xachatryank | 0 | 594,102,658 | 100% | ||
exifr | 0 | 267,471,691 | 5% | ||
nyushosazha | 0 | 594,096,251 | 100% | ||
teovsumsel | 0 | 594,096,251 | 100% | ||
saevpek | 0 | 581,915,937 | 100% | ||
vaelnaltasa | 0 | 581,915,937 | 100% | ||
kelal | 0 | 581,915,937 | 100% | ||
shtotomoda | 0 | 581,915,937 | 100% | ||
antvls88 | 0 | 581,915,937 | 100% | ||
lersus77 | 0 | 581,915,937 | 100% | ||
polsikio | 0 | 594,096,251 | 100% | ||
dinsipov00 | 0 | 594,099,285 | 100% | ||
miki21657 | 0 | 594,102,658 | 100% | ||
johnfogel | 0 | 581,912,633 | 100% | ||
hommike | 0 | 594,102,658 | 100% | ||
xlibanti | 0 | 594,102,658 | 100% | ||
araxachatryan | 0 | 581,915,937 | 100% | ||
hunangalstyan | 0 | 581,915,937 | 100% | ||
viktorzarubin | 0 | 594,096,251 | 100% | ||
rustavel | 0 | 581,915,937 | 100% | ||
miki21731 | 0 | 594,102,658 | 100% | ||
trovimov | 0 | 594,096,251 | 100% | ||
stogonin | 0 | 594,102,658 | 100% | ||
vorovskoy44 | 0 | 594,096,251 | 100% | ||
olshama88 | 0 | 581,915,937 | 100% | ||
loone | 0 | 594,099,285 | 100% | ||
halfpox | 0 | 594,099,285 | 100% | ||
babush | 0 | 581,915,937 | 100% | ||
marksbanana | 0 | 594,099,285 | 100% | ||
cleavageobjects | 0 | 581,915,937 | 100% | ||
conditionkentish | 0 | 594,102,658 | 100% | ||
bedbugsslim | 0 | 581,912,633 | 100% | ||
boulangerefinger | 0 | 594,102,658 | 100% | ||
gaws | 0 | 594,099,285 | 100% | ||
syllablesbitcoin | 0 | 594,102,658 | 100% | ||
chestyovert | 0 | 594,099,285 | 100% | ||
hammerthreadbare | 0 | 594,099,285 | 100% | ||
shoemakerintegra | 0 | 594,102,658 | 100% | ||
nicemetric | 0 | 581,915,937 | 100% | ||
killex | 0 | 594,102,658 | 100% | ||
molly.smith | 0 | 594,099,285 | 100% | ||
goote | 0 | 594,099,285 | 100% | ||
ellibor | 0 | 581,915,937 | 100% | ||
pdtrain | 0 | 938,510,158 | 1% | ||
fedykosoy00 | 0 | 581,912,633 | 100% | ||
olga.kapaeva89 | 0 | 581,915,937 | 100% | ||
pavel.dalak | 0 | 594,096,251 | 100% | ||
sidorovaval | 0 | 594,096,251 | 100% | ||
katerinakarim | 0 | 581,915,937 | 100% | ||
hallbill94 | 0 | 581,912,633 | 100% | ||
gartiv88 | 0 | 581,915,937 | 100% | ||
rdavis81 | 0 | 594,102,658 | 100% | ||
jakubgrab | 0 | 594,099,285 | 100% | ||
hipolitc | 0 | 594,099,285 | 100% | ||
ikalinowski | 0 | 594,102,658 | 100% | ||
cwitosaw | 0 | 581,915,937 | 100% | ||
rubydetails | 0 | 594,102,658 | 100% | ||
beamarete | 0 | 594,099,285 | 100% | ||
upperhostler | 0 | 594,102,658 | 100% | ||
unicodedemi | 0 | 581,915,937 | 100% | ||
warnmembrane | 0 | 594,102,658 | 100% | ||
portionvolume | 0 | 581,915,937 | 100% | ||
evasivepike | 0 | 594,102,658 | 100% | ||
cupswavy | 0 | 594,102,658 | 100% | ||
filkreserved | 0 | 581,912,633 | 100% | ||
whirrhomerun | 0 | 594,102,658 | 100% | ||
dearshy | 0 | 594,099,285 | 100% | ||
boeingcoffee | 0 | 581,915,937 | 100% | ||
porkfondant | 0 | 594,102,658 | 100% | ||
cheatchicken | 0 | 581,915,937 | 100% | ||
dreadfulfilk | 0 | 594,099,285 | 100% | ||
payslipsitaly | 0 | 594,096,251 | 100% | ||
spudssleeping | 0 | 594,102,658 | 100% | ||
cheekedrad | 0 | 594,099,285 | 100% | ||
damsirenurse | 0 | 581,912,633 | 100% | ||
gallopescabeche | 0 | 594,102,658 | 100% | ||
bangbangbooking | 0 | 594,102,658 | 100% | ||
headerharem | 0 | 594,102,658 | 100% | ||
burkittparents | 0 | 594,102,658 | 100% | ||
rattyopera | 0 | 594,096,251 | 100% | ||
gazegamete | 0 | 594,102,658 | 100% | ||
fleshtestify | 0 | 594,099,285 | 100% | ||
habitroof | 0 | 594,102,658 | 100% | ||
grandiosetucana | 0 | 581,912,633 | 100% | ||
monkbulimia | 0 | 594,096,251 | 100% | ||
leakingunder | 0 | 581,915,937 | 100% | ||
buddingcaviar | 0 | 594,102,658 | 100% | ||
junkiemeasly | 0 | 594,102,658 | 100% | ||
juniortwee | 0 | 594,102,658 | 100% | ||
decagonour | 0 | 581,915,937 | 100% | ||
yeastynamaka | 0 | 581,915,937 | 100% | ||
blindjab | 0 | 581,912,633 | 100% | ||
trigconic | 0 | 594,096,251 | 100% | ||
soufflereports | 0 | 594,102,658 | 100% | ||
mailrabbit | 0 | 581,915,937 | 100% | ||
gunpowderwigeon | 0 | 581,915,937 | 100% | ||
roomthundering | 0 | 594,102,658 | 100% | ||
icerinkherb | 0 | 594,099,285 | 100% | ||
octavesynodic | 0 | 581,915,937 | 100% | ||
moistspotify | 0 | 594,099,285 | 100% | ||
putridbrecon | 0 | 594,102,658 | 100% | ||
pedlarthermal | 0 | 594,096,251 | 100% | ||
xvegax | 0 | 594,102,658 | 100% | ||
annasokolova955 | 0 | 581,912,633 | 100% | ||
lenalidchyk63 | 0 | 581,915,937 | 100% | ||
linashevchyk | 0 | 581,915,937 | 100% | ||
rakov23 | 0 | 581,915,937 | 100% | ||
peruska | 0 | 581,915,937 | 100% | ||
pavlovilya23 | 0 | 581,909,662 | 100% | ||
marchenko31 | 0 | 594,099,285 | 100% | ||
semenova32 | 0 | 594,102,658 | 100% | ||
artyrsedakov | 0 | 594,099,285 | 100% | ||
piersbell | 0 | 594,102,658 | 100% | ||
exifr0 | 0 | 316,453,158 | 5% | ||
artyr.kalmetov | 0 | 581,912,633 | 100% | ||
arttempavlov | 0 | 581,912,633 | 100% | ||
hsufrank | 0 | 581,912,633 | 100% | ||
denistolakov | 0 | 581,912,633 | 100% | ||
ermakx | 0 | 594,099,285 | 100% | ||
stacykingsman | 0 | 594,096,251 | 100% | ||
gannamuliar | 0 | 594,099,285 | 100% | ||
reginasamkova | 0 | 581,909,662 | 100% | ||
odetta199 | 0 | 581,909,662 | 100% | ||
birkinx | 0 | 594,099,285 | 100% | ||
svetamihanova | 0 | 594,096,251 | 100% | ||
sergeipankov90 | 0 | 594,096,251 | 100% | ||
alenaesarionova | 0 | 594,099,285 | 100% | ||
damiralanov | 0 | 594,099,285 | 100% | ||
hozainnochi | 0 | 594,099,285 | 100% | ||
throwjoke | 0 | 594,096,251 | 100% | ||
telephonewhy | 0 | 594,096,251 | 100% | ||
plumbervirgo | 0 | 594,096,251 | 100% | ||
exoticbaste | 0 | 594,099,285 | 100% | ||
eclipticmelange | 0 | 594,096,251 | 100% | ||
dancerant | 0 | 594,096,251 | 100% | ||
rinkchops | 0 | 594,096,251 | 100% | ||
drinkschin | 0 | 594,096,251 | 100% | ||
homesickhow | 0 | 581,909,662 | 100% | ||
shamrockshaggy | 0 | 581,909,662 | 100% | ||
dotfanning | 0 | 581,909,662 | 100% | ||
scourgebar | 0 | 581,909,662 | 100% | ||
liquidmeat | 0 | 594,096,251 | 100% | ||
coalorebrunch | 0 | 594,096,251 | 100% | ||
trekkingglucose | 0 | 594,096,251 | 100% | ||
pumpdyke | 0 | 594,096,251 | 100% | ||
partialbullhorn | 0 | 594,096,251 | 100% | ||
filletsslither | 0 | 594,096,251 | 100% | ||
batchjocular | 0 | 594,096,251 | 100% | ||
dunbirdderision | 0 | 594,096,251 | 100% | ||
noxiouspick | 0 | 594,096,251 | 100% | ||
borealisquirt | 0 | 594,096,251 | 100% | ||
ploverpick | 0 | 594,096,251 | 100% | ||
hamacrylic | 0 | 594,096,251 | 100% | ||
weegel | 0 | 581,909,662 | 100% | ||
corvushilt | 0 | 581,909,662 | 100% | ||
butlervault | 0 | 594,096,251 | 100% | ||
hastypeacock | 0 | 594,096,251 | 100% | ||
swayspleeny | 0 | 594,096,251 | 100% | ||
acrobatichair | 0 | 594,096,251 | 100% | ||
holderroots | 0 | 594,096,251 | 100% | ||
finesuper | 0 | 594,096,251 | 100% | ||
stewedmango | 0 | 594,096,251 | 100% | ||
kitgoody | 0 | 594,096,251 | 100% | ||
algerianhaunt | 0 | 594,096,251 | 100% | ||
shagtheorem | 0 | 581,909,662 | 100% | ||
seevalhrona | 0 | 594,096,251 | 100% | ||
coalswhirl | 0 | 581,909,662 | 100% | ||
gutalveoli | 0 | 581,909,662 | 100% | ||
crispsteal | 0 | 581,909,662 | 100% | ||
pointsbee | 0 | 594,096,251 | 100% | ||
wagcouloir | 0 | 594,096,251 | 100% | ||
hobnobholing | 0 | 581,909,662 | 100% | ||
cliveponie | 0 | 594,096,251 | 100% | ||
cappedscramble | 0 | 594,096,251 | 100% | ||
fissionbutties | 0 | 594,096,251 | 100% | ||
playactor | 0 | 594,096,251 | 100% | ||
servletbookmark | 0 | 594,096,251 | 100% | ||
buildawhalle | 0 | 594,419,053 | 100% | ||
bithumb.hott | 0 | 582,225,841 | 100% | ||
minnowoboster | 0 | 582,225,841 | 100% | ||
valeup | 0 | 594,410,172 | 100% | ||
terising | 0 | 594,410,172 | 100% | ||
prmoobot | 0 | 582,217,143 | 100% | ||
coinpamyents.net | 0 | 594,410,172 | 100% | ||
stteemit2 | 0 | 582,217,143 | 100% | ||
boomerrang | 0 | 582,217,143 | 100% | ||
ithumb.hot | 0 | 582,217,143 | 100% | ||
oboster | 0 | 594,410,172 | 100% | ||
upmewhaale | 0 | 600,500,472 | 100% | ||
gopa-xdeposit | 0 | 600,500,472 | 100% | ||
theirsing | 0 | 600,500,472 | 100% | ||
booemrang | 0 | 600,497,240 | 100% | ||
upmewhlae | 0 | 600,497,240 | 100% | ||
huobbi-pro | 0 | 600,497,240 | 100% |
Please Upvote➜https://steemit.com/christianity/@bible.com/verse-of-the-day-revelation-21-8-niv
author | a-a-a |
---|---|
permlink | re-kitandres-queryjane-or-python-code-autodoc-configuration-documented-account-module-20180623t041531053z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://steemit.com/christianity/@bible.com/verse-of-the-day-revelation-21-8-niv"],"app":"steemit/0.1"} |
created | 2018-06-23 04:15:42 |
last_update | 2018-06-23 04:15:42 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 04:15:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | -3,087,833,994,273 |
root_title | "QueryJane | Python code Autodoc configuration - Documented Account module." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,859,353 |
net_rshares | 0 |
Good Work with the documentation of the project. I really think the documentation part can be impoved a lot more. Good Luck for it. Thanks! Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/4/3221123). ---- Need help? Write a ticket on https://support.utopian.io/. Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | ms10398 |
---|---|
permlink | re-kitandres-queryjane-or-python-code-autodoc-configuration-documented-account-module-20180626t003237980z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/4/3221123","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2018-06-26 00:32:39 |
last_update | 2018-06-26 00:32:39 |
depth | 1 |
children | 0 |
last_payout | 2018-07-03 00:32:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 634 |
author_reputation | 27,572,487,973,390 |
root_title | "QueryJane | Python code Autodoc configuration - Documented Account module." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,269,384 |
net_rshares | 0 |
author | pdtrain |
---|---|
permlink | re-kitandres-queryjane-or-python-code-autodoc-configuration-documented-account-module-20180626t215338531z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-06-26 21:53:39 |
last_update | 2018-06-26 21:53:39 |
depth | 1 |
children | 0 |
last_payout | 2018-07-03 21:53:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.456 HBD |
curator_payout_value | 0.039 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 2,875,601,193,957 |
root_title | "QueryJane | Python code Autodoc configuration - Documented Account module." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,401,755 |
net_rshares | 201,624,350,840 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fatkat | 0 | 108,711,845,132 | 100% | ||
pdtrain | 0 | 92,912,505,708 | 100% |
**Congratulations!** Your post has been selected as a daily Steemit truffle! It is listed on **rank 11** of all contributions awarded today. You can find the [TOP DAILY TRUFFLE PICKS HERE.](https://steemit.com/@trufflepig/daily-truffle-picks-2018-06-23) I upvoted your contribution because to my mind your post is at least **18 SBD** worth and should receive **37 votes**. It's now up to the lovely Steemit community to make this come true. I am `TrufflePig`, an Artificial Intelligence Bot that helps minnows and content curators using Machine Learning. If you are curious how I select content, [you can find an explanation here!](https://steemit.com/steemit/@trufflepig/weekly-truffle-updates-2018-24) Have a nice day and sincerely yours,  *`TrufflePig`*
author | trufflepig |
---|---|
permlink | re-queryjane-or-python-code-autodoc-configuration-documented-account-module-20180623t161833 |
category | utopian-io |
json_metadata | "" |
created | 2018-06-23 16:18:33 |
last_update | 2018-06-23 16:18:33 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 16:18:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 884 |
author_reputation | 21,266,577,867,113 |
root_title | "QueryJane | Python code Autodoc configuration - Documented Account module." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,930,719 |
net_rshares | 0 |
Hey @kit.andres **Thanks for contributing on Utopian**. We’re already looking forward to your next contribution! **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-queryjane-or-python-code-autodoc-configuration-documented-account-module-20180626t003509z |
category | utopian-io |
json_metadata | "{"app": "beem/0.19.29"}" |
created | 2018-06-26 00:35:09 |
last_update | 2018-06-26 00:35:09 |
depth | 1 |
children | 0 |
last_payout | 2018-07-03 00:35:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 302 |
author_reputation | 152,955,367,999,756 |
root_title | "QueryJane | Python code Autodoc configuration - Documented Account module." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,269,544 |
net_rshares | 0 |