Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Enable article feedback through GitHub. #419

Merged
merged 6 commits into from
May 29, 2019
Merged

Conversation

cgranade
Copy link
Contributor

@cgranade cgranade commented May 15, 2019

Addresses #376 on articles as well as API.

@opbld30
Copy link

opbld30 commented May 15, 2019

Docs Build status updates of commit 0387bd7:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • [Error] Cannot sync git repo to specified state. Please make sure the pull request is mergeable. Details: Git merge results in conflict, repository remote url: https://github.com/MicrosoftDocs/quantum-docs-pr, working directory: W:\mnps-s, target branch: master, target branch commit: 39c030284c5b2a8e17cf54369fbfac958660fe77, source commit: 0387bd7a386d04f1b4504e69a9563d9dba7c7534.

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@cgranade cgranade changed the title Enable feedback through GitHub. Enable article feedback through GitHub. May 15, 2019
@opbld31
Copy link

opbld31 commented May 15, 2019

Docs Build status updates of commit 8b292ba:

✅ Validation status: passed

File Status Preview URL Details
articles/docfx.json ✅Succeeded

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@opbld31
Copy link

opbld31 commented May 15, 2019

Docs Build status updates of commit 487476e:

✅ Validation status: passed

File Status Preview URL Details
api/docfx.json ✅Succeeded
articles/docfx.json ✅Succeeded

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@opbld34
Copy link

opbld34 commented May 24, 2019

Docs Build status updates of commit 8246a10:

✅ Validation status: passed

File Status Preview URL Details
api/docfx.json ✅Succeeded
articles/docfx.json ✅Succeeded

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@opbld33
Copy link

opbld33 commented May 29, 2019

Docs Build status updates of commit e3713a3:

✅ Validation status: passed

File Status Preview URL Details
api/docfx.json ✅Succeeded
articles/docfx.json ✅Succeeded

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@cgranade cgranade merged commit 357724e into master May 29, 2019
@cgranade cgranade deleted the cgranade/enable-gh-feedback branch May 29, 2019 02:36
cpalmer2020 pushed a commit that referenced this pull request May 31, 2019
* Updating api docs.

* Updating release notes

