Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 3.09 KB

admin.md

File metadata and controls

77 lines (59 loc) · 3.09 KB
layout title permalink order
fullwidth-page
Administration
/admin/
1

Administration

The goal of this site is to consolidate all the (now) scattered developer documentation into a single canonical site that is clear, easy-to-navigate, with consistent formatting and nomenclature.

The sources of content-to-be-consolidated are:

DO NOT port any content that relates to pre-Rhino 5: this is old information. Visual Studio 2010 for the C/C++ SDK was used for Rhino 5.


Dev Docs Guides

  • Getting Started with Developer Docs
  • [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

Guides

The following guides have TODO items:

{% assign guides = site.guide_topics | sort:"title" | sort:"apis" %}

    {% for topic in guides %} {% if topic.TODO %}
  1. ({{ topic.apis }}) {{ topic.title }} {{ topic.TODO }} {% if topic.origin != 'unset' and topic.TODO == 'needs porting' %} from: {{ topic.origin }}{% endif %}
  2. {% endif %} {% endfor %}

Samples

The following samples have TODO items:

{% assign samples = site.samples | sort:"title" | sort:"apis" %}

    {% for sample in samples %} {% if sample.TODO %}
  1. ({{ sample.apis }}) {{ sample.title }} {{ sample.TODO }} {% if sample.origin != 'unset' and sample.TODO == 'needs porting' %} from: {{ sample.origin }}{% endif %}
  2. {% endif %} {% endfor %}

Misc

See YouTrack: project: WWW subsystem: developer.rhino3d.com #unresolved