Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/api_reference/api_annotation_class.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========
==================
Annotation Classes
==========
==================

.. automethod:: superannotate.SAClient.create_annotation_class
.. _ref_create_annotation_classes_from_classes_json:
Expand Down
5 changes: 2 additions & 3 deletions docs/source/api_reference/api_client.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========
==================
SAClient interface
==========
==================

Contents
========
Expand All @@ -18,4 +18,3 @@ Contents
api_team
api_neural_network

---
4 changes: 2 additions & 2 deletions docs/source/api_reference/api_custom_metadata.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========
===============
Custom Metadata
==========
===============

.. automethod:: superannotate.SAClient.create_custom_fields
.. automethod:: superannotate.SAClient.get_custom_fields
Expand Down
4 changes: 2 additions & 2 deletions docs/source/api_reference/api_item.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========
=====
Items
==========
=====


.. automethod:: superannotate.SAClient.query
Expand Down
7 changes: 5 additions & 2 deletions docs/source/api_reference/api_metadata.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
==========
=========================
Remote metadata reference
==========
=========================


Projects metadata
_________________

.. _ref_metadata:

Project metadata example:

.. code-block:: python
Expand Down
4 changes: 2 additions & 2 deletions docs/source/api_reference/api_neural_network.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========
==============
Neural Network
==========
==============


.. automethod:: superannotate.SAClient.download_model
Expand Down
222 changes: 0 additions & 222 deletions docs/source/api_reference/cli_client.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/source/api_reference/helpers.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========
================================
Annotation JSON helper functions
==========
================================


.. _ref_converter:
Expand Down
3 changes: 1 addition & 2 deletions docs/source/api_reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ Contents

api_client
api_metadata
helpers
---
helpers
6 changes: 3 additions & 3 deletions docs/source/cli_client.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _ref_cli:

==========
=============
CLI Reference
==========
=============

With SuperAnnotate CLI, basic tasks can be accomplished using shell commands:

Expand All @@ -12,7 +12,7 @@ With SuperAnnotate CLI, basic tasks can be accomplished using shell commands:

To use the CLI a command line initialization step should be performed after the

:ref:`installation <_ref_quickstart>`:
:ref:`installation <ref_quickstart>`:

.. code-block:: bash

Expand Down
5 changes: 1 addition & 4 deletions docs/source/sa_server.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
.. _ref_cli:

SAServer Reference
======================================

==================


The SAServer provides interface to create web API and run in development or production servers.
Expand Down
Loading