Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 3.05 KB

admin.md

File metadata and controls

72 lines (56 loc) · 3.05 KB
layout title description permalink order
fullwidth-page
Administration
The administrator's view of the developer.rhino3d.com website.
/admin/
1

Administration

![Build Status](https://travis-ci.org/mcneel/developer-rhino3d-com.svg?branch={{ site.git_branch | default: "master" }})

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)

TODO List

The following guides and samples have [TODO items listed in their yaml]({{ site.baseurl }}/guides/general/how-this-site-works/#todo--origin-fields)...

Guides

{% 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 %}
  1. ({{ topic.sdk }}) {{ topic.title }} {{ topic.TODO }} {% if topic.origin != 'unset' and topic.TODO == 'needs porting' %} from: {{ topic.origin }}{% endif %}
  2. {% endif %} {% endfor %}

{% if guides_have_todo_items == false %} NONE! Good job! Check YouTrack. {% endif %}

Samples

{% 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 %}
  1. ({{ sample.sdk }}) {{ sample.title }} {{ sample.TODO }} {% if sample.origin != 'unset' and sample.TODO == 'needs porting' %} from: {{ sample.origin }}{% endif %}
  2. {% endif %} {% endfor %}

{% if samples_have_todo_items == false %} NONE! Good job! Check YouTrack. {% endif %}

YouTrack

Many items relating to this site are logged in YouTrack: project: WWW subsystem: developer.rhino3d.com #unresolved