Skip to content

Commit

Permalink
clean terminology up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy authored and halcy committed Nov 27, 2022
1 parent cf1ec39 commit 50580a0
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 48 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ v1.8.0 (in progress)
* This too isn't really a changelog entry but in the same vein as the last post, thank you Claire and Gargron for clarifying many things about the API when asked.
* Make the documentation a bit neater (thanks dieseltravis)
* Add the domain blocking admin API (`admin_domain_blocks`, `admin_domain_block`, `admin_update_domain_block`, `admin_delete_domain_block` - thanks catgoat)

* Add the stats admin APIs (`admin_measures`, `admin_dimensions`, `admin_retention`)
v1.7.0
------
* Cleaned code up a bit (thanks eumiro)
Expand Down
10 changes: 9 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ and everything will work as intended. The class used for this is exposed as
User / account dicts
~~~~~~~~~~~~~~~~~~~~
.. _user dict:
.. _user dicts:
.. _account dict:
.. _account dicts:

.. code-block:: python
Expand Down Expand Up @@ -299,9 +302,12 @@ User / account dicts
'note': # Plain text version of the user's bio
}
Toot dicts
Toot / Status dicts
~~~~~~~~~~
.. _toot dict:
.. _toot dicts:
.. _status dict:
.. _status dicts:

.. code-block:: python
Expand Down Expand Up @@ -1232,6 +1238,7 @@ interact with already posted statuses.
.. automethod:: Mastodon.status_bookmark
.. automethod:: Mastodon.status_unbookmark
.. automethod:: Mastodon.status_delete
.. _status_update():
.. automethod:: Mastodon.status_update
Expand Down Expand Up @@ -1268,6 +1275,7 @@ Writing data: Accounts
These functions allow you to interact with other accounts: To (un)follow and
(un)block.
.. _account_follow():
.. automethod:: Mastodon.account_follow
.. automethod:: Mastodon.account_unfollow
.. automethod:: Mastodon.account_block
Expand Down

0 comments on commit 50580a0

Please sign in to comment.