Skip to content

Commit

Permalink
(docs) minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Mar 4, 2024
1 parent 1b3f99a commit eebae21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/nimcso.nim
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
{.passC: "-flto -ffast-math".}
{.passL: "-flto".}

import std/os
when defined(nimdoc):
# Core documentation living in the root of the project.
include ../docs/docs
when existsFile("docs/changelog.nim"):
import ../docs/changelog

when defined(nimdoc):
# Documentation on benchmarks, living alongside them.
include ../benchmarks/docs

when defined(nimdoc):
# Documentation on the tests being run, living alongside them.
include ../tests/docs

# Changelog generated by the getChangelog script run by the CI Action.
when existsFile("docs/changelog.nim"):
import ../docs/changelog

# Standard library imports. One per line for easy change tracking.
import std/strutils
import std/sets
import std/times
import std/os
import std/sequtils
import std/random
import std/heapqueue
Expand Down

0 comments on commit eebae21

Please sign in to comment.