Skip to content

New iteration of QuickPin with Flask & AngularDart

Notifications You must be signed in to change notification settings

zanachka/quickpin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickPin

QuickPin is a tool for quickly examining social networks, such as Twitter, to identify individuals and groups that are related to specified topics.

Read the documentation.

Compiling documentation

Requirements:

There is a seperate branch used for compiling the documenation('rtd'). This contains a method to allow sphinxcontrib.httpdomain.flask to generate the API endpoint documentation.

Checkout the 'rtd' branch

$ git fetch
$ git checkout rtd
$ git rebase master

Rebase ensures the 'rtd' branch is up to date with changes to master.

Create PDF

$ cd docs 
$ make latexpdf

Unless otherwise specified, output is created in docs/_build/latexpdf (excluded from github repository).

Create HTML

$ cd docs 
$ make html

Unless otherwise specified, output is created in docs/_build/html (excluded from github repository).

Create Markdown

$ cd docs 
$ python make_markdown.py

This scripts builds a single html file with Sphinx, converts it to markdown with Pandoc, and applies some formatting tweaks.

Output is created in docs/_build/markdown (excluded from github repository).

About

New iteration of QuickPin with Flask & AngularDart

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 37.1%
  • Dart 30.8%
  • HTML 12.9%
  • CSS 11.2%
  • JavaScript 8.0%