You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
The documentation for “Case” describes the content of citations as an “array of citation objects”. I was inclined to follow the spec under the “Citation” heading, but it does not describe what I see in the API. It’s likely that citations described refer to something else entirely – and don’t exist! A subsection for citation may need to be added to “Case” and the “Citation” section struck.
In the documentation “Case” and “Citation” are sibling headings – could it be that “Citation” refers to a route? If it does, that route doesn’t exist anymore.
The documentation for “Case” describes the content of
citations
as an “array of citation objects”. I was inclined to follow the spec under the “Citation” heading, but it does not describe what I see in the API. It’s likely that citations described refer to something else entirely – and don’t exist! A subsection forcitation
may need to be added to “Case” and the “Citation” section struck.Documentation:
capstone/capstone/capweb/templates/docs/04_specs_and_reference/02_data_formats.md
Lines 48 to 59 in 821fa7b
capstone/capstone/capweb/templates/docs/04_specs_and_reference/02_data_formats.md
Lines 292 to 298 in 821fa7b
What an observe matches what I see in generating code of
serializers.py
– a dictionary with two keys:"type"
and"cite"
.Generating Code:
capstone/capstone/capapi/serializers.py
Line 230 in 821fa7b
capstone/capstone/capapi/serializers.py
Lines 55 to 58 in 821fa7b
In the documentation “Case” and “Citation” are sibling headings – could it be that “Citation” refers to a route? If it does, that route doesn’t exist anymore.
Routes:
capstone/capstone/capapi/api_urls.py
Lines 10 to 20 in 821fa7b
The text was updated successfully, but these errors were encountered: