diff --git a/docs/uri-scheme-browse-person.rst b/docs/uri-scheme-browse-person.rst deleted file mode 100644 --- a/docs/uri-scheme-browse-person.rst +++ /dev/null @@ -1,10 +0,0 @@ -Person -^^^^^^ - -.. http:get:: /browse/person/(person_id)/ - - HTML view that displays information regarding a person. - - :param int person_id: the id of a person - :statuscode 200: no error - :statuscode 404: requested person can not be found in the archive diff --git a/docs/uri-scheme-browse.rst b/docs/uri-scheme-browse.rst --- a/docs/uri-scheme-browse.rst +++ b/docs/uri-scheme-browse.rst @@ -22,7 +22,6 @@ * :http:get:`/browse/content/[(algo_hash):](hash)/`: Display a content * :http:get:`/browse/content/[(algo_hash):](hash)/raw/`: Get / Download content raw data * :http:get:`/browse/directory/(sha1_git)/`: Browse the content of a directory - * :http:get:`/browse/person/(person_id)/`: Information on a person * :http:get:`/browse/revision/(sha1_git)/`: Browse a revision * :http:get:`/browse/revision/(sha1_git)/log/`: Browse history log heading to a revision @@ -83,8 +82,6 @@ .. include:: uri-scheme-browse-origin.rst -.. include:: uri-scheme-browse-person.rst - .. include:: uri-scheme-browse-release.rst .. include:: uri-scheme-browse-revision.rst