Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Conversation

@HerrMuellerluedenscheid
Copy link
Contributor

Sane version of #137 addressing issue #129

Copy link
Contributor

@todofixthis todofixthis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Marius! Thanks for working on this!

I've requested a few changes; when you have a chance, could you have a look?

README.rst Outdated
PyOTA's documentation is available on `ReadTheDocs`_.

If you are :ref:`installing from source <readme-installing-from-source>`, you
If you are [installing from source](#installing-from-source), you
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous syntax is actually correct for .rst files. I'll file a request with GitHub support to figure out why it's not rendering correctly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Marius. I heard back from GitHub support.

Turns out that :ref: is not actually part of the reStructuredText spec; it's a custom feature provided by Sphinx.

I made the following changes:

  • Removed the link.
  • Added a metadata check to .travis.yml (which caught the :ref: right awy!).

Thanks for drawing attention to this issue!

# Use HTTPS with basic authentication and 60 seconds timeout:
api = Iota('https://USERNAME:MYIRIPASSWORD@service.iotasupport.com:14265',
timeout=60)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❔ I'm not sure that this works — I believe the timeout argument only works with an HttpAdapter instance.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that was a bit sloppy, copy-paste...

api = Iota(
HttpAdapter(
'https://USERNAME:MYIRIPASSWORD@service.iotasupport.com:14265',
timeout=60))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks great!

Copy link
Contributor

@todofixthis todofixthis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks Marius!!

@todofixthis todofixthis merged commit 033d6ec into iotaledger-archive:develop Jan 21, 2018
marko-k0 pushed a commit to marko-k0/iota.lib.py that referenced this pull request Jul 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants