-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify view_corr_mat in visualisation commands and Update the introdu…
…ction page in docs (#108) * Add documentation to the introduction page, Getting started section * Modify view_corr_mat in visualisation commands to accept corr_mat as DataFrame object or as PathToFile or as numpy.array * Check that corr_mat is n x n (square) matrix, otherwise raise Error
- Loading branch information
1 parent
38e5f31
commit 8dfb892
Showing
3 changed files
with
58 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,25 @@ You can install scona directly from the GitHub repository:: | |
|
||
If you want to edit scona it's recommended that you pass the ``-e`` flag to ``pip`` to install the package editably. | ||
|
||
Getting Started | ||
--------------- | ||
|
||
We have automatically generated `docstring <https://github.com/WhitakerLab/scona/blob/master/DEVELOPMENT_GUIDE.md#writing-docstrings>`_ documentation and here's how to navigate to it. | ||
|
||
See all docs organized in the alphabetical order: | ||
* :ref:`genindex` | ||
|
||
See the structure of the package: | ||
* :ref:`modindex` | ||
|
||
See the submodules page: | ||
* :ref:`ref-subpackages-label` | ||
|
||
| Besides, you can type any function into the **search bar** and come up with some results. | ||
| Alongside this documentation scona has some jupyter notebook `tutorials <https://github.com/WhitakerLab/scona/tree/master/tutorials>`_. | ||
Finding Help | ||
------------ | ||
If you have questions or want to get in touch, you can join our `gitter lobby <https://gitter.im/WhitakerLab/BrainNetworksInPython>`_, tweet `@Whitaker_Lab <https://twitter.com/Whitaker_Lab>`_ or email Isla at [email protected]. | ||
|
||
Getting Started | ||
--------------- | ||
Alongside this documentation scona has some jupyter notebook `tutorials <https://github.com/WhitakerLab/scona/tree/master/tutorials>`_. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
scona package | ||
============================= | ||
|
||
.. _ref-subpackages-label: | ||
|
||
Subpackages | ||
----------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters