layout | title | description | permalink | order |
---|---|---|---|---|
fullwidth-page |
Administration |
The administrator's view of the developer.rhino3d.com website. |
/admin/ |
1 |
This site is the canonical source for developer documentation relating to Rhino, Grasshopper, and other companion products. The goal of this site is to provide a clear, easy-to-navigate, reference, with consistent formatting and nomenclature.
For contributors or administrators, the following guides are necessary reading:
- [Contributing (This Website)]({{ site.baseurl }}/guides/general/contributing/#this-website)
- [Getting Started with Developer Docs](https://github.com/mcneel/developer-rhino3d-com/blob/{{ site.git_branch | default: "master" }}/README.md)
- [How This Site Works]({{ site.baseurl }}/guides/general/how-this-site-works)
- [Developer Docs Style Guide]({{ site.baseurl }}/guides/general/developer-docs-style-guide)
The following guides and samples have [TODO items listed in their yaml]({{ site.baseurl }}/guides/general/how-this-site-works/#todo--origin-fields)...
{% assign guides = site.guide_topics | sort:"title" | sort:"apis" %}
-
{% assign guides_have_todo_items = false %}
{% for topic in guides %}
{% if topic.TODO %}
{% assign guides_have_todo_items = true %}
- ({{ topic.sdk }}) {{ topic.title }} {{ topic.TODO }} {% if topic.origin != 'unset' and topic.TODO == 'needs porting' %} from: {{ topic.origin }}{% endif %} {% endif %} {% endfor %}
{% if guides_have_todo_items == false %} NONE! Good job! Check YouTrack. {% endif %}
{% assign samples = site.samples | sort:"title" | sort:"apis" %}
-
{% assign samples_have_todo_items = false %}
{% for sample in samples %}
{% if sample.TODO %}
{% assign samples_have_todo_items = true %}
- ({{ sample.sdk }}) {{ sample.title }} {{ sample.TODO }} {% if sample.origin != 'unset' and sample.TODO == 'needs porting' %} from: {{ sample.origin }}{% endif %} {% endif %} {% endfor %}
{% if samples_have_todo_items == false %} NONE! Good job! Check YouTrack. {% endif %}
Many items relating to this site are logged in YouTrack: project: WWW subsystem: developer.rhino3d.com #unresolved