Skip to content

Update github-developer-program.md - #514

Closed
sijin-raj wants to merge 2 commits into
github:mainfrom
sijin-raj:patch-1
Closed

Update github-developer-program.md#514
sijin-raj wants to merge 2 commits into
github:mainfrom
sijin-raj:patch-1

Conversation

@sijin-raj

@sijin-rajsijin-raj commented Oct 14, 2020

Copy link
Copy Markdown

Why:

What's being changed:

Check off the following:

@welcome

welcomeBot commented Oct 14, 2020

Copy link
Copy Markdown

Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

@sijin-raj

Copy link
Copy Markdown
Author

Accepted request

@sijin-rajsijin-raj reopened this Oct 14, 2020
@janiceilenejaniceilene added the invalid This issue/PR is invalid label Oct 16, 2020
jnidzwetzki pushed a commit to jnidzwetzki/docs that referenced this pull request Oct 6, 2022
* Toolkit How To docs (github#504)
* File setup to rename section and move install doc in
* Add pages for hyperloglog and counter agg from previous PRs
* Add approx percentile blog post link.
* Add new pages to top level page list
* Remove unused entry
* Index & metadata for hyperfunctions.
* Editing metadata
* initcaps in index
* Add new bucket items with filler content.
* Update index and add other required pages
* Add first draft content
* First draft content for remaining dummy text
* Add directory type in index
* Add comment
* Update xrefs in top level pages, add advanced page, edits.
* typos
* Updates per feedback
* Complete edits on counter aggs example
* Add whitespace around procedure tags
* Add function pipeline content with FIXME blog link
* Final editing pass
* Toolkit API docs (github#514)
* add trailing slash (github#505)
* Create 'legend' for API reference tags (github#503)
* write page
* update link name
* typo
* Apply suggestions from code review
Co-authored-by: Lana Brindley <github@lanabrindley.com>
* Update api-tag-overview.md
Remove 'Edition'
* add line breaks
* Update api/api-tag-overview.md
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
* Update max storage to 16TB, and some light editing. (github#507)
* Update title of Promscale tutorial (github#512)
* Add approx count distinct functions
* Add counter agg functions
* Procedure styling jacob (github#515)
* update
* add procedure block instructions
* convert styling to procedrue on cloud/disk management
* Apply suggestions from code review
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
* Update xrefs in approx count distincts pages
* Update xrefs in stats agg pages
* Update xrefs in gapfilling pages (+ light editing)
* Update xrefs in percentil approx pages (+ light editing)
* Update xrefs in counter agg pages
* Update xrefs in time-weighted average pages
* Add missing call
* Updates index with new structure, and adds top pages for each family
* Fix typo in index
* Edit index pages
* hyperfunctions intro
* Updated advanced aggs pages with links to HowTo
* Add toolkit matrix table portions to function family pages
* Add links to function family pages
* Add missing link ref
* Fix bad link
* Final editing pass (1 of 2)
* Final editing pass (2 of 2)
Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
* Update timescaledb/how-to-guides/hyperfunctions/about-hyperfunctions.md
Adds link to function pipelines blog post
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
jnidzwetzki pushed a commit to jnidzwetzki/docs that referenced this pull request Oct 6, 2022
* Toolkit How To docs (github#504)
* File setup to rename section and move install doc in
* Add pages for hyperloglog and counter agg from previous PRs
* Add approx percentile blog post link.
* Add new pages to top level page list
* Remove unused entry
* Index & metadata for hyperfunctions.
* Editing metadata
* initcaps in index
* Add new bucket items with filler content.
* Update index and add other required pages
* Add first draft content
* First draft content for remaining dummy text
* Add directory type in index
* Add comment
* Update xrefs in top level pages, add advanced page, edits.
* typos
* Updates per feedback
* Complete edits on counter aggs example
* Add whitespace around procedure tags
* Add function pipeline content with FIXME blog link
* Final editing pass
* Toolkit API docs (github#514)
* add trailing slash (github#505)
* Create 'legend' for API reference tags (github#503)
* write page
* update link name
* typo
* Apply suggestions from code review
Co-authored-by: Lana Brindley <github@lanabrindley.com>
* Update api-tag-overview.md
Remove 'Edition'
* add line breaks
* Update api/api-tag-overview.md
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
* Update max storage to 16TB, and some light editing. (github#507)
* Update title of Promscale tutorial (github#512)
* Add approx count distinct functions
* Add counter agg functions
* Procedure styling jacob (github#515)
* update
* add procedure block instructions
* convert styling to procedrue on cloud/disk management
* Apply suggestions from code review
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
* Update xrefs in approx count distincts pages
* Update xrefs in stats agg pages
* Update xrefs in gapfilling pages (+ light editing)
* Update xrefs in percentil approx pages (+ light editing)
* Update xrefs in counter agg pages
* Update xrefs in time-weighted average pages
* Add missing call
* Updates index with new structure, and adds top pages for each family
* Fix typo in index
* Edit index pages
* hyperfunctions intro
* Updated advanced aggs pages with links to HowTo
* Add toolkit matrix table portions to function family pages
* Add links to function family pages
* Add missing link ref
* Fix bad link
* Final editing pass (1 of 2)
* Final editing pass (2 of 2)
Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
* Create function-pipelines.md
* Add how-to function pipelines
Catchall doc for everything the `->` can do.
We'll split it out in a more principled manner later.
* Add function pipelines to the index
* Using .* to produce proper table output in examples
* remove ellipses
* Move pipelines doc into hyperfunctions How To
* Edit about page for new section
* Editing pipelines doc
* Editing pipelines doc
* Add Toolkit & Experimental tags
* Add toolkit_experimental in examples
Add toolkit_experimental schema qualification in a couple examples
that didn't have it already.
A couple other small fixes.
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
Co-authored-by: davidkohn88 <35269003+davidkohn88@users.noreply.github.com>
Co-authored-by: Brian Rowe <brian@timescale.com>
Co-authored-by: davidkohn88 <david@timescale.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalidThis issue/PR is invalid

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@sijin-raj@janiceilene