Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > d9f573299e87e886807be879704f0b6e > files > 28

julia-doc-0.3.4-1.fc20.noarch.rpm


%%%%%%%%%%%%%%%%%%%%%
 Julia Documentation
%%%%%%%%%%%%%%%%%%%%%

* :ref:`manual`
* :ref:`stdlib`
* :ref:`devdocs`

.. _manual:

########
 Manual
########

.. toctree::
   :maxdepth: 1

   manual/introduction
   manual/getting-started
   manual/variables
   manual/integers-and-floating-point-numbers
   manual/mathematical-operations
   manual/complex-and-rational-numbers
   manual/strings
   manual/functions
   manual/control-flow
   manual/variables-and-scoping
   manual/types
   manual/methods
   manual/constructors
   manual/conversion-and-promotion
   manual/modules
   manual/metaprogramming
   manual/arrays
   manual/linear-algebra
   manual/networking-and-streams
   manual/parallel-computing
   manual/running-external-programs
   manual/calling-c-and-fortran-code
   manual/interacting-with-julia
   manual/embedding
   manual/packages
   manual/performance-tips
   manual/style-guide
   manual/faq
   manual/noteworthy-differences

.. _stdlib:

##################
 Standard Library
##################

.. toctree::
   :maxdepth: 1

   stdlib/base
   stdlib/sparse
   stdlib/linalg
   stdlib/constants
   stdlib/file
   stdlib/punctuation
   stdlib/sort
   stdlib/pkg
   stdlib/collections
   stdlib/graphics
   stdlib/test
   stdlib/profile

.. _devdocs:

#######################
Developer Documentation
#######################

.. toctree::
   :maxdepth: 2

   devdocs/julia
   devdocs/C