Skip to content

Commit

Permalink
Move API docs to root dir api/
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Jul 2, 2016
1 parent 7d47bfe commit 3dbcfda
Show file tree
Hide file tree
Showing 38 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ To be notified of new releases subscribe to this [Atom feed](https://github.com/

## Support

* API docs are in the [docs/api/](docs/api/) directory
* See also [Wiki Pages](../../wiki)
* API docs are in the [api/](api/) directory
* See [Wiki Pages](../../wiki)
* Ask questions and report problems on the
[Forum](https://groups.google.com/group/cefpython)
* Please do not ask questions in the Issue Tracker
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/apidocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import re

# Constants
API_DIR = os.path.join(os.path.dirname(__file__), "..", "docs", "api")
API_DIR = os.path.join(os.path.dirname(__file__), "..", "api")


def main():
Expand Down

0 comments on commit 3dbcfda

Please sign in to comment.