* Update .openpublishing.publish.config.json (#372)

* Namespace changes to testing-and-debugging.md (#395)

* Updating release notes for 0.5.1904 (#383)

* Updating api docs.

* Updating release notes

* Update .openpublishing.publish.config.json (#372)

* Fix typo in "Writing a Quantum Program" (Estimating Resources section). (#386)

* Fix operator ordering in teleport code to conform with theory (#381)

The quantum circuit diagram, as well as the description, specify the order of fixup gates as X, then Z. The attached Q# snippet gave the wrong order.

* Fix math display error in "Second quantization" concepts article. (#393)

* Namespace changes to testing-and-debugging.md

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Fix typo: PrepareEntangledState -> PrepareEntangledPair (#403)

* Replace Primitive with Intrinsic in QuickStart (#394)

* Replace Primitive with Intrinsic

* Update articles/quickstart.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update set-array syntax. (#392)

* Update set-array syntax.

* Update articles/techniques/going-further.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/techniques/going-further.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/techniques/going-further.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update set-array syntax in Local Variables topic. (#391)

* Cannon -> Standard (#401)

* Updating release notes for 0.5.1904 (#383)

* Updating api docs.

* Updating release notes

* Update .openpublishing.publish.config.json (#372)

* Fix typo in "Writing a Quantum Program" (Estimating Resources section). (#386)

* Fix operator ordering in teleport code to conform with theory (#381)

The quantum circuit diagram, as well as the description, specify the order of fixup gates as X, then Z. The attached Q# snippet gave the wrong order.

* Fix math display error in "Second quantization" concepts article. (#393)

* Cannon -> Standard

* Update articles/install-guide/python.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Fix typo: PrepareEntangledState -> PrepareEntangledPair (#403)

* Replace Primitive with Intrinsic in QuickStart (#394)

* Replace Primitive with Intrinsic

* Update articles/quickstart.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update set-array syntax. (#392)

* Update set-array syntax.

* Update articles/techniques/going-further.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/techniques/going-further.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/techniques/going-further.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update set-array syntax in Local Variables topic. (#391)

* Update set-array syntax. (#390)

* Update set-array syntax.

* Changes with useful options in code syntax.

* Fix single qubit allocation

* ans[0] -> ans

* Remove explanation of new options.

* Change Primitive to Intrinsic in Statements topic. (#398)

* Change heading and reference to Primitive type.

* Change primitive to intrinsic in expressions.

* Revert Expressions topic to primitive. Change Statements topic to Intrinsic.

* Update articles/language/type-model.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/language/type-model.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update += operator in code examples. (#389)

* Canon -> Standard general (#402)

* Updating release notes for 0.5.1904 (#383)

* Updating api docs.

* Updating release notes

* Update .openpublishing.publish.config.json (#372)

* Fix typo in "Writing a Quantum Program" (Estimating Resources section). (#386)

* Fix operator ordering in teleport code to conform with theory (#381)

The quantum circuit diagram, as well as the description, specify the order of fixup gates as X, then Z. The attached Q# snippet gave the wrong order.

* Fix math display error in "Second quantization" concepts article. (#393)

* Changes to Quickstart

* Changes to working-with-quibits.  Link change still needed @microsoft.quantum.canon.reset

* Licensing text changes.

* control-flow ~ many instances like <xref:microsoft.quantum.canon.bind> that will have to change.

* molecular-hydrogen text change

* file-structure

* Glossary.  Need to change xref:microsoft.quantum.canon

* Update articles/Glossary.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/language/file-structure.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/Glossary.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/language/file-structure.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/libraries/chemistry/samples/molecular-hydrogen.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update molecular-hydrogen.md

Added The phase estimation functions and operations are located in the [Microsoft.Quantum.Characterization namespace](xref:microsoft.quantum.characterization in DocFX notation).

* Update articles/libraries/standard/licensing.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/quickstart.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/quickstart.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/quickstart.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/techniques/working-with-qubits.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Fix typo: PrepareEntangledState -> PrepareEntangledPair (#403)

* Update articles/libraries/standard/control-flow.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/libraries/standard/licensing.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Replace Primitive with Intrinsic in QuickStart (#394)

* Replace Primitive with Intrinsic

* Update articles/quickstart.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update set-array syntax. (#392)

* Update set-array syntax.

* Update articles/techniques/going-further.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/techniques/going-further.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/techniques/going-further.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update set-array syntax in Local Variables topic. (#391)

* Update set-array syntax. (#390)

* Update set-array syntax.

* Changes with useful options in code syntax.

* Fix single qubit allocation

* ans[0] -> ans

* Remove explanation of new options.

* Adding back feedback (#385)

* Add headings for SEO to Software Stack topic (#387)

* Add headings for SEO to Software Stack topic

* Update articles/concepts/software-stack.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/concepts/software-stack.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/concepts/software-stack.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Add headings to C# quickstart for SEO. (#388)

* Add headings to C# quickstart for SEO.

* correct misspelling <operation>

  remove <the> in heading

* Update articles/quickstart.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Update articles/quickstart.md

Co-Authored-By: MikeDodaro <gmdodaro@hotmail.com>

* Cgranade/0.6 (#408)

* Removed outdated warning.

* Progress towards 0.6 release docs.

* Rearranged diagnostics to follow facts/assertions split.

* Update articles/libraries/standard/convert.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Update articles/libraries/standard/convert.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Update articles/libraries/standard/convert.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Update articles/libraries/standard/convert.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Update articles/libraries/standard/diagnostics.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Update articles/libraries/standard/diagnostics.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Update articles/libraries/standard/diagnostics.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Update articles/libraries/standard/index.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Update articles/libraries/standard/licensing.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Beheim/release0.6 (#406)

* updating concepts

* getting started and quick start

* quantum machines

* updated section on functions and operations

* revising section on mutability in local-variable.md

* update type-model.md

* working with qubits

* wrapping up the development techniques

* updating syntax in the prelude

* higher order control flow

* up to and including quantum algorithms

* wrapping up my pass over the standard libraries section

* Update articles/concepts/circuits.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/index.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/index.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/install-guide/python.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/language/statements.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/libraries/standard/data-structures.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/libraries/standard/data-structures.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/libraries/standard/data-structures.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/libraries/standard/prelude.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/machines/qc-trace-simulator/distinct-inputs-checker.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/install-guide/index.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/language/statements.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/type-model.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/libraries/standard/control-flow.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/libraries/standard/control-flow.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/quickstart.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/file-structure.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/going-further.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/going-further.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/local-variables.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/local-variables.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/working-with-qubits.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/machines/qc-trace-simulator/primitive-operations-counter.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/machines/qc-trace-simulator/width-counter.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/machines/qc-trace-simulator/width-counter.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/going-further.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/local-variables.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/working-with-qubits.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/working-with-qubits.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/working-with-qubits.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/working-with-qubits.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/operations-and-functions.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/operations-and-functions.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/operations-and-functions.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/operations-and-functions.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* addressing feedback

* Second half of the docs updates for 0.6 (#409)

* chemistry library

* made my way past the type model

* some edits for expressions.md - propably need to take a closer look again

* added a section on copy and update expressions, and completed the precedence table

* rewrote sections on symbol bindings and mutability, adding a description for apply-and-reassign and copy-and-reassign statements

* finished the section on statements

* now I just need to go over the operation section...

* mostly done with revising the section on operations as well - still need to do a final pass over the entire file

* almost done

* done with the Q# programming language section

* and that completes my pass over docs

* Update articles/language/expressions.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/language/expressions.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/language/statements.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* Update articles/language/type-model.md

Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com>

* addressing feedback

* Updating API docs. (#405)

* New API docs

* Adding missing api docs

* Creating top-level TOC for all api

* Updated with the latest docgen results

* Updated, now with deprecation warnings

* Latest v0.6 api docs

* Updating with Deprecated warning.

* Cpalmer/relnotes0.6 (#410)

* relnotes

* added new Q# doc references

* small edit

* Update articles/relnotes/index.md

Co-Authored-By: cpalmer2020 <cpalmer@microsoft.com>

* Update articles/relnotes/index.md

Co-Authored-By: cpalmer2020 <cpalmer@microsoft.com>

* Update articles/relnotes/index.md

Co-Authored-By: cpalmer2020 <cpalmer@microsoft.com>

* Update articles/relnotes/index.md

Co-Authored-By: cpalmer2020 <cpalmer@microsoft.com>

* Update articles/relnotes/index.md

Co-Authored-By: cpalmer2020 <cpalmer@microsoft.com>

* Update articles/relnotes/index.md

Co-Authored-By: cpalmer2020 <cpalmer@microsoft.com>

* Update articles/relnotes/index.md

Co-Authored-By: cpalmer2020 <cpalmer@microsoft.com>

* Update articles/relnotes/index.md

Co-Authored-By: cpalmer2020 <cpalmer@microsoft.com>

* added samples

* Updated package number

* Update python.md

* adjust migration steps

* Updating versions.

* update date

* Clarify how UDTs and functions relate. (#421)

* Publish first version of contribution guide (#424)

* Started new style guide.

* Wrote a little intro to contribution guide.

* Initial stab at contribution guide

* Added to the contribution guide, addressed Cathy's feedback.

* Broke up contributing section into subpages.

* Added some links.

* Fixing TOC for contributions.

* Fixed up next-step pointers.

* Added figures for Git PR workflow.

* Started working on PR page a bit more.

* Moved new figures to correct directory.

* Expanded PR section a bit.

* A bit more on PRs.

* A bit more on code contributions.

* Added more detail to code contributions.

* Fix xUnit capitalization

Co-Authored-By: cgranade <cgranade@gmail.com>

* Fix xUnit capitalization

Co-Authored-By: cgranade <cgranade@gmail.com>

* Update articles/contributing/code.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Fix spelling issue.

Co-Authored-By: cgranade <cgranade@gmail.com>

* contributing-docs -> docs

* Update articles/contributing/index.md

Co-Authored-By: cgranade <cgranade@gmail.com>

* Suppressed TODOs and fixed links.

* Update articles/contributing/code.md

Co-Authored-By: Mariia Mykhailova <michaylova@gmail.com>

* Update articles/contributing/code.md

Co-Authored-By: Mariia Mykhailova <michaylova@gmail.com>

* Update articles/contributing/docs.md

Co-Authored-By: Mariia Mykhailova <michaylova@gmail.com>

* Fix links (#415)

* New navigation pane heading for Tour section

* New files for tour

* Add index file for tour. Add metadata to files.

* Block text in first articles.

* add newlines at end of files

* Edits

* Fixable cross references.

* Remove #412 files from PR to fixLinks

* take out heading bookmark

* operations-and-functions -> append as first class values

* Try case sensitive on link to heading Open Directives

* Warning still a problem

* Replace link to tuple-types in language\type-model article

* Lower case open directives

* fix links in Testing and debugging

* More links in Testing and Debugging

* Extensions -> Diagnostics

* links

* Change to xref syntax

* xref syntax correct. Fix path

* Try ## Open Directives ##

* Take out trailing ##

* Editorial changes to the-qubit.md

* links in multiple-qubits.md

* More links in multiple-qubits.md

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Review based changes

* Fix UID in metadata

* Take out space after xref:

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/techniques/testing-and-debugging.md

Changing all instances back to microsoft.quantum.diagnostics

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/concepts/multiple-qubits.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Apply suggestions from code review

* A couple more minor fixes.

* More minor link fixes.

* One more typo fix.

* Enable .NET API Browser links.

* Fixing a couple more links in depth-counter.

* Fixed xref query tag for .NET browser.

* A couple more API link fixes.

* Testing one more xref.

* A couple more link fixes.

* Fix several more broken links (#426)

Addressing feedback from @tcNickolas.

* Sub headings+ (#418)

* New navigation pane heading for Tour section

* New files for tour

* Add index file for tour. Add metadata to files.

* Block text in first articles.

* add newlines at end of files

* Edits

* Fixable cross references.

* Remove #412 files from PR to fixLinks

* take out heading bookmark

* operations-and-functions -> append as first class values

* Try case sensitive on link to heading Open Directives

* Warning still a problem

* Replace link to tuple-types in language\type-model article

* Lower case open directives

* fix links in Testing and debugging

* More links in Testing and Debugging

* Extensions -> Diagnostics

* links

* Change to xref syntax

* xref syntax correct. Fix path

* Try ## Open Directives ##

* Take out trailing ##

* Editorial changes to the-qubit.md

* links in multiple-qubits.md

* More links in multiple-qubits.md

* Subheadings in diract-notation and pauli-measurements

* Subheadings in circuits.md

* Subheadings in oracles.md

* Update articles/concepts/dirac-notation.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/concepts/dirac-notation.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/concepts/dirac-notation.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/concepts/dirac-notation.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/concepts/oracles.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/concepts/oracles.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/concepts/pauli-measurements.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/concepts/the-qubit.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update dirac-notation.md

* Headings and a few link fixes in techniques section.

* Update articles/concepts/dirac-notation.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Various xref changes

* typo 'such as'

* Headings in Quantum Dev Techniques section: file-structure.md and operations-and-functions.md

* Fixed dirac notation in dirac notation article.

* A couple last fixes.

* Fix syntax for xref links with explicit titles.

* One more link syntax fix.

* Addressing @tcNickolas' feedback.

* Enable article feedback through GitHub. (#419)

* Enable feedback through GitHub.

* Change API feedback repo to where the underlying source is located.

* Merging changes from live into master. (#430)

* Beheim/release0.7 (#428)

* extending the section on udts

* fixing a typo

* finished the type model in techniques

* section on while-loops and revision to rus-loop

* merging the content of the two Type Model files - on under development techniques, one under Q# language

* updated the section on copy-and-update expressions

* that should do in terms of adaptions for the 0.7 change

* fixing links I broke

* Update articles/language/type-model.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/language/type-model.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* links

* Adding docs for the Numerics library. (#417)

* Adding numerics to articles.

* Added installation instructions.

* Update docs for numerics.

* Formatting & links.

* Docs sample on polynomial evaluation.

* Latex formatting.

* Update articles/libraries/numerics/index.md

* Update articles/libraries/numerics/index.md

* Update articles/libraries/numerics/numerics.md

* Update articles/libraries/numerics/numerics.md

* Update articles/libraries/numerics/numerics.md

* Update articles/libraries/numerics/numerics.md

* Apply suggestions from code review

* Apply suggestion from code review.

* Remove operation names and refer to docs instead.

* Add link to sample.

* Beheim/release0.7 (#432)

* extending the section on udts

* fixing a typo

* finished the type model in techniques

* section on while-loops and revision to rus-loop

* merging the content of the two Type Model files - on under development techniques, one under Q# language

* updated the section on copy-and-update expressions

* that should do in terms of adaptions for the 0.7 change

* fixing links I broke

* Update articles/language/type-model.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/language/type-model.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* links

* grammar etc

* more grammar etc

* undoing what I committed too much

* Updating with v0.7 docs. (#434)

* Update chemistry conceptual docs for v0.7 (#427) (#433)

* Update for syntax change

* UCC conceptual docs

* Broombridge v0.2 spec

* Cpalmer/mayrelnotes (#429)

* may relnotes

* relnotes

* relnotes

* relnotes

* relnotes

* Update articles/relnotes/index.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/relnotes/index.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/relnotes/index.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/relnotes/index.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/relnotes/index.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/relnotes/index.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update articles/relnotes/index.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* relnotes

* relnotes

* relnotes

* relnotes

* relnotes

* relnotes

* Updating DumpMachine to reflect new output. (#431)

* Updating DumpMachine to reflect new output.

* Update articles/techniques/testing-and-debugging.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants