Skip to content

Commit

Permalink
Merge pull request #1 from scidock/fix-package-list
Browse files Browse the repository at this point in the history
Remove broken packages from package list; tidy up
  • Loading branch information
abrookins committed Apr 30, 2018
2 parents 5479ba3 + 9649529 commit 09a2ed0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[docs.scidock.com](https://docs.scidock.com)
[docs.scidock.com](http://docs.scidock.com)

[![Documentation Status](https://readthedocs.org/projects/scidock/badge/?version=latest)](http://docs.scidock.com/en/latest/?badge=latest)

### Getting started

```
pip install sphinx sphinx-autobuild sphinx-rtd-theme
pip install -r requirements.txt
npm run dev
open localhost:8000
```
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.md']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
7 changes: 0 additions & 7 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,18 @@ A premium membership costs $4.99 per month (student discounts are available!) an
A number of useful, common LaTeX packages can be included with the `\usepackage` macro.

- [ae](https://ctan.org/pkg/ae)
- [amscls](https://ctan.org/pkg/amscls)
- [amsfonts](https://ctan.org/pkg/amsfonts)
- [amsmath](https://ctan.org/pkg/amsmath)
- [babelib](https://ctan.org/pkg/babelbib)
- [base](https://ctan.org/pkg/base)
- [carlisle](https://ctan.org/pkg/carlisle)
- [colortbl](https://ctan.org/pkg/colortbl)
- [dvipdfmx-def](https://ctan.org/pkg/dvipdfmx-def)
- [etex-pkg](https://ctan.org/pkg/etex-pkg)
- [fancyhdr](https://ctan.org/pkg/fancyhdr)
- [fix2col](https://ctan.org/pkg/fix2col)
- [geometry](https://ctan.org/pkg/geometry)
- [graphics](https://ctan.org/pkg/graphics)
- [hyperref](https://ctan.org/pkg/hyperref)
- [ltxmisc](https://ctan.org/pkg/ltxmisc)
- [mflogo](https://ctan.org/pkg/mflogo)
- [mfnfss](https://ctan.org/pkg/mfnfss)
- [natbib](https://ctan.org/pkg/natbib)
- [oberdiek](https://ctan.org/pkg/oberdiek)
- [pdtex-def](https://ctan.org/pkg/pdftex-def)
- [pslatex](https://ctan.org/pkg/pslatex)
- [pspicture](https://ctan.org/pkg/pspicture)
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sphinx-autobuild==0.7.1
sphinx-rtd-theme==0.3.0
sphinxcontrib-websupport==1.0.1
recommonmark==0.4.0

0 comments on commit 09a2ed0

Please sign in to comment.