| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Visit the fontlabcom.github.io/fontlab-python-docs to view the documentation in the browser.
Install FontLab 7 and Python 2.7 that FontLab uses.
In Terminal or command-line, run:
python2 -m pip install --user --upgrade git+https://github.com/twardoch/pydocmk2
Go to the fontlab7/build folder.
Open build_fontlab7_api_docs.vfpy in FontLab 7 and wait until the pydocmk2 packages generates the Markdown files into the fontlab7/srcdocs/mkdocs folder.
In Terminal, go to Go to the fontlab7/build folder and run:
python2 -m mkdocs build -v -f ../mkdocs.yml --dirty
or, on macOS, double-click build_fontlab7_api_docs.command
This will build the HTML documentation using mkdocs into the docs/ folder.
Go to the pythonqt/build folder, and proceed the same way. This will build into the docs/pythonqt folder.
Before you contribute to this repository, you must agree to the FontLab Individual Contributor License Agreement
Fork the repo.
The fontlab7/srcdocs/ folder has three subfolders:
You may create new documents in pre and post folders to enhance the autogenerated content with human-authored documentation.
Create a pull request and we’ll consider it.
The pydocmk.yml YAML file controls the build process, see pydocmk2 for details.
The documentation is licensed under the Apache 2 license. Copyright © 2017-2020 Fontlab Ltd.
| Back | FazBrowse Home | New Git URL |