Skip to content

Commit

Permalink
Docstrings (#136)
Browse files Browse the repository at this point in the history
* added spectrum info (#132)

* added spectrum info

* corrections

* Improve docstring for Experiment class (#131)

* Improve docstring for Experiment class

* Checkstyle fixes

* Remove source upload from API

* dropped attributes in Project class

* corrections

* corrections 2

* corrections 3

* corrected hardware util

* refactored numeric channels values

* dropped docstrings for start()
  • Loading branch information
Kamil A. Kaczmarek authored Jul 18, 2019
1 parent 3640bf8 commit 89fe915
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 214 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ The best order of communication is:
* [neptune documentation](https://docs.neptune.ml)
* [github issues](https://github.com/neptune-ml/neptune-client/issues)
* [neptune community forum](https://community.neptune.ml/)
* [neptune community slack](https://neptune-community.slack.com) (join by going [here](https://join.slack.com/t/neptune-community/shared_invite/enQtNTI4Mjg3ODk2MjQwLWE5YjI0YThiODViNDY4MDBlNmRmZTkwNTE3YzNiMjQ5MGM2ZTFhNzhjN2YzMTIwNDM3NjQyZThmMDk1Y2Q1ZjY))
* [neptune community spectrum](https://spectrum.chat/neptune-community?tab=posts)
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ Example above creates Neptune `experiment <https://ui.neptune.ml/o/shared/org/on

API usage limits <limits.rst>

Bugs, feature requests and questions
------------------------------------

If you find yourself in any trouble drop an issue on `GitHub issues <https://github.com/neptune-ml/neptune-client/issues>`_,
fire a feature request on `GitHub feature request <https://github.com/neptune-ml/neptune-client/issues>`_
or ask us on the `Neptune community forum <https://community.neptune.ml/>`_
or `Neptune community spectrum <https://spectrum.chat/neptune-community>`_.

Indices
-------
* :ref:`genindex`
Expand Down
Loading

0 comments on commit 89fe915

Please sign in to comment.