Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
searscr committed Apr 26, 2024
1 parent c23672a commit c88193b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ experience when interacting with ONCat within Python applications.

Getting Started
---------------
Install instructions coming soon.
To install PyONCatQt, run the following command:

.. code-block:: bash
.. note::
conda install -c neutrons pyoncatqt
This project is under active development.
To use PyONCatQt please see the :ref:`sample` section for examples.

Contents
--------
Expand Down
15 changes: 4 additions & 11 deletions docs/source/reference.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Reference
=========

PyONCatQt
---------
ONCatLogin
----------

.. module:: PyONCatQt
.. automodule:: pyoncatqt.pyoncatqt
.. module:: ONCatLogin
.. automodule:: pyoncatqt.login.ONCatLogin
:members:

ONCatLoginDialog
Expand All @@ -14,10 +14,3 @@ ONCatLoginDialog
.. module:: ONCatLoginDialog
.. automodule:: pyoncatqt.login.ONCatLoginDialog
:members:

ONCatLogin
----------

.. module:: ONCatLogin
.. automodule:: pyoncatqt.login.ONCatLogin
:members:
2 changes: 2 additions & 0 deletions docs/source/sample.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _sample:

Sample Usage
============

Expand Down

0 comments on commit c88193b

Please sign in to comment.