Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Nov 21, 2017
1 parent 828d508 commit 2ca5b11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
13 changes: 0 additions & 13 deletions CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to [project-title]
# Contributing to bing-search-python samples

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
Expand Down Expand Up @@ -51,12 +51,12 @@ chances of your issue being dealt with quickly:
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
causing the problem (line of code or commit)

You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/[organization-name]/[repository-name]/issues/new].
You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/Azure-Samples/bing-search-python/issues/new.

### <a name="submit-pr"></a> Submitting a Pull Request (PR)
Before you submit your Pull Request (PR) consider the following guidelines:

* Search the repository (https://github.com/[organization-name]/[repository-name]/pulls) for an open or closed PR
* Search the repository (https://github.com/Azure-Samples/bing-search-python/pulls) for an open or closed PR
that relates to your submission. You don't want to duplicate effort.

* Make your changes in a new git fork:
Expand Down
6 changes: 6 additions & 0 deletions example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""Sample launcher.
This file is just the samples launcher. Nothing here os related
to Cognitive Services. Look into the "samples" folder for actual code
"""

import importlib
import pkgutil

Expand Down

0 comments on commit 2ca5b11

Please sign in to comment.