
- GITHUB VIEW WIKI OFFLINE INSTALL
- GITHUB VIEW WIKI OFFLINE UPDATE
- GITHUB VIEW WIKI OFFLINE MANUAL
- GITHUB VIEW WIKI OFFLINE ARCHIVE
- GITHUB VIEW WIKI OFFLINE PATCH
GITHUB VIEW WIKI OFFLINE ARCHIVE
The debian packaging information is maintained in this git repository.Īn independently-maintained CHM (Windows help) archive can be found in this git repository.

The utility scripts are maintained in this git repository. The manpages can be generated/cached on-the-fly (online), one page per request, or all available pages can be fetched, for further "offline" browsing.Īll bugs in the offline archives should be reported either to the talk page or to the issues page of the cppreference-doc github project. Installation is available via pip/AUR/apt/brew/port.
GITHUB VIEW WIKI OFFLINE MANUAL
cppman: manual pages for Linux/MacOS, with syntax highlighting of example code and hyperlinks between manpages.Installation notes are included in the README and updates follow the offline archive releases. stdman: automatically generated man pages.If the link target is, add the following line:.TAGFILES += "location/of/=/location/of/html/book/root/" If the link target is local archive, add the following line:.In order to support external cppreference documentation, Doxyfile needs to be modified as follows: web: to link directly to the website.
GITHUB VIEW WIKI OFFLINE INSTALL
local: use the file to link to the local "html book" archive at the default install location.Two tag files are provided in the "html book" archive mentioned above: It supports automatic linking of C++ names to external documentation via tag file functionality. The book is also provided by AUR package cppreference-qt for Arch Linux users.ĭoxygen is a tool to automatically generate documentation from source code comments. The book is available as cppreference-doc-en-qch deb package in the official Debian and Ubuntu repositories. The oldest versions that display the contents correctly are QtCreator v3.0 and QtAssistant v4.8.6.
GITHUB VIEW WIKI OFFLINE UPDATE
If you see bad formatting, please update these programs. Note: Old versions of QtCreator or QtAssistant display the documentation improperly. The qch book below contains a version of the html book, adapted for use with the Qt tools. Qch is a documentation format for use in the Qt tools such as QtCreator or Qt Assistant v5 / v6. The book is available as cppreference-doc-en-html deb package in the official Debian and Ubuntu repositories.įor arch users, the package cppreference-devhelp could be found here, which can be installed from AUR by tools like yaourt. Note: the utility scripts and a makefile are contained in this package, so it can be used as full upstream source.Īn unofficial fork that is updated more frequently can be found in this git repository.ĭevhelp is a documentation browser for GTK/Gnome. Note that this archive is not useful for viewing as-is, please use the HTML book instead. This archive is a raw copy created using Wget. Choose this if you just want to access via a browser while without internet connection. Start off by adding the following to your settings.This html book is an offline copy of the website with unnecessary UI elements stripped out. We'll create a read-write API for accessing information on the users of our project.Īny global settings for a REST framework API are kept in a single configuration dictionary named REST_FRAMEWORK. Let's take a look at a quick example of using REST framework to build a simple model-backed API. Note that the URL path can be whatever you want. Path('api-auth/', include('rest_framework.urls')) Add the following to your root urls.py file.

If you're intending to use the browsable API you'll probably also want to add REST framework's login and logout views. git clone Īdd 'rest_framework' to your INSTALLED_APPS setting. Pip install django-filter # Filtering support Pip install markdown # Markdown support for the browsable API. Install using pip, including any optional packages you want.
GITHUB VIEW WIKI OFFLINE PATCH
We highly recommend and only officially support the latest patch release of Many thanks to all our wonderful sponsors, and in particular to our premium backers, Sentry, Stream, Spacinov, Retool, bit.io, PostHog, CryptAPI, and FEZTO.
