• L.S. Cook's avatar
    Leona/style apidocs (#554) · e06c1d33
    L.S. Cook authored
    * Improve the readability of imported doxygenclass api doc style
    from being so small (WIP).
    
    Also fixed the not op to not import abs doxygenclass.
    
    * Make sure no large files get added to git
    
    * Other doxygen files to exclude from git
    
    * WIP phase two styling code to save and test
    
    * Cleanup for PR
    e06c1d33
.gitignore 837 Bytes
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# QT Creator
*.creator
*.config
*.files
*.includes
*.creator.user*
*.autosave

.DS_Store
@eaDir/
.d/
bin/
*.log
output/
*.png
*.jpg
*.mp2
*.mpg
*.cpio
*.wav
*.backup
doc/source/generated
.cache/
nervana_aeon.egg-info/
*.xsd
*.xslt

# emacs
*~

# vim
*.swp
*.swo
tags

build/
scripts/

# makeenv and test intermediate files
tmp/

# Apple
*.AppleDouble

config_args.txt
.nfs*
venv/
.vscode/

# VisualGDB files
VisualGDB/
toolchain.cmake

# docbuild artifacts
doc/sphinx/build/*
doc/doxygen/*.xml
doc/doxygen/*.html
doc/doxygen/man/*
doc/doxygen/latex/*
doc/doxygen/xml/*
doc/doxygen/html/